-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (120 loc) · 7.36 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image" href="assets/logo.png" />
<link href='https://fonts.googleapis.com/css?family=Open Sans' rel='stylesheet'>
<!-- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<title>Bradley's Portfolio</title>
</head>
<body>
<nav class="navbar navbar-expand-sm navbar-light fixed-top" style="font-size: 1.25rem !important;">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="assets/logo.png" width="80" height="50" alt="">
</a>
<button id="toggler" class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item d-flex justify-content-center">
<a class="nav-link active" href="#">Home</a>
</li>
<li class="nav-item d-flex justify-content-center">
<a class="nav-link active" href="#about">About</a>
</li>
<li class="nav-item d-flex justify-content-center">
<a class="nav-link active" href="#projects">Projects</a>
</li>
<!-- TODO SECTIONS -->
<!-- <li class="nav-item d-flex justify-content-center">
<a class="nav-link active" href="#experience">Experience</a>
</li>
<li class="nav-item d-flex justify-content-center">
<a class="nav-link active" href="#skills">Skills</a>
</li> -->
<!-- <li class="nav-item d-flex justify-content-center">
<a class="nav-link active" href="#contact">Contact</a>
</li> -->
</ul>
</div>
</div>
</nav>
<div id ="top-div" class="text-center" style="padding-top: 8em; padding-bottom: 8em;">
<div style="height:10vw;">
<h1>Hi, I'm Bradley</h1>
<h3 id="top-subtitle">Student</h3>
</div>
</div>
<div class="card mx-auto d-block text-center" style="width: 60vw; margin-top: -5vw; margin-bottom: 40px; border-color:#124656; border-radius: 20px; background-color: #a7cbe1;">
<div class="card-body mx-auto d-block" style="width:40vw; font-size: calc(0.5vw + 0.5rem);">
<h2 class="card-title section-title">About Me</h2> <!-- NEED FIX HREF LINKS OVERLAPPED BY NAVBAR -->
<a class="anchor" id="about"></a>
<!-- <h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6> -->
<img src="assets/profile.jpeg" style="border-radius: 20px !important; margin-top: 1em; margin-bottom: 1em; width: 75%; height: auto;">
<p class="card-text">Hey there! I'm a software developer from the Northern Virginia area. A computer science major at Georgia Tech, I have experience with a variety of projects, including full-stack development, game development, AI/ML research, Computer Vision, and more.</p>
<div class="external-buttons">
<a href="files/resume.pdf" download class="border download-hover">Resume</a>
<a href="https://github.com/bradley-cao" target="_blank" class="border download-hover">GitHub</a>
<a href="https://www.linkedin.com/in/bradleycao/" target="_blank" class="border download-hover">LinkedIn</a>
</div>
</div>
</div>
<div class="card mx-auto d-block text-center" style="width: 60vw; margin-bottom: 40px; border-radius: 20px; border-color:#124656; background-color: #a7cbe1;">
<h2 class="card-title section-title">Projects</h2>
<a class="anchor" id="projects"></a>
<div id= "projects-carousel" class="carousel carousel-dark slide justify-content-center" data-bs-interval="false" data-bs-touch="true" style="margin-top:2em;">
<div class="carousel-inner">
<div class="carousel-item carousel-helper active">
<img src="assets/edgedetector.png" class="mx-auto d-block project-img" style="border-radius: 20px;">
<div class="carousel-custom-caption">
<h4 class="project-title">Canny Edge Detector</h4>
<h6 class="project-skills">C++</h6>
<p class="project-description">Project that utilizes canny edge detection, hysteresis thresholding and nonmax suprression to write a PPM image highlighting the edges of the input image. </p>
</div>
</div>
<div class="carousel-item carousel-helper">
<img src="assets/energy.png" class="mx-auto d-block project-img" style="border-radius: 20px;">
<div class="carousel-custom-caption">
<h4 class="project-title">Energy Undead (HackTJ 10.0)</h4>
<h6 class="project-skills">C#, Unity, WebGL</h6>
<p class="project-description">HackTJ 10.0 Project. Serious Game for educating players about eco-friendly habits at home</p>
</div>
</div>
<div class="carousel-item carousel-helper">
<img src="assets/multicast.png" class="mx-auto d-block project-img" style="border-radius: 20px;">
<div class="carousel-custom-caption">
<h4 class="project-title">Multicast Mobile</h4>
<h6 class="project-skills">Python, Kivy, Android, FFmpeg</h6>
<p class="project-description">IETF 117 demo project supporting TreeDN for MBONED and MOPS working groups</p>
</div>
</div>
<div class="carousel-item carousel-helper">
<img src="assets/news.png" class="mx-auto d-block project-img" style="border-radius: 20px;">
<div class="carousel-custom-caption">
<h4 class="project-title">News Comparator (HackTJ 9.0)</h4>
<h6 class="project-skills">Python, Flask, NLTK, HTML, CSS</h6>
<p class="project-description">HackTJ 9.0 Project. Uses Natural Language Processing to compare text of user inputted articles and highlight discrepancies.</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#projects-carousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#projects-carousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<script src="js/name-changer.js"></script>
<script src="js/navbar-scroll.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>