-
Notifications
You must be signed in to change notification settings - Fork 0
/
overview.html
293 lines (283 loc) · 10.1 KB
/
overview.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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!DOCTYPE html>
<html lang="en" class="h-100">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x"
crossorigin="anonymous"
/>
<!-- AOS Styling -->
<!--Obtained from: https://michalsnik.github.io/aos/ -->
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,500;0,600;0,700;0,800;1,300;1,400&display=swap"
rel="stylesheet"
/>
<!-- Custom Styles -->
<link rel="stylesheet" href="assets/css/styles.css" />
<title>Overview | Zhaoyu's Website</title>
</head>
<body class="d-flex flex-column h-100" id="overview">
<header>
<nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-primary">
<div class="container">
<a class="navbar-brand fw-bold" href="index.html">Zhaoyu Guo</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<ul class="navbar-nav ms-auto">
<li>
<a class="nav-link" href="index.html">Home</a>
</li>
<li>
<a
class="nav-link active"
aria-current="page"
href="overview.html"
>Overview</a
>
</li>
<li><a class="nav-link" href="projects.html">Projects</a></li>
<li><a class="nav-link" href="education.html">Education</a></li>
<li>
<a class="nav-link" href="process.html">Process</a>
</li>
<li class="ms-2">
<a href="contact.html" class="btn btn-nav btn-light w-100"
>Contact me</a
>
</li>
</ul>
</div>
</div>
</nav>
<!-- Hero Section -->
<section
id="hero"
class="
p-5
bg-primary
text-white
d-flex
flex-column
justify-content-center
"
>
<div class="container">
<div class="row g-4">
<div class="col-12 text-center">
<img
src="assets/img/me.jpg"
height="200"
width="200"
class="rounded-circle"
alt="A picture of Zhaoyu"
/>
</div>
<div
class="
col-12
text-center
d-flex
flex-column
justify-content-center
"
>
<h2 class="display-4 fw-bold">Zhaoyu Guo</h2>
<h3>Web Designer and developer</h3>
</div>
</div>
</div>
</section>
</header>
<!-- Main content -->
<main class="container my-5">
<div class="row g-4">
<aside class="col-lg-4">
<h1 class="text-primary fw-bold">Skills</h1>
<div id="skills" class="my-3">
<section id="skill" class="my-4">
<span class="fs-3 fw-bold text-primary">HTML/CSS3 (4 years)</span>
<div class="progress">
<div
class="progress-bar bg-primary"
role="progressbar"
style="width: 80%"
aria-valuenow="80"
aria-valuemin="0"
aria-valuemax="100"
></div>
</div>
</section>
<section id="skill" class="my-4">
<span class="fs-3 fw-bold text-primary">Python (3 years)</span>
<div class="progress">
<div
class="progress-bar bg-primary"
role="progressbar"
style="width: 70%"
aria-valuenow="70"
aria-valuemin="0"
aria-valuemax="100"
></div>
</div>
</section>
<section id="skill" class="my-4">
<span class="fs-3 fw-bold text-primary"
>React/Typescript (1 year)</span
>
<div class="progress">
<div
class="progress-bar bg-primary"
role="progressbar"
style="width: 60%"
aria-valuenow="60"
aria-valuemin="0"
aria-valuemax="100"
></div>
</div>
</section>
<section id="skill" class="my-4">
<span class="fs-3 fw-bold text-primary">C (3 months)</span>
<div class="progress">
<div
class="progress-bar bg-primary"
role="progressbar"
style="width: 40%"
aria-valuenow="40"
aria-valuemin="0"
aria-valuemax="100"
></div>
</div>
</section>
<section id="skill" class="my-4">
<span class="fs-3 fw-bold text-primary"
>Racket/Haskell (3 months)</span
>
<div class="progress">
<div
class="progress-bar bg-primary"
role="progressbar"
style="width: 40%"
aria-valuenow="40"
aria-valuemin="0"
aria-valuemax="100"
></div>
</div>
</section>
</div>
</aside>
<div class="col-lg-8">
<section id="personal-statement" class="mb-4">
<h1 class="text-primary fw-bold">Overview</h1>
<p>
I am an ambitious individual with a passion for web design and
front-end web development. I am currently in my third year
studying IT, computer science and mathematics at the University of
Toronto. I have excellent teamwork abilities, enabling me to
communicate with other teammates and meet team deadlines
efficiently. I am seeking a part-time internship in the
information technology field to familiarize myself with the IT
industry.
</p>
</section>
<section id="education" class="my-4">
<h1 class="text-primary fw-bold">Education</h1>
<div class="card text-white bg-primary my-2">
<div class="card-body">
<h5 class="card-title fs-4 mb-2 fw-bold">
University of Toronto Mississauga
</h5>
<p class="card-text">September 2018-present.</p>
<a class="btn btn-sm btn-light btn-text stretched-link">
Details
</a>
</div>
</div>
<div class="card text-white bg-primary my-2">
<div class="card-body">
<h5 class="card-title fs-4 mb-2 fw-bold">Sheridan College</h5>
<p class="card-text">September 2021-present.</p>
<a class="btn btn-sm btn-light btn-text stretched-link">
Details
</a>
</div>
</div>
</section>
<section id="education" class="my-4">
<h1 class="text-primary fw-bold">Projects/Experience</h1>
<div class="card text-white bg-primary mb-2">
<img
src="assets/img/utmcfsa.png"
class="card-img-top"
alt="UTMCFSA's home page"
/>
<div class="card-body">
<h1 class="card-title display-3 mb-3 fw-bold">utmcfsa.org</h1>
<a class="btn btn-light btn-text stretched-link"> Details </a>
</div>
</div>
<div class="card text-white bg-primary mb-2">
<img
src="assets/img/utmcfsa.png"
class="card-img-top"
alt="UTMCFSA's home page"
/>
<div class="card-body">
<h1 class="card-title display-3 mb-3 fw-bold">UMLCoder</h1>
<a class="btn btn-light btn-text stretched-link"> Details </a>
</div>
</div>
</section>
</div>
</div>
</main>
<!-- Sticky footer inspired from Sticky Footer Examples -->
<!-- https://getbootstrap.com/docs/5.0/examples/sticky-footer/ -->
<footer class="footer mt-auto text-white bg-primary">
<div class="container">
<div class="row gy-2">
<div class="col-lg-8">
<p class="m-0">Copyright © 2021 Zhaoyu Guo.</p>
</div>
<!-- footer navigation -->
<div class="col-lg-4">
<nav class="navbar-footer">
<ul>
<li><a href="" class="text-white me-2">Footer</a></li>
<li><a href="" class="text-white me-2">Footer</a></li>
</ul>
</nav>
</div>
</div>
</div>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4"
crossorigin="anonymous"
></script>
<!-- AOS -->
<!--Obtained from: https://michalsnik.github.io/aos/ -->
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>