-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
218 lines (205 loc) · 10.7 KB
/
index.html
File metadata and controls
218 lines (205 loc) · 10.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Paul Bauer
</title>
<!--Make website mobile-responsive-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--Favicons (For Safari/Chrome/Mobile Bookmarks/Windows Start Menu-->
<link rel="apple-touch-icon" sizes="180x180" href="Images/FaviconPkg/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="Images/FaviconPkg/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="Images/FaviconPkg/favicon-16x16.png">
<link rel="manifest" href="Images/FaviconPkg/site.webmanifest">
<link rel="mask-icon" href="Images/FaviconPkg/safari-pinned-tab.svg" color="#6e747b">
<meta name="msapplication-TileColor" content="#9eadc0">
<meta name="theme-color" content="#9eadc0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<!--Personal CSS-->
<link rel="stylesheet" href="style.css">
</head>
<body class="dark">
<span class="material-symbols-outlined" id="menu-toggle">
menu
</span>
<div class="nav-menu">
<div class="navLink">
<span class="navLinkInner active" id="home-link">
Home
</span>
</div>
<div class="navLink">
<span class="navLinkInner" id="about-link">
About
</span>
</div>
<div class="navLink">
<span class="navLinkInner" id="projects-link">
Projects
</span>
</div>
<div class="navLink">
<span class="navLinkInner" id="contact-link">
Contact
</span>
</div>
</div>
<div class="content-section">
<div class="page-section blob-section" id="home-section">
<div class="name-section blob-container">
<span class="material-symbols-outlined lightbulb">toggle_on</span>
<div class="name Paul" id="paulDiv">
Paul
</div>
<div class="scrollBox">
<div class="m-scroll">
<span class="scrollTxt" id="firstPart">
College student • Computer Science Major • Aspiring software engineer • 20 years old • French/American •
</span>
<span class="scrollTxt" id="secondPart">
College student • Computer Science Major • Aspiring software engineer • 20 years old • French/American •
</span>
</div>
</div>
<h1 class="name Bauer" id="bauerDiv">
Bauer
</h1>
</div>
</div>
<div class="page-section blob-section" id="about-section">
<div class="blob-container">
<div class="about-top">
<div class="about-top-name">
PAUL BAUER
</div>
<div class="about-top-desc" id="about-top-desc">
Aspiring Full Stack Web Developer based in Bridgewater, VA
</div>
<hr class="about-top-hr hr">
</div>
<div class="about-bottom">
<div class="fake-hr hr"></div>
<div class="about-bottom-left">
<p>I'm a French/American programmer. I've lived in 7 different countries,
and I speak French, English and Italian.</p>
<p>
I'm passionate about almost everything technology related - I'm
currently president of Bridgewater College's computing club.
</p>
<p>
I work as a Digital Scholarship Guru for Bridgewater's IT department, providing
students and faculty with help in all things software and design related.
</p>
</div>
<div class="about-bottom-right">
<div class="image-container">
<img class="headshot-img" src="Images/headshot.JPG" alt="Picture of Paul Bauer">
</div>
</div>
</div>
</div>
</div>
<div class="page-section blob-section" id="projects-section">
<div class="blob-container proj-blob">
<div class="proj-container">
<div class="proj-top">
PROJECTS
</div>
<div class="proj-gallery">
<div class="proj-left">
<div class="proj-left-top">
<video class="proj-video" src="Images/Screen Recording 2023-11-30 at 3.06.20 PM.mov" loop muted autoplay></video>
</div>
<div class="proj-left-bottom">
<div class="proj-name">
Knowledge Chase
</div>
<div class="proj-desc">
Webapp created for Bridgewater College's Math
& Computer Science department. Completed in collaboration with
faculty & small group of classmates.
</div>
<div class="proj-link">
<a href="https://kchase.xyz/index.html" target="_blank">
View the project here
<span class="material-symbols-outlined">open_in_new</span>
</a>
</div>
</div>
</div>
<div class="proj-right">
<div class="proj-timeline">
<div class="proj-timeline-title">
Timeline:
</div>
<div class="proj-timeline-body">
April-August 2023
</div>
<div class="proj-timeline-body">
Wireframes/Flow charts completed by end of April
</div>
<div class="proj-timeline-body">
Frontend development completed in early September, after start of
classes.
</div>
</div>
<div class="proj-takeaways">
<div class="proj-takeaways-title">
Skills/Takeaways:
</div>
<div class="proj-takeaways-body">
Introduced to Typescript, learned to work with APIs
</div>
<div class="proj-takeaways-body">
Became familiar with Postman, MongoDB Compass
</div>
</div>
</div>
</div>
<div class="proj-controls">
<span class="previous">
Previous
</span>
<span>••</span>
<span class="next">
Next
</span>
</div>
</div>
</div>
</div>
<div class="page-section blob-section" id="contact-section">
<div class="blob-container contact">
<div class="contact-message">
<h1 class="contact-h1">
<span>CONTACT ME <hr class="hr contact-hr"></span>
</h1>
<span>Interested in getting into contact with me? <br>Fill out this form, or email me at <span>paulalexisbauer04@gmail.com</span>.</span>
</div>
<div class="form-section">
<div class="form-div">
<label for="first_name">Name:</label>
<input class="form-field" type="text" id="name" name="name" required placeholder="NAME">
</div>
<div class="form-div">
<label for="email">Email:</label>
<input class="form-field" type="email" id="email" name="email" required placeholder="EMAIL">
</div>
<div class="form-div">
<label for="message">Message:</label>
<textarea class="form-field" id="message" name="message" rows="4" required placeholder="MESSAGE"></textarea>
</div>
<div class="form-div">
<input type="submit" class="submit-btn" value="Submit">
</div>
</div>
</div>
</div>
</div>
<script src="out/script.js"></script>
</body>
</html>