-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
281 lines (234 loc) · 10.1 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/png" href="./images/favicon.png" />
<title>
Rich Bozek | Web Developer based in Nyack, NY.
</title>
<meta name="description" content="Full-stack web developer in Nyack NY.">
<meta name="keywords" content="Rich Bozek - full-stack developer, programmer - JavaScript, Node.js, Python, SQL, HTML5, CSS, JSON, Yaml, React, Express.js, Django, Passport.js, EJSm PostgreSQL, MongoDB, Git, JWT, Google OAuth, JSON API, Postman, AWS, Neon, Docker, Nodemon, NPM, OOP, RESTful Routing, GitHub team workflow / version control" />
<link rel="stylesheet" href="index.css" />
</head>
<body>
<!-- ***** Header ***** -->
<header class="header" role="banner" id="top">
<div class="row">
<nav class="nav" role="navigation">
<ul class="nav__items">
<li class="nav__item"><a href="#work" class="nav__link">Work</a></li>
<li class="nav__item">
<a href="#about" class="nav__link">About</a>
</li>
<li class="nav__item">
<a href="#contact" class="nav__link">Contact</a>
</li>
</ul>
</nav>
</div>
<div class="header__text-box row">
<div class="header__text">
<h1 class="heading-primary">
<span>Rich Bozek</span>
</h1>
<p>A Web Developer based in Nyack, NY.</p>
<a href="#contact" class="btn btn--orange">Get in touch</a>
</div>
</div>
</header>
<main role="main">
<!-- ***** Work ***** -->
<section class="work" id="work">
<div class="row">
<h2>My Work</h2>
<div class="work__boxes">
<!-- project container - current work -->
<div class="work__box">
<div class="work__text">
<h4>Recently...</h4>
<p>
My most recent work has been Web Administrator for <a href="https://www.highlandsconservatory.com" class="link__simple" target="_blank">The Conservatory at Highlands</a> in Newton Highlands, MA. I've been managing back-end assets, enhancing UI/UX for improved user experience, designing <a href="https://www.highlandsconservatory.com/back-to-school" class="link__simple" target="_blank">landing pages</a> for short-term school programs, and troubleshooting technical issues that arise from their existing web builds.
</p>
<p>
You can view more in-depth projects below.
</p>
<!-- end of work-text -->
</div>
<div class="work__image-box">
<img src="./images/projects/screenshot-highlandssite-main.png" class="work__image" alt="The Conservatory at Highlands screenshot" />
</div>
</div>
<!-- project container - HomeWrangler: -->
<div class="work__box">
<div class="work__text">
<h3>HomeWrangler</h3>
<p>
An app created to lessen mental strain from repetitive household shopping & repairs.
</p>
<ul class="work__list">
<li>React / Mongoose / Express</li>
<li>MongoDB / Postman / JWT Auth</li>
<li>HTML5 / CSS / JavaScript</li>
</ul>
<p class="work__guestcreds">
<span style="font-weight: 800;">created with</span>
<a href="https://github.com/natnichols" title="View on GitHub" target="_blank">Nat Nichols</a> &
<a href="https://github.com/shawnkang0818" title="View on GitHub" target="_blank">Shawn Kang</a>
<br><br>
</p>
<p class="work__guestcreds">
<span style="font-weight: 800; font-style: italic;">Guest credentials:</span><br>
user: [email protected]<br>
pw: g.u.e.s.t.p.a.s.s.w.o.r.d (remove dots)
</p>
<div class="work__links">
<a href="https://homewrangler.netlify.app" target="_blank" class="link__text">
Launch<span>→</span>
</a>
<a href="https://github.com/rbozek/homewrangler-front-end" title="View on GitHub" target="_blank">
<img src="./images/tech/github.svg" class="work__code" alt="GitHub">
</a>
</div>
<!-- end of work-text -->
</div>
<div class="work__image-box">
<img src="./images/projects/screenshot-homewrangler-home.png" class="work__image" alt="HomeWrangler screenshot" />
</div>
</div>
<!-- project container - Reps: -->
<div class="work__box">
<div class="work__text">
<h3>Reps</h3>
<p>
An app designed to help people learn & develop new skills through discipline & keeping track of practice routines.
</p>
<ul class="work__list">
<li>Python / Django / Django Auth</li>
<li>PostgreSQL / Docker / AWS</li>
<li>HTML5 / CSS / JavaScript</li>
</ul>
<p class="work__guestcreds">
<span style="font-weight: 800; font-style: italic;">Guest credentials:</span><br>
user: guest<br>
pw: g.u.e.s.t.p.a.s.s.w.o.r.d (remove dots)
</p>
<div class="work__links">
<a href="https://reps-app.fly.dev" target="_blank" class="link__text">
Launch<span>→</span>
</a>
<a href="https://github.com/rbozek/reps" title="View on GitHub" target="_blank">
<img src="./images/tech/github.svg" class="work__code" alt="GitHub">
</a>
</div>
</div>
<div class="work__image-box">
<img src="./images/projects/screenshot-reps-landing.png" class="work__image" alt="Reps screenshot" />
</div>
</div>
<!-- project container - Shelver: -->
<div class="work__box">
<div class="work__text">
<h3>Shelver</h3>
<p>
An app for music lovers to keep track of a personal music collection.
</p>
<ul class="work__list">
<li>Node / MongoDB / Google OAuth</li>
<li>HTML5 / CSS / JavaScript</li>
</ul>
<p class="work__guestcreds">
<span style="font-weight: 800; font-style: italic;">Browse as guest.<br>
Full functionality requires login with Google account.</span>
</p>
<div class="work__links">
<a href="https://shelver.fly.dev" target="_blank" class="link__text">
Launch<span>→</span>
</a>
<a href="https://github.com/rbozek/shelver" title="View on GitHub" target="_blank">
<img src="./images/tech/github.svg" class="work__code" alt="GitHub">
</a>
</div>
</div>
<div class="work__image-box">
<img src="./images/projects/screenshot-shelver-landing.png" class="work__image" alt="Shelver screenshot" />
</div>
</div>
<!-- project container - Quiz: -->
<div class="work__box">
<div class="work__text">
<h3>Be a Better Human: The Quizzening</h3>
<p>
Lighthearted quiz about being a mindful & aware human on planet Earth.
</p>
<ul class="work__list">
<li>HTML5 / CSS / Javascript</li>
</ul>
<div class="work__links">
<a href="https://quiz-beagreathuman.netlify.app" target="_blank" class="link__text">
Launch<span>→</span>
</a>
<a href="https://github.com/rbozek/Quiz-BeAGreatHuman" title="View on GitHub" target="_blank">
<img src="./images/tech/github.svg" class="work__code" alt="GitHub">
</a>
</div>
</div>
<div class="work__image-box">
<img src="./images/projects/screenshot-humanquiz.png" class="work__image" alt="Be a Great Human Quiz screenshot" />
</div>
</div>
<!-- end of work__boxes -->
</div>
</div>
</section>
<!-- ***** About ***** -->
<section class="about" id="about">
<div class="row">
<h2>About Me</h2>
<div class="about__content">
<div class="about__text">
<p>
I'm a passionate and detail-oriented autodidact focused on full-stack web development and design. I have 15+ years of creative collaborations in audio and video production, design, photography, education, and artist/tour management. I take pride in my reputation for reliability, adaptability, and problem solving.
</p>
<!-- resume last updated 2024-08-22 -->
<a href="./assets/Rich_Bozek_resume_web2024.pdf" class="btn" target="_blank">Resume [PDF]</a>
<a href="https://github.com/rbozek" class="btn" target="_blank">GitHub</a>
<p>I'm also a musician, artist, & director/producer.<br>
You can see some of that <a href="https://www.richbozek.com" class="link__simple" target="_blank">here</a> if you'd like.
</p>
</div>
<div class="about__photo-container">
<img
class="about__photo"
src="./images/me/rb-tricolor.png"
alt=""
/>
</div>
</div>
</div>
</section>
</main>
<!-- ***** Contact ***** -->
<section class="contact" id="contact">
<div class="row">
<h2>Get in Touch</h2>
<div class="contact__info">
<p>
Always open for work opportunities, collaboration, compliments, or film recommendations. Say hi!
</p>
<a href="mailto:[email protected]" class="btn">rbozek (at) gmail.com</a>
<a href="https://www.linkedin.com/in/richbozek/" class="btn" target="_blank">LinkedIn</a>
</div>
</div>
</section>
<!-- ***** Footer ***** -->
<footer role="contentinfo" class="footer">
<p>"All of us, at some time or other, need help. Whether we're giving or receiving help, each one of us has something valuable to bring to this world. That's one of the things that connects us as neighbors—in our own way, each one of us is a giver and a receiver."</p>
<p>-Fred Rogers</p>
</footer>
<a href="#top" class="back-to-top" title="Back to Top">
<img src="./images/tech/arrow-up.svg" alt="Back to Top" class="back-to-top__image"/>
</a>
<script src="./index.js"></script>
</body>
</html>