-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebProject.html
374 lines (340 loc) · 11.2 KB
/
WebProject.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
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- The width of Android devices is often not the actual screensize. If you want to have the width of the screen you need a viewport meta tag. -->
<meta id="viewport" name="viewport" content ="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="design.css" />
<!-- AOS CSS -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<title>Web Development by Shon Tzu</title>
<style>
html {
padding-left: 25%;
padding-right: 25%;
}
h1 {
text-align: center;
}
.accordion {
background-color: #eee;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
}
.active,
.accordion:hover {
background-color: #ccc;
}
.panel {
margin: 0;
display: none;
background-color: rgba(255, 255, 255, 0.5);
overflow: hidden;
}
table {
width: 100%;
text-align: left;
}
th {
width: 30%;
text-align: right;
padding-right: 5%;
}
tr {
line-height: 1.5rem;
border-bottom: 1px solid black;
}
img {
max-width: 100%;
display: flex;
flex-direction: row;
}
@media only screen and (max-width: 600px) {
html {
padding: 0;
}
}
</style>
</head>
<body>
<header>
<div class="navbar">
<a href="index.html">About Me</a>
<a href="MultimediaProject.html">Multimedia projects</a>
<a href="WebProject.html">Web projects</a>
<!-- <a href="Backend projects.html">Backend Projects</a> -->
</div>
</header>
<br><br><br>
<img src="resources/Thumbnail-GKS.JPG" alt="Children entertainment website" data-aos="fade-down" data-aos-duration="1400">
<button class="accordion" data-aos="fade-down" data-aos-duration="1600">
<h1>Great Kids Show</h1>
<h5>(read more)</h5>
</button>
<table class="panel">
<tr>
<th>Type</th>
<td>Static / Semi-MVC</td>
</tr>
<tr>
<th>Purpose</th>
<td>Academic Assignment</td>
</tr>
<tr>
<th>Developers</th>
<td>Group, 5pax</td>
</tr>
<tr>
<th>Description</th>
<td>Semi-MVC cartoon / entertainment website for children under 6 years old with Vue3 Composition API</td>
</tr>
<tr>
<th>Technologies</th>
<td>Vue3, Bootstrap Vue, Adobe tools (Illustrator, After Effects, PremierePro, Animate)</td>
</tr>
<tr>
<th>Live Preview</th>
<td><a href="https://greatkidshow.netlify.app/" target="blank">see</a></td>
</tr>
<tr>
<th>Codebase</th>
<td><a href="https://github.com/yuuchin/GreatKidsShow" target="blank">see</a></td>
</tr>
</table>
<br><br><br>
<img src="resources/Thumbnail-Todos.PNG" alt="Kanban-style Todo List CRUD Web App (with Vue + Firebase)" data-aos="fade-down" data-aos-duration="1400">
<button class="accordion" data-aos="fade-down" data-aos-duration="1600">
<h1>Kanban-style todo</h1>
<h5>(read more)</h5>
</button>
<table class="panel">
<tr>
<th>Type</th>
<td>CRUD</td>
</tr>
<tr>
<th>Purpose</th>
<td>Personal project</td>
</tr>
<tr>
<th>Developers</th>
<td>Individual</td>
</tr>
<tr>
<th>Description </th>
<td>Kanban-style todo tracker with Vue.js and Firestore DB hosted on Firebase</td>
</tr>
<tr>
<th>Live Preview</th>
<td><a href="https://yuuchin-firebase-vue.web.app/" target="blank">see</a></td>
</tr>
<tr>
<th>Codebase</th>
<td><a href="https://github.com/yuuchin/yuuchins-todo" target="blank">see</a></td>
</tr>
</table>
<br><br><br>
<img src="resources/Thumbnail-Pomodoro.PNG" alt="Pomodoro time management web app (Vue.js)" data-aos="fade-down" data-aos-duration="1400">
<button class="accordion" data-aos="fade-down" data-aos-duration="1600">
<h1>Pomodoro App</h1>
<h5>(read more)</h5>
</button>
<table class="panel">
<tr>
<th>Type</th>
<td>Static</td>
</tr>
<tr>
<th>Purpose</th>
<td>Personal project</td>
</tr>
<tr>
<th>Developers</th>
<td>Indivudial</td>
</tr>
<tr>
<th>Description </th>
<td>Pomodoro time management app (study-break intervals) using Vue</td>
</tr>
<tr>
<th>Live Preview</th>
<td><a href="https://yuuchin-pomodoro.netlify.app/" target="blank">see</a></td>
</tr>
<tr>
<th>Codebase</th>
<td><a href="https://github.com/yuuchin/Pomodoro" target="blank">see</a></td>
</tr>
</table>
<br><br><br>
<img src="resources/Thumbnail-SnakesAndLadder.jpg" alt="Snakes and Ladders JavaScript Game" data-aos="fade-down" data-aos-duration="1600">
<button class="accordion" data-aos="fade-down" data-aos-duration="1600">
<h1>Snakes and Ladders</h1>
<h5>(read more)</h5>
</button>
<table class="panel">
<tr>
<th>Type</th>
<td> Open-source / Game</td>
</tr>
<tr>
<th>Purpose</th>
<td>Personal project</td>
</tr>
<tr>
<th>Developers</th>
<td>4 contributors to-date</td>
</tr>
<tr>
<th>Description </th>
<td>Snakes and Ladders game using vanilla HTML CSS and javascript
</td>
</tr>
<tr>
<th>Live Preview</th>
<td><a href="https://yuuchin.github.io/snakes-and-ladders/" target="blank">see</a></td>
</tr>
<tr>
<th>Codebase</th>
<td><a href="https://github.com/yuuchin/Snakes-and-Ladders" target="blank">see</a></td>
</tr>
</table>
<br><br><br>
<img src="resources/UnusualNews1.PNG" alt="Unusual News static Website" data-aos="fade-down" data-aos-duration="1400">
<button class="accordion" data-aos="fade-down" data-aos-duration="1600">
<h1>Unusual News</h1>
<h5>(read more)</h5>
</button>
<table class="panel">
<tr>
<th>Type</th>
<td>Static</td>
</tr>
<tr>
<th>Purpose</th>
<td>Academic Assignment</td>
</tr>
<tr>
<th>Developers</th>
<td>Group, 2 pax</td>
</tr>
<tr>
<th>Description </th>
<td>A mock website for a news reporting company</td>
</tr>
<tr>
<th>Live Preview</th>
<td><a href="https://yuuchin.github.io/unusual-news/" target="blank">see</a></td>
</tr>
<tr>
<th>Codebase</th>
<td><a href="https://github.com/yuuchin/unusual-news" target="blank">see</a></td>
</tr>
</table>
<br><br><br>
<img src="resources/Visit2Day.PNG" alt="Visit2Day tourist guide website" data-aos="fade-down" data-aos-duration="1400">
<button class="accordion" data-aos="fade-down" data-aos-duration="1600">
<h1>Visit2Day</h1>
<h5>(read more)</h5>
</button>
<table class="panel">
<tr>
<th>Type</th>
<td>Static</td>
</tr>
<tr>
<th>Purpose</th>
<td>Academic Assignment</td>
</tr>
<tr>
<th>Developers</th>
<td>Individual
<tr>
<th>Description </th>
<td>Visit2Day is a travelling webaite to help tourists plan their travel to Liverpool </td>
</tr>
<tr>
<th>Live Preview</th>
<td><a href="https://yuuchin.github.io/Visit2Day/" target="blank">see</a></td>
</tr>
<tr>
<th>Codebase</th>
<td><a href="https://github.com/yuuchin/Visit2Day" target="blank">see</a></td>
</tr>
</table>
<br><br><br>
<img src="resources/Thermometer.JPG" alt="Infrared Thermometer landing page website" data-aos="fade-down" data-aos-duration="1400">
<button class="accordion" data-aos="fade-down" data-aos-duration="1600">
<h1>Product Landing Page</h1>
<h5>(read more)</h5>
</button>
<table class="panel">
<tr>
<th>Type</th>
<td>Static</td>
</tr>
<tr>
<th>Purpose</th>
<td>Personal project</td>
</tr>
<tr>
<th>Developers</th>
<td>Individual</td>
</tr>
<tr>
<th>Description </th>
<td>This project was developed with an intention to practice css; how to layout images, texts, align and
justify content</td>
</tr>
</table>
<br><br><br>
<footer>
<div>
<a href="https://www.facebook.com/shontzu" target="blank" class="fa fa-facebook" data-aos="slide-up"
data-aos-duration="400" />
<a href="https://twitter.com/shontzu_" target="blank" class="fa fa-twitter" data-aos="slide-up"
data-aos-duration="300"></a>
<a href="https://www.linkedin.com/in/shontzu/" target="blank" class="fa fa-linkedin" data-aos="slide-up"
data-aos-duration="200"></a>
<a href="https://www.instagram.com/shontzu/" target="blank" class="fa fa-instagram" data-aos="slide-up"
data-aos-duration="300"></a>
<a href="https://github.com/yuuchin" target="blank" class="fa fa-github" data-aos="slide-up"
data-aos-duration="400"></a>
</div>
<div>
© Yuu Chin Keoy | shontzuforever@gmail.com
</div>
<div>
<img src="resources/flower.png" height="100px" class="fa-spin">
</div>
</footer>
<!-- AOS script -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
<script>
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].addEventListener("click", function () {
this.classList.toggle("active");
var panel = this.nextElementSibling;
if (panel.style.display === "block") {
panel.style.display = "none";
} else {
panel.style.display = "block";
}
});
}
</script>
</html>