-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
240 lines (222 loc) · 9.81 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
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
<!DOCTYPE html>
<html>
<title>Weiwei Guan's Site</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/assets/css/w3.css">
<link rel="stylesheet" href="/assets/css/all.css">
<style>
.w3-row-padding img {
margin-bottom: 12px
}
/* Set the width of the sidebar to 120px */
.w3-sidebar {
width: 120px;
background: #222;
}
/* Add a left margin to the "page content" that matches the width of the sidebar (120px) */
#main {
margin-left: 120px
}
</style>
<body class="w3-black">
<!-- Icon Bar (Sidebar) -->
<nav class="w3-sidebar w3-bar-block w3-small w3-center">
<!-- Avatar image in top left corner -->
<img src="assets/images/wei.jpg" class="w3-padding-small" style="width:80%">
<p>Here Wei Go</p>
<a href="#" class="w3-bar-item w3-button w3-padding-large w3-hover-black" onclick="myFunc(this)">
<i class="fa fa-home w3-xxlarge"></i>
<p>HOME</p>
</a>
<a href="#about" class="w3-bar-item w3-button w3-padding-large w3-hover-black" onclick="myFunc(this)">
<i class="fa fa-user w3-xxlarge"></i>
<p>ABOUT</p>
</a>
<a href="#works" class="w3-bar-item w3-button w3-padding-large w3-hover-black" onclick="myFunc(this)">
<i class="fab fa-app-store w3-xxlarge"></i>
<p>WORKS</p>
</a>
<a href="#contact" class="w3-bar-item w3-button w3-padding-large w3-hover-black" onclick="myFunc(this)">
<i class="fa fa-envelope w3-xxlarge"></i>
<p>CONTACT</p>
</a>
</nav>
<!-- Page Content -->
<div class="w3-padding-large" id="main">
<!-- Header/Home -->
<header class="w3-container w3-padding-32 w3-center w3-black" id="home">
<h1 class="w3-xxxlarge"><span class="w3-hide-small">I'm</span> Weiwei Guan.</h1>
<p>A Passionate Software Developer.</p>
<div style="max-width:60%; margin:auto">
<img src="assets/images/onTheGrass.jpg" alt="boy" class="w3-image" style="max-height:400px">
</div>
<p>Collaborative, Curious, Creative, Adaptable </p>
</header>
<!-- About Section -->
<div class="w3-content w3-justify w3-padding-64" id="about">
<h2 class="w3-panel w3-border-bottom w3-hover-blue-grey">About Me</h2>
<p>I am excited about learning new technologies and passionate about helping others with what I have
mastered. I enjoy the sense of achievement that I can pass the software programming knowledge to the
younger generation.
</p>
<ul class="fa-ul">
<h4 class=" w3-border-bottom w3-sepia-min" style="width:200px">Technical Skills</h4>
<li><strong class="w3-padding-large">Frontend :</strong> HTML, CSS, JavaScript, Bootstrap, JQuery,
React, React Native, Vue, Blazor</li>
<li><strong class="w3-padding-large">Backend :</strong> C#, .NET, Java, Python, PHP, Laravel, Node.js,
Express.js</li>
<li><strong class="w3-padding-large">Database :</strong> SQL, PostgreSQL, MySQL, MongoDB, GraphQL, Redis
</li>
<li><strong class="w3-padding-large">Other :</strong> WordPress, Ajax, MVC, Git, Agile, Jira,
Confluence, Selenium, Jest</li>
</ul>
</div>
<!-- Portfolio Section -->
<div class="w3-padding-64 w3-content" id="works">
<h2 class="w3-panel w3-border-bottom w3-hover-blue-grey">My Works</h2>
<!-- Grid for works -->
<div class="w3-row-padding">
<div class="w3-col l6">
<div class="w3-section w3-padding-small w3-border w3-border-grey">
<a href="https://github.com/WayGuan/CityBikes">
<img src="assets/images/citybike.jpg" style="width:100%" class="w3-padding">
</a>
<div class="w3-container">
<p class="w3-padding-small">A React Native app to help Hamilton City Bikers to locate the
bike cites with available bikes and scan the barcode on the bike using the camera
function. This app uses data from
<a href="https://api.citybik.es/v2">citybikes</a>.
</p>
<p class="w3-padding-small">Tech: React, React Native, Expo</p>
<p class="w3-padding-small">Libraries: expo-camera, react-native-maps, react-native-paper,
react-navigation, axios</p>
<p class="w3-padding-small w3-text-blue w3-small" style="font-style: italic"> <a
href="https://github.com/WayGuan/CityBikes">Git Repo Link</a> </p>
</div>
</div>
<div class="w3-section w3-padding-small w3-border w3-border-grey">
<a href="https://way-memory-card-game.netlify.app/">
<img src="assets/images/memoryGame.png" style="width:100%" class="w3-padding">
</a>
<div class="w3-container">
<p class="w3-padding-small">A simple memory matching game.</p>
<p class="w3-padding-small">Tech: HTML, CSS, JavaScript, jQuery</p>
<p class="w3-padding-small w3-text-blue w3-small" style="font-style: italic"> <a
href="https://github.com/WayGuan/Memory-Card-Game">Git Repo Link</a> </p>
</div>
</div>
<div class="w3-section w3-padding-small w3-border w3-border-grey">
<video src="assets/images/fraudPrevention.mp4" width="100%" class="w3-padding" controls></video>
<div class="w3-container">
<p class="w3-padding-small">A webapp for local health community center regarding fraud
prevention for seniors.
</p>
<p class="w3-padding-small">Tech: HTML, CSS, JavaScript, Vue.js</p>
</div>
</div>
<div class="w3-section w3-padding-small w3-border w3-border-grey">
<video src="assets/images/stopTheVirus.mp4" width="100%" class="w3-padding" controls></video>
<div class="w3-container">
<p class="w3-padding-small">This "Stop The Virus" app is to catch the virus by controlling
the mask man shooting masks.
</p>
<p class="w3-padding-small">Tech: Python, Pygame</p>
<p class="w3-padding-small w3-text-blue w3-small" style="font-style: italic"> <a
href="https://github.com/WayGuan/stop-the-virus">Git Repo Link</a> </p>
</div>
</div>
</div>
<div class="w3-col l6">
<div class="w3-section w3-padding-small w3-border w3-border-grey">
<video src="assets/images/litenotes-laravel.mp4" width="100%" class="w3-padding"
controls></video>
<div class="w3-container">
<p class="w3-padding-small">This is a note taking app built with Laravel, Tailwind and
MySQL. It allows users to register and login to manage their notes.
</p>
<p class="w3-padding-small">Tech: Laravel, Tailwind, MySQL, Docker, WSL</p>
<p class="w3-padding-small w3-text-blue w3-small" style="font-style: italic"> <a
href="https://github.com/WayGuan/litenotes/tree/master/litenotes">Git Repo Link</a>
</p>
</div>
</div>
<div class="w3-section w3-padding-small w3-border w3-border-grey">
<a href="https://wayguan.github.io/Covid/">
<img src="assets/images/covid.png" style="width:100%" class="w3-padding">
</a>
<div class="w3-container">
<p class="w3-padding-small">An app to get the latest data from Canada's COVID-19 outbreak
from <a href="https://opencovid.ca">opencovid</a>'s API. </p>
<p class="w3-padding-small">Tech: HTML, CSS, JavaScript, jQuery, Chart.js</p>
<p class="w3-padding-small"> Note: On April 30, 2022, CovidTimelineCanada superseded the
original Covid19Canada dataset.</p>
<p class="w3-padding-small w3-text-blue w3-small" style="font-style: italic"> <a
href="https://github.com/WayGuan/Covid">Git Repo Link</a> </p>
</div>
</div>
<div class="w3-section w3-padding-small w3-border w3-border-grey">
<video src="assets/images/doctorWho.mp4" width="100%" class="w3-padding" controls></video>
<div class="w3-container">
<p class="w3-padding-small">This app is to connect to a database regarding Doctor Who (a
long-running BBC television
show), and use SQL or LINQ to query for the information of the doctors and companions.
</p>
<p class="w3-padding-small">Tech: C#, .NET</p>
</div>
</div>
<div class="w3-section w3-padding-small w3-border w3-border-grey">
<video src="assets/images/paintApp.mp4" width="100%" class="w3-padding" controls></video>
<div class="w3-container">
<p class="w3-padding-small">This is a paint app created with Java. It allows user to draw
with different sizes and colors, as well as undraw and clear.
</p>
<p class="w3-padding-small">Tech: Java, JavaFX, Polymorphism, Object Oriented Programming,
Interface</p>
<p class="w3-padding-small w3-text-blue w3-small" style="font-style: italic"> <a
href="https://github.com/WayGuan/PaintAppJava">Git Repo Link</a> </p>
</div>
</div>
</div>
<!-- End works grid -->
</div>
<!-- End Portfolio Section -->
</div>
<!-- Contact Section -->
<div class="w3-padding-64 w3-content" id="contact">
<h2 class="w3-panel w3-border-bottom w3-hover-blue-grey">Contact Me</h2>
<div class="w3-section">
<p><i class="fa fa-map-marker fa-fw w3-xxlarge w3-margin-right"></i>Hamilton, ON</p>
<p><a href="mailto:[email protected]">
<i class="fa fa-envelope w3-hover-opacity fa-fw w3-xxlarge w3-margin-right">
</i>Email: [email protected]</a>
</p>
<p><a href="https://www.linkedin.com/in/weiwei-guan">
<i class="fab fa-linkedin w3-hover-opacity fa-fw w3-xxlarge w3-margin-right"></i>LinkedIn:
weiwei-guan</a>
</p>
<p><a href="https://github.com/WayGuan">
<i class="fab fa-github w3-hover-opacity fa-fw w3-xxlarge w3-margin-right"></i>GitHub</a>
</p>
</div>
</div>
</div>
<footer>
<p class="w3-medium">© 2021 Weiwei</a></p>
</footer>
<!-- END PAGE CONTENT -->
</div>
<script>
function myFunc(e) {
let currentNode = document.getElementsByClassName('w3-bar-item');
console.log(currentNode);
console.log(e);
let nodeArray = Array.from(currentNode);
nodeArray.forEach(element => {
element.classList.remove('w3-black');
});
e.classList.add('w3-black');
}
</script>
</body>
</html>