-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
64 lines (61 loc) · 2.02 KB
/
main.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Amanda Polarolo ~ MP451 ~ Spring 2025</title>
<div class="stampsleft">
<img src="\stamps\stamp1.png">
<img src="\stamps\stamp2.gif">
<img src="\stamps\stamp3.gif">
</div>
<div class="stampsright">
<img src="\stamps\stamp4.png">
<img src="\stamps\stamp5.png">
<img src="\stamps\stamp6.gif">
</div>
<div>
<h2>
Amanda Polarolo
</h2>
<h3>
MP451 Spring 2025 ~ 1 Credit
</h3>
</div>
</head>
<section>
<h3>
Experiences & Contributions
</h3>
<div class="div-2">
<p>
This was my first semester with COSI and unfortuantely my last, being a senior. I contributed by attending every meeting,
doing lightning talks on Neocities, [insert others...], helping with the game preservation/emulation station, and assisting
in the documenting of COSIs library and magazines.
</p>
</div>
</section>
<aside>
<h3>
Aside
</h3>
<div class="div-2">
<p>
Finally applying coding knowledge to exciting and fun projects was my biggest goal this semester. I felt that as a graduating senior,
I should have work that I am proud of to show off. Making this website, sharing my interests with others and connecting through shared
interests made me feel a lot more confident in my skillset and gave me ambition to continue growing.
</p>
</div>
</aside>
<section>
<h3>
Personal Growth
</h3>
<div class="div-2">
<p>
Finally applying coding knowledge to exciting and fun projects was my biggest goal this semester. I felt that as a graduating senior,
I should have work that I am proud of to show off. Making this website, sharing my interests with others and connecting through shared
interests made me feel a lot more confident in my skillset and gave me ambition to continue growing.
</p>
</div>
</section>
</html>