-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
104 lines (86 loc) · 3.99 KB
/
about.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
<!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">
<h1>About</h1>
</header>
<div id="gridContainer_Main">
<main>
<div class="aboutFlex">
<img src="Images/parker.png" alt="Parker Lippstock" class="aboutMe_Pic">
<aside>
<h2>Parker Lippstock</h2>
<h3>Designer & Developer of The Pit</h3><br>
<p>I'm a 21 year-old student at Clarke University majoring in graphic desgin. I've loved art all my life, and after my experiences in high school, I knew what to pursue. I also love 3D modeling, learning and writing code, experimenting with augumented reality and VR development, and much more!</p>
</aside>
</div>
<div class="bodyHeader">
<h1>The Pit</h1>
</div>
<p>Welcome to <strong>The Pit!</strong> This is my repository for all of my past and ongoing work in the field of graphic, 3D, and experimental art + design. It's still under construction, so stuff is being added on a fairly regular basis, so keep an eye out!</p>
<p>The purpose of the site overall is to provide a solid and stable place to share my work and processes, and therefore there will likely be a wide variety of content to be found once I begin filling the site. So, if you're interested, take the plunge! The Pit is waiting...</p>
</main>
<section>
<div class="bodyHeader">
<h1>Contact</h1>
</div>
<p>Have questions or want to reach out?</p>
<a href="mailto:[email protected]">Shoot me an email!</a>
</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>