-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
380 lines (372 loc) · 19.3 KB
/
index.html
File metadata and controls
380 lines (372 loc) · 19.3 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
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
375
376
377
378
379
380
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Projects | CSCE 242">
<link rel="stylesheet" href="styles.css" />
<title>CSCE 242 | Alexis Mesa</title>
</head>
<body>
<div id="full-page">
<header id="mainheader">
<h1>
CSCE242 Portfolio
</h1>
<h2>Alexis Mesa Coria</h2>
<p>
This course focuses on building modern websites using foundational web
technologies. We learn how to structure pages with HTML, style them with
CSS, and add interactivity using JavaScript. Assignments are published
through GitHub Pages and link is posted in blackboard.
</p>
<nav id="main-nav">
<ul>
<li><a href="https://github.com/mesaAlex/mesaAlex.github.io">Github Repo</a></li>
</ul>
</nav>
</header>
<main id="content">
<!--Assignment Section-->
<h2>ASSIGNMENTS:</h2>
<hr>
<div id="gallery" class="columns">
<section id="assignment01_section" class="one">
<div class="one">
<header>
<h3><a href="assignments/assignment01/index.html">Assignment 1<br>01/18/2026</a></h3>
</header>
<div>
<a href="assignments/assignment01/index.html"><img src="images/Assignment01_pic.png" alt="Assignment 1 Screenshot" /></a>
</div>
</div>
<footer class="one">
<hr>
<p>
First assignment in CSCE 242. Created a simple webpage about the correlation between
cortisol levels and blue light exposure and the importance of protecting your eyes
after a certain time of the day from technologies that emit blue light.
</p>
</footer>
</section>
<section id="assignment02_section" class="one">
<div class="one">
<header>
<h3><a href="assignments/assignment02/index.html">Assignment 2<br>01/21/2026</a></h3>
</header>
<div>
<a href="assignments/assignment02/index.html"><img src="images/Assignment02_pic.png" alt="Assignment 2 Screenshot" /></a>
</div>
</div>
<footer class="one">
<hr>
<p>
Second assignment in CSCE 242. Created a webpage demonstrating new CSS Styling techniques
learned in class. Used these teqniques to create a webiste about some of the cars that I am
fasinated with. I also talk about some of the specs that come with those cars and how they
compare to some of my other favorite vehicles.
</p>
</footer>
</section>
<section id="assignment03_section" class="one">
<div class="one">
<header>
<h3><a href="assignments/assignment03/index.html">Assignment 3<br>01/25/2026</a></h3>
</header>
<div>
<a href="assignments/assignment03/index.html"><img src="images/Assignment03_pic.png" alt="Assignment 3 Screenshot" /></a>
</div>
</div>
<footer class="one">
<hr>
<p>
Third assignment in CSCE 242. Copied a webpage using the new techniques we learned to copy
a webpage demo that the professor showed us.
</p>
</footer>
</section>
<section id="assignment04_section" class="one">
<div class="one">
<header>
<h3><a href="./assignments/assignment04/index.html">Assignment 4<br>02/01/2026</a></h3>
</header>
<div>
<a href="./assignments/assignment04/index.html"><img src="images/Assignment04_pic.png" alt="Assignment 3 Screenshot" /></a>
</div>
</div>
<footer class="one">
<hr>
<p>
Fourth assignment in CSCE 242. Copied a webpage using the new techniques we learned to copy
a webpage demo that the professor showed us.
</p>
</footer>
</section>
<section id="assignment07_section" class="one">
<div class="one">
<header>
<h3><a href="./assignments/assignment07/index.html">Assignment 7<br>02/08/2026</a></h3>
</header>
<div>
<a href="./assignments/assignment07/index.html"><img src="images/Assignment07_pic.png" alt="Assignment 7 Screenshot" /></a>
</div>
</div>
<footer class="one">
<hr>
<p>
This is the seventh assignment of the semester. I essentially created three divs and showed off
some javascript that we were taught in class.
</p>
</footer>
</section>
<section id="assignment08_section" class="one">
<div class="one">
<header>
<h3><a href="./assignments/assignment08/index.html">Assignment 8<br>02/15/2026</a></h3>
</header>
<div>
<a href="./assignments/assignment08/index.html"><img src="images/Assignment08_pic.png" alt="Assignment 8 Screenshot" /></a>
</div>
</div>
<footer class="one">
<hr>
<p>
Eighth assignment: practice with conditional statements and DOM interactivity. Includes
a countdown to class and interactive slider messages.
</p>
</footer>
</section>
<section id="assignment09_section" class="one">
<div class="one">
<header>
<h3><a href="./assignments/assignment09/index.html">Assignment 9<br>02/22/2026</a></h3>
</header>
<div>
<a href="./assignments/assignment09/index.html"><img src="images/Assignment09_pic.png" alt="Assignment 9 Screenshot" /></a>
</div>
</div>
<footer class="one">
<hr>
<p>
Ninth assignment: practice with loops and DOM manipulation. Includes
a animation of bubbles in a fishbowl using a for loops in js.
</p>
</footer>
</section>
<section id="assignment10_section" class="one">
<div class="one">
<header>
<h3><a href="./assignments/assignment10/index.html">Assignment 10<br>02/22/2026</a></h3>
</header>
<div>
<a href="./assignments/assignment10/index.html"><img src="images/Assignment10_pic.png" alt="Assignment 10 Screenshot" /></a>
</div>
</div>
<footer class="one">
<hr>
<p>
Tenth assignment: practice with arrays and also learning how to integrate
youtube videos into a webpage. The webpage includes a dropdown menu that allows the user to select
a mood and then it displays songs that fit that mood. When the user clicks on a song, a youtube video of that song will appear.
</p>
</footer>
</section>
<section id="assignment11_section" class="one">
<div class="one">
<header>
<h3><a href="./assignments/assignment11/index.html">Assignment 11<br>03/01/2026</a></h3>
</header>
<div>
<a href="./assignments/assignment11/index.html"><img src="images/Assignment11_pic.png" alt="Assignment 11 Screenshot" /></a>
</div>
</div>
<footer class="one">
<hr>
<p>
Eleventh assignment: Practice with object classes in JavaScript.
</p>
</footer>
</section>
<section id="assignment12_section" class="one">
<div class="one">
<header>
<h3><a href="https://github.com/mesaAlex/demo_backend">Assignment 12<br>03/01/2026</a></h3>
<a href="https://demo-backend-t2fj.onrender.com"><img src="images/Render_pic.png" alt="Assignment 12 Screenshot" /></a>
</header>
<div>
<a href="https://github.com/mesaAlex/demo_backend">View on GitHub</a>
</div>
</div>
<footer class="one">
<hr>
<a href="https://demo-backend-t2fj.onrender.com">View Demo</a>
</footer>
</section>
</div>
<!-- Project Section -->
<h2>Projects:</h2>
<hr>
<div id="gallery" class="columns">
<section id="project01_section" class="one">
<div class="one">
<header>
<h3><a href="./projects/Project+Part+1_+Topic+Selection.pdf">Project 1<br>01/18/2026</a></h3>
</header>
<div>
<a href="./projects/Project+Part+1_+Topic+Selection.pdf"><img src="./images/Project01_pic.png" alt="Project 1 Screenshot" /></a>
</div>
</div>
<footer class="one">
<hr>
<p>
Part one of my project which essentially is a very informal proposal on the topic I will be
following for my project.
</p>
</footer>
</section>
<section id="project02_section" class="one">
<div class="one">
<header>
<h3><a href="./projects/MOM-CSCE 242.pdf">Project 2<br>02/01/2026</a></h3>
</header>
<div>
<a href="./projects/MOM-CSCE 242.pdf"><img src="./images/Project02_pic.png" alt="Project 2 Screenshot" /></a>
</div>
</div>
<footer class="one">
<hr>
<p>
Part two of my project which is essentially a demo of the main page of my final project.
<br><br>
CLICK THE LINK BELOW TO VIEW A VIDEO DEMONSTRATION OF THE DEMO.
<a href="https://youtu.be/SkbpQUotHAA">Video Demonstration</a>
</p>
</footer>
</section>
<section id="project03_section" class="one">
<div class="one">
<header>
<h3><a href="./projects/MOM_CSCE 242-2.pdf">Project 2<br>02/01/2026</a></h3>
</header>
<div>
<a href="./projects/MOM_CSCE 242-2.pdf"><img src="./images/Project03_pic.png" alt="Project 3 Screenshot" /></a>
</div>
</div>
<footer class="one">
<hr>
<p>
Part three of my project which is essentially a demo of the entire website of my final project.
<br><br>
CLICK THE LINK BELOW TO VIEW A VIDEO DEMONSTRATION OF THE DEMO.
<a href="https://youtu.be/FfMkiWHuIPc">Video Demonstration</a>
</p>
</footer>
</section>
<section id="project04_section" class="one">
<div class="one">
<header>
<h3><a href="./projects/homepage/index.html">Project 4<br>02/15/2026</a></h3>
</header>
<div>
<a href="./projects/homepage/index.html"><img src="./images/Project04_pic.png" alt="Project 4 Screenshot" /></a>
</div>
</div>
<footer class="one">
<hr>
<p>
Part four of my project which is essentially the homepage of my project. It is a website
called Meals on Mesa which is a meal planning website that allows users to track their meals,
understand their nutrition, and plan with purpose. The website also includes a section with trending recipes.
</p>
</footer>
</section>
<section id="project05_section" class="one">
<div class="one">
<header>
<h3><a href="./projects/homepage/part5/index.html">Project 5<br>02/22/2026</a></h3>
</header>
<div>
<a href="./projects/homepage/part5/index.html"><img src="./images/Project05_pic.png" alt="Project 5 Screenshot" /></a>
</div>
</div>
<footer class="one">
<hr>
<p>
Part five is the complete project which is the entire website of my project. It is a website
called Meals on Mesa which is a meal planning website that allows users to track their meals,
understand their nutrition, and plan with purpose. The website also includes a section with trending recipes.
This is without any feedback from the coordinators.
</p>
</footer>
</section>
<section id="front-end-react" class="one">
<div class="one">
<header>
<img src="./images/Project06_pic.png" class="image" alt="Project 5 Screenshot" />
</header>
<div>
<h3>Front-end React</h3>
</div>
</div>
<footer class="one">
<hr>
<p>
<a href="https://github.com/mesaAlex/mom_frontend">React Front-end code</a>
<a href="https://github.com/mesaAlex/demo_backend">Node Server-side code</a>
<a href="https://mesaalex.github.io/mom_frontend/">Live site</a>
<a href="https://demo-backend-t2fj.onrender.com">Backend Api</a>
</p>
</footer>
</section>
<section id="project07_section" class="one">
<div class="one">
<header>
<h3><a href="./projects/part7/index.html">Project 7<br>03/08/2026</a></h3>
</header>
<div>
<a href="./projects/part7/index.html"><img src="./images/Project07_pic.png" alt="Project 7 Screenshot" /></a>
</div>
</div>
<footer class="one">
<hr>
<p>
Part seven is the complete project which is the entire website of my project. It is a website
called Meals on Mesa which is a meal planning website that allows users to track their meals,
understand their nutrition, and plan with purpose. The website also includes a section with trending recipes.
This is with feedback from the coordinators and it also includes a backend and database.
This time the site uses JSON files to store the recipes and meal plans instead of hardcoding them into the HTML.
The site also includes a contact form that uses Web3Forms to send messages through the form and display the result on the page.
</p>
</footer>
</section>
<section id="project08_section" class="one">
<div class="one">
<header>
<img src="./images/Project08_pic.png" class="image" alt="Project 8 Screenshot" />
</header>
<div>
<h3>React Website</h3>
</div>
</div>
<footer class="one">
<hr>
<p>
<div class="columns">
<a href="https://mesaalex.github.io/mom_frontend/">Live site</a>
<a href="https://demo-backend-t2fj.onrender.com">Backend Api</a>
</div>
<a href="https://github.com/mesaAlex/mom_frontend">React Front-end code</a>
<a href="https://github.com/mesaAlex/demo_backend">Backend code</a>
</p>
</footer>
</section>
</div>
</main>
<footer id="mainfooter">
<p>
© Alexis Mesa Coria | 2026
</p>
</footer>
</div>
</body>
</html>