-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
345 lines (316 loc) · 15 KB
/
portfolio.html
File metadata and controls
345 lines (316 loc) · 15 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Chase Eid - Projects</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<img class="sidebar-img"
src="https://lh3.googleusercontent.com/pw/AIL4fc9B4KMtVJwst_CnIPJPFhzsIdgFYnDEo2aty4haggTzK1OKkmAMfu8FgY03AQI6CQimVB6Eww8w5oimpYkH3wJeREvKwqQKtOuV6DoKcWyp3b2bRXLP491mwXmNNlcjptzJxBPgML5W2OYM8xE9JIJ4eQ=w894-h894-s-no">
<h1 id="toptitle">Chase Eid - Projects</h1>
<ul id="nav-ul">
<li class="nav-li">
<a class="nav-a" href="index.html">Home</a>
</li>
<li class="nav-li">
<a class="nav-a" href="portfolio.html">Projects</a>
</li>
</ul>
</nav>
<canvas id="canvas" width="1920" height="1080"></canvas>
<div id="all-contents">
<!--<div class="tagCompleted mobileMargin"><p>Completed</p></div>
<div class="tagCancele mobileMargind"><p>Canceled</p></div>
<div class="tagActDev mobileMargin"><p>In active Development</p></div>
<div class="tagFutDev mobileMargin"><p>Future Development Planned</p></div>
<div class="tagUpt mobileMargin"><p>Recently-Updated</p></div>
<div class="tagUnFin mobileMargin"><p>Unfinished</p></div> -->
<!-- 3dSnake -->
<div class="projectDiv">
<video class="autoplayed" loop autoplay muted>
<source class="autoplayed" src="media/3dsnake.mp4" type="video/mp4">
</video>
<div class="tagTitle">
<h1 class="projectTitle">3D Snake</h1>
<div class="tagCompleted mobileMargin">
<p>Completed</p>
</div>
<div class="tagActDev mobileMargin">
<p>In active Development</p>
</div>
<div class="tagUpt mobileMargin">
<p>Recently-Updated</p>
</div>
</div>
<div class="projectNotes">
<p>3D Java-script game using only Jquery. Thats right, threeJs was NOT USED at all in this project. Been
working on this 3d engine for months now, and expect more games to be made with this engine in the
future. </p>
</div>
<a class="proLink" href="/projects/3dSnake/index.html">Go to 3D-SNAKE</a>
</div>
<!-- pong -->
<div class="projectDiv">
<video class="autoplayed" loop autoplay muted>
<source class="autoplayed" src="media/2024-02-05 16-38-24_2.mp4" type="video/mp4">
</video>
<div class="tagTitle">
<h1 class="projectTitle">Pong</h1>
<div class="tagCompleted mobileMargin">
<p>Completed</p>
</div>
<!-- <div class="tagActDev mobileMargin">
<p>In active Development</p>
</div>
<div class="tagUpt mobileMargin">
<p>Recently-Updated</p>
</div> -->
</div>
<div class="projectNotes">
<p>Pong is a game that's logic is more hard to program then it seems. Making collision that works no
matter the speed of the ball and paddle was a challenge. I devloped a backwards ray-casting system
that will always deflect the ball no matter the speed.</p>
</div>
<a class="proLink" href="/asd-projects/pong/index.html">Go to Pong</a>
</div>
<!-- metor shower -->
<div class="projectDiv">
<video class="autoplayed" loop autoplay muted>
<source class="autoplayed" src="media/2023-12-28 19-18-31_1.mp4" type="video/mp4">
</video>
<div class="tagTitle">
<h1 class="projectTitle">Metor-Shower</h1>
<div class="tagCompleted mobileMargin">
<p>Completed</p>
</div>
</div>
<div class="projectNotes">
<p>Metor-Shower is a customized version of bouncing-box. This furthered my expierence with Jquery and
animations. To play, press down the spacebar to charge and release when the metor in within the
horizontal line on the screen. The more you destroy the higher the score and speed. Your high score
will be saved on a browser cookie!</p>
</div>
<a class="proLink" href="/projects/Metor-shower/">Go to Metor-Shower</a>
</div>
<!--platformer -->
<div class="projectDiv">
<video class="autoplayed" loop autoplay muted>
<source class="autoplayed" src="media/2023-12-28 19-18-31_2.mp4" type="video/mp4">
</video>
<div class="tagTitle">
<h1 class="projectTitle">Platformer</h1>
<div class="tagActDev mobileMargin">
<p>In active Development</p>
</div>
<div class="tagUnFin mobileMargin">
<p>Unfinished</p>
</div>
</div>
<div class="projectNotes">
<p>Platformer is a 2d... well... platformer. I learned how to use 2d canvas and its features.
Origionally, the project only was able to support one level. However, I spun up a way to add
multible levels. I also added moving platforms, backgrounds, wall jumping, and also coloring to
platforms. Future
development goals include more levels, ice platforms, and revamped cannons</p>
</div>
<a class="proLink" href="/projects/platformer/platformer.html">Go to Platformer</a>
</div>
<!--Spheremark -->
<div class="projectDiv">
<video class="autoplayed" loop autoplay muted>
<source class="autoplayed" src="media/2023-12-28 19-18-31_3.mp4" type="video/mp4">
</video>
<div class="tagTitle">
<h1 class="projectTitle">Spheremark</h1>
<div class="tagCompleted mobileMargin">
<p>Completed</p>
</div>
</div>
<div class="projectNotes">
<p>Spheremark is a browser based benchmark. The better your computer the higher your score! Scores vary
between browsers. The score is the amount of circles that are currently on screen. If your fps is
above 58, it adds another circle. Based on circularity.</p>
</div>
<a class="proLink" href="/projects/circularity/">Go to Spheremark</a>
</div>
<!--Level Edit-->
<div class="projectDiv">
<video class="autoplayed" loop autoplay muted>
<source class="autoplayed" src="media/2023-12-28 19-18-31_5.mp4" type="video/mp4">
</video>
<div class="tagTitle">
<h1 class="projectTitle">Level Edit</h1>
<div class="tagCompleted mobileMargin">
<p>Completed</p>
</div>
<div class="tagActDev mobileMargin">
<p>In active Development</p>
</div>
<div class="tagUpt mobileMargin">
<p>Recently-Updated</p>
</div>
</div>
<div class="projectNotes">
<p>Level edit is a personal project I Origionally made to speed up development on platformer, however I
now have much bigger plans for it. I learned so many things while making it. I mastered Jquery and
learened way more CSS. Right now, you can export the levels you make. I plan to add level importing,
moving platforms, different collectables, ice platforms, and an online level sharing server. I Have
much planned for this. Try it out! </p>
</div>
<a class="proLink" href="/projects/platformer/editor.html">Go to Lvledit</a>
</div>
<!-- snake -->
<div class="projectDiv">
<video class="autoplayed" loop autoplay muted>
<source class="autoplayed" src="media/snake.mp4" type="video/mp4">
</video>
<div class="tagTitle">
<h1 class="projectTitle">Snake</h1>
<div class="tagCompleted mobileMargin">
<p>Completed</p>
</div>
<div class="tagUpt mobileMargin">
<p>Recently-Updated</p>
</div>
</div>
<div class="projectNotes">
<p>A simple snake game made with Jquery. But, dont you think its too flat? A little... two dimentional?
More to come :)
</p>
</div>
<a class="proLink" href="/asd-projects/snake/index.html">Go to snake</a>
</div>
<!-- Datashapes -->
<div class="projectDiv">
<video class="autoplayed" loop autoplay muted>
<source class="autoplayed" src="media/2024-02-05 16-38-24_1.mp4" type="video/mp4">
</video>
<div class="tagTitle">
<h1 class="projectTitle">DataShapes</h1>
<div class="tagCompleted mobileMargin">
<p>Completed</p>
</div>
</div>
<div class="projectNotes">
<p>Data shapes is a reintroduction project for advanced Java-script, nothing fancy.</p>
</div>
<a class="proLink" href="/asd-projects/data-shapes/index.html">Go to Data-Shapes</a>
</div>
<!-- Debugging Exercise -->
<div class="projectDiv">
<video class="autoplayed" loop autoplay muted>
<source class="autoplayed" src="media/2024-02-05 16-38-24_4.mp4" type="video/mp4">
</video>
<div class="tagTitle">
<h1 class="projectTitle">Debugging Exercise</h1>
<div class="tagCompleted mobileMargin">
<p>Completed</p>
</div>
<div class="tagUpt mobileMargin">
<p>Recently-Updated</p>
</div>
</div>
<div class="projectNotes">
<p>I learned how to use the chrome debugger to fix code that has bugs in it. I also replace the circles
with dvd logos after seeing one hit the corner.</p>
</div>
<a class="proLink" href="/asd-projects/debugging-exercise/index.html">Go to Debugging Exercise</a>
</div>
<!-- img-filter -->
<div class="projectDiv">
<video class="autoplayed" loop autoplay muted>
<source class="autoplayed" src="media/2024-02-05 16-38-24_3.mp4" type="video/mp4">
</video>
<div class="tagTitle">
<h1 class="projectTitle">Image Filter</h1>
<div class="tagCompleted mobileMargin">
<p>Completed</p>
</div>
<div class="tagUpt mobileMargin">
<p>Recently-Updated</p>
</div>
</div>
<div class="projectNotes">
<p>Simple image filter where I learned how to iterate over 2D arrays and learned higher order functions
</p>
</div>
<a class="proLink" href="/asd-projects/image-filtering/index.html">Go to Image-Filter</a>
</div>
<!-- Sorting-Exercise -->
<div class="projectDiv">
<video class="autoplayed" loop autoplay muted>
<source class="autoplayed" src="media/sort.mp4" type="video/mp4">
</video>
<div class="tagTitle">
<h1 class="projectTitle">Sorting-Exercise</h1>
<div class="tagCompleted mobileMargin">
<p>Completed</p>
</div>
<div class="tagUpt mobileMargin">
<p>Recently-Updated</p>
</div>
</div>
<div class="projectNotes">
<p>Sorting-Exercise is a project where I learned the concept of recursion and sorting algorithms.</p>
</div>
<a class="proLink" href="/asd-projects/sorting-exercise/BetterS-e/newUi.html">Go to Sorting-Exercise</a>
</div>
<!-- Walker -->
<div class="projectDiv">
<video class="autoplayed" loop autoplay muted>
<source class="autoplayed" src="media/2024-02-05 16-38-24.mp4" type="video/mp4">
</video>
<div class="tagTitle">
<h1 class="projectTitle">Walker</h1>
<div class="tagCompleted mobileMargin">
<p>Completed</p>
</div>
<div class="tagUpt mobileMargin">
<p>Recently-Updated</p>
</div>
</div>
<div class="projectNotes">
<p>A top down movement prototype. I will probably make this an online tag game in the future
</p>
</div>
<a class="proLink" href="/asd-projects/walker/index.html">Go to walker</a>
</div>
<!-- Bouncing-Box -->
<div class="projectDiv">
<video class="autoplayed" loop autoplay muted>
<source class="autoplayed" src="media/2023-12-28 19-18-31.mp4" type="video/mp4">
</video>
<div class="tagTitle">
<h1 class="projectTitle">Bouncing-Box</h1>
<div class="tagCompleted mobileMargin">
<p>Completed</p>
</div>
</div>
<div class="projectNotes">
<p>Bouncing-Box is a project which I learned the fundementals of Jquery and Java-script function
declarations. This
is an uncustomized version of Metor-Shower, which is another project. To play, click on the box and
your score will go up, the speed increaces with your score. Its trickier than it looks!</p>
</div>
<a class="proLink" href="/projects/bouncing-box">Go to Bouncing-Box</a>
</div>
<!--runtime-->
<!-- <div class="projectDiv">
<video class="autoplayed" loop autoplay muted>
<source class="autoplayed" src="media/2023-12-28 19-18-31_4.mp4" type="video/mp4">
</video>
<div class="tagTitle">
<h1 class="projectTitle">Runtime</h1>
</div>
<div class="projectNotes">
<p>Runtime... This project was the final project we worked on and was the culmination of all we learned.
However various issues with the framework they provided lost my motivation in the project. I don't
feel like listing them all, but there are many.</p>
</div>
<a class="proLink" href="/projects/runtime/">Go to Runtime</a>
</div> -->
<script src="background.js"></script>
</div>
</body>
</html>