-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
308 lines (291 loc) · 9.24 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
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
<!DOCTYPE html>
<html>
<head>
<title>Yeryn Do</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type = "image/png" href="images/favicon.ico">
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header" class="alt">
<div class="logo"><a href="index.html">Yeryn <span>Do</span></a></div>
<a href="#menu">Menu</a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<!-- <li><a href="generic.html">Generic</a></li>-->
<li><a href = "quote.html">Random Quote Generator</a></li>
<li><a href = "calculator.html">Simple Calculator</a></li>
<li><a href = "breakoutGame.html">Classic 2D Game</a></li>
<li><a href = "game.html">Mini Phaser Game</a></li>
<li><a href = "clock.html">Digital Analog Clock</a></li>
<li><a href = "typingSpeed.html">Typing Speed</a></li>
</ul>
</nav>
<!-- Banner -->
<section class="banner full">
<article>
<img src="images/slider/slide01.jpg" alt="" />
<div class="inner">
<header>
<p>This is Me</p>
<h2>Yeryn Do</h2>
</header>
</div>
</article>
<article>
<img src="images/slider/slide02.jpg" alt="" />
<div class="inner">
<header>
<p>Come and Check Out My</p>
<h2>Photos</h2>
</header>
</div>
</article>
<article>
<img src="images/slider/slide03.jpg" alt="" />
<div class="inner">
<header>
<p>Look At My CS</p>
<h2>Projects</h2>
</header>
</div>
</article>
<article>
<img src="images/slider/slide04.jpg" alt="" />
<div class="inner">
<header>
<p>Truth is...</p>
<h2>Not all projects are perfect!</h2>
</header>
</div>
</article>
<!-- <article>
<img src="images/slide05.jpg" alt="" />
<div class="inner">
<header>
<p></p>
<h2></h2>
</header>
</div>
</article> -->
</section>
<!-- One -->
<section id="one" class="wrapper style2">
<div class="inner">
<div class="grid-style">
<div>
<div class="box">
<div class="image fit">
<img src="images/projectPreview/quote.jpg" alt="" />
</div>
<div class="content">
<header class="align-center">
<p>First Mini Project</p>
<h2>Random Quote Generator</h2>
</header>
<p> A simple Random Quote Generator made using HTML5, CSS3, and JavaScript.</p>
<footer class="align-center">
<a href="quote.html" class="button alt">Try it out</a>
</footer>
</div>
</div>
</div>
<div>
<div class="box">
<div class="image fit">
<img src="images/projectPreview/calc.png" alt="" />
</div>
<div class="content">
<header class="align-center">
<p>Second Mini Project</p>
<h2>Simple Calculator</h2>
</header>
<p>This is a very simple calculator. I hope to update this to write JavaScript methods for the functions in the near future.</p>
<p>Explored: JavaScript, HTML5, CSS3</p>
<footer class="align-center">
<a href="calculator.html" class="button alt">Check it out</a>
</footer>
</div>
</div>
</div>
<div>
<div class="box">
<div class="image fit">
<img src="images/projectPreview/breakoutGame.png" alt="" />
</div>
<div class="content">
<header class="align-center">
<p>Third Mini Project</p>
<h2>2D JavaScript Breakout Game</h2>
</header>
<p>Created a 2D MDN Breakout game through a tutorial using HTML5 canvas, CSS3, and pure JavaScript</p>
<p>I plan to keep working on this project to add more creativity by adding sounds, number of attempts, different levels, etc.</p>
<p><font color="red">I have to fix the reloading error when the game ends..</font></p>
<p>My goal with the third mini project is to tweak some of the customizations provided through the tutorial and eventually use it a template for other 2D JavaScript games.</p>
<footer class="align-center">
<a href="breakoutGame.html" class="button alt">Play</a>
</footer>
</div>
</div>
</div>
<div>
<div class="box">
<div class="image fit">
<img src="images/projectPreview/phaser.png" alt="" />
</div>
<div class="content">
<header class="align-center">
<p>Fourth Mini Project</p>
<h2>Mini Phaser Game</h2>
</header>
<p>Exploring HTML5 game development using Phaser 2 through an introductory tutorial on phaser.io!</p>
<footer class="align-center">
<a href="game.html" class="button alt">Play me</a>
<!--<a href="phaserGame.html" class="button alt">Play me (within website)</a> -->
</footer>
</div>
</div>
</div>
<div>
<div class="box">
<div class="image fit">
<img src="images/projectPreview/clock.png" alt="" />
</div>
<div class="content">
<header class="align-center">
<p>Fifth Mini Project</p>
<h2>Digital Analog Clock</h2>
</header>
<p>Learned the basics of JavaScript to create a digital analog clock while also brushing up on CSS!</p>
<footer class="align-center">
<a href="clock.html" class="button alt">What's the time?</a>
</footer>
</div>
</div>
</div>
<div>
<div class="box">
<div class="image fit">
<img src="images/projectPreview/typing.jpg" alt="" />
</div>
<div class="content">
<header class="align-center">
<p>Sixth Mini Project</p>
<h2>Typing Speed Tester</h2>
</header>
<p>Learned the basics of JavaScript to create a type speed tester!</p>
<footer class="align-center">
<a href="typingSpeed.html" class="button alt">Time my speed!</a>
</footer>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style3">
<div class="inner">
<header class="align-center">
<p>Trust in the LORD with all your heart, and do not lean on your own understanding. In all your ways acknowledge him, and he will make straight your paths.</p>
<h2>Proverbs 3:5-6 ESV</h2>
</header>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style2">
<div class="inner">
<header class="align-center">
<p class="special">Pictures that I personally took</h2>
</header>
<div class="gallery">
<div>
<div class="image fit">
<img src="images/gallery/pic01.jpg" alt="" />
</div>
</div>
<div>
<div class="image fit">
<img src="images/gallery/pic04.jpg" alt="" />
</div>
</div>
<div>
<div class="image fit">
<img src="images/gallery/pic03.jpg" alt="" />
</div>
</div>
<div>
<div class="image fit">
<img src="images/gallery/food.jpg" alt="" />
</div>
</div>
<div>
<div class="image fit">
<img src="images/gallery/cat.jpg" alt="" />
</div>
</div>
<div>
<div class="image fit">
<img src="images/gallery/sweet.jpg" alt="" />
</div>
</div>
<div>
<div class="image fit">
<img src="images/gallery/asbury.jpg" alt="" />
</div>
</div>
<div>
<div class="image fit">
<img src="images/gallery/belmar.jpg" alt="" />
</div>
</div>
<div>
<div class="image fit">
<img src="images/gallery/dog.jpg" alt="" />
</div>
</div>
<div>
<div class="image fit">
<img src="images/gallery/paris.jpg" alt="" />
</div>
</div>
<div>
<div class="image fit">
<img src="images/gallery/pets.jpg" alt="" />
</div>
</div>
<div>
<div class="image fit">
<img src="images/gallery/mungchi.jpg" alt="" />
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="icons">
<li><a href="https://github.com/yeryndo" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="https://www.linkedin.com/in/yeryndo" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://www.instagram.com/yeryndo" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
</div>
<div class="copyright">
© Yeryn Do. All rights reserved.
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>