-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPortfolio.html
135 lines (119 loc) · 4.75 KB
/
Portfolio.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link href="styles_pageroots.css" rel="stylesheet" type="text/css">
<link href="BG/bg2.css" rel="stylesheet" type="text/css">
<style type="text/css">
</style>
<title>Pit of Portfolios</title>
</head>
<body>
<div class="leaf">
<img src="Images/fall.png" alt="Falling Star">
<img src="Images/fall.png" alt="Falling Star">
<img src="Images/fall.png" alt="Falling Star">
<img src="Images/fall.png" alt="Falling Star">
<img src="Images/fall.png" alt="Falling Star">
<img src="Images/fall.png" alt="Falling Star">
<img src="Images/fall.png" alt="Falling Star">
<img src="Images/fall.png" alt="Falling Star">
<img src="Images/fall.png" alt="Falling Star">
<img src="Images/fall.png" alt="Falling Star">
<img src="Images/fall.png" alt="Falling Star">
</div>
<header class="headerAnim">
<h4>Pit of</h4>
<h1>Portfolios</h1>
</header>
<div id="gridContainer_Main">
<main>
<div class="bodyHeader">
<h1>Dropping in for Some Portfolios?</h1>
</div>
<p>You've found yourself in the chasm of projects, experiments, and downright fun that resulted from my education! From high school to college, this is where you'll find my progression and evolution during my academic life. Get ready to dive in!</p>
<div class="bodyHeader">
<h1>Hempstead High School</h1>
<h2>(2014-2018)</h2>
</div>
<p>By the time I took my first art class at Hempstead, I found my calling. Had I never had these classes and never learned the skills I did, I don't know if I would be where I am today. While the archive here is limited, this really <strong>was</strong> my defining time.</p>
</main>
<section id="grid_miscList">
<div>
<h1>Year I</h1>
<h3>Freshman</h3>
</div>
<div>
<h1>Year II</h1>
<h3>Sophomore</h3>
</div>
<div>
<h1>Year III</h1>
<h3>Junior</h3>
</div>
<div class="year4">
<h1>Year IV</h1>
<h3>Senior</h3>
</div>
</section>
<main>
<div class="bodyHeader">
<h1>Clarke University</h1>
<h2>(2018-present)</h2>
</div>
<p><strong>Much</strong> has happened between 2018 and 2022 that changed my world. I learned so much, I've experienced great things, and I had met so many talented and awesome people. This period of time in my life truly opened my eyes to the vast realm of art and design, and it played an integral role in defining me as a designer and a person.</p>
</main>
<section id="grid_miscList">
<div>
<h1>Year I</h1>
<h3>Freshman</h3>
</div>
<div>
<h1>Year II</h1>
<h3>Sophomore</h3>
</div>
<div>
<h1>Year III</h1>
<h3>Junior</h3>
</div>
<div class="year4">
<h1>Year IV</h1>
<h3>Senior</h3>
</div>
</section>
</div>
<footer id="gridContainer_Footer">
<div class="footerAppear">
<nav>
<div>
<a href="Portfolio.html"><span class="mask">Portfolio</span></a>
<p class="hide">Pit of Portfolios</p>
</div>
<div>
<a href="#"><span class="maskNo">Blender</span></a>
<p class="hide">In progress...</p>
</div>
<div>
<a href="#"><span class="maskNo">AI Land</span></a>
<p class="hide">In progress...</p>
</div>
<div>
<a href="Misc.html"><span class="mask">Misc</span></a>
<p class="hide">Other cool stuff!</p>
</div>
<div>
<a href="About.html"><span class="mask">About</span></a>
<p class="hide">What's The Pit?</p>
</div>
</nav>
<nav class="homeNav">
<div>
<a href="index.html" class="home"><span class="mask">Home</span></a>
<p class="hide">Back into Freefall</p>
</div>
</nav>
</div>
</footer>
</body>
</html>