-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
367 lines (344 loc) · 16.9 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
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Sadie Jay | Front-End Web Developer</title>
<meta name="description"
content="Looking for a insightful, community-minded, oatmeal-loving front-end developer? Check this portfolio out!">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark" />
<meta property="og:title" content="Sadie Jay | Front-end Web Developer">
<meta property="og:type" content="website">
<meta property="og:url" content="https://sadiejay.github.io/portfolio/">
<meta property="og:image" content="img/avatar.png">
<link rel="manifest" href="site.webmanifest">
<!-- favicon -->
<link rel="icon" href="https://emojicdn.elk.sh/👩🏾💻" />
<link rel="apple-touch-icon" href="https://emojicdn.elk.sh/👩🏾💻">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<!-- Google Fonts -->
<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=Aclonica&family=Montserrat:wght@300&display=swap"
rel="stylesheet">
<!-- FontAwesome CDN version 5.5 -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<!-- Devicons CDN -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/[email protected]/devicon.min.css">
<!-- LineIcons -->
<link href="https://cdn.lineicons.com/3.0/lineicons.css" rel="stylesheet">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<div class="container">
<header>
<div class="wrapper">
<nav class="nav">
<button class="menu-btn btn" id="toggle" aria-expanded="false">
Menu
</button>
<ul class="menu-nav">
<li class="menu-nav__item">
<a href="#home" class="menu-nav__link">Home</a>
</li>
<li class="menu-nav__item">
<a href="#portfolio" class="menu-nav__link">Portfolio</a>
</li>
<li class="menu-nav__item">
<a href="#skills" class="menu-nav__link">Skills</a>
</li>
<li class="menu-nav__item">
<a href="#about" class="menu-nav__link">About</a>
</li>
<li class="menu-nav__item">
<a href="#contact" class="menu-nav__link">Contact</a>
</li>
</ul>
<button class="theme-toggle" type="button" aria-label="Theme Toggle">
<i class="fas fa-adjust theme-toggle__icon"></i>
</button>
</nav>
<!-- </div> -->
<section class="home" id="home">
<!-- <div class="wrapper"> -->
<div class="home-info">
<h1>
<span>Sadie Jay</span>
<br>
<span>Front-End</span>
<br>
<span>Web Developer</span>
</h1>
<!-- </div> -->
</div>
</section>
<!-- add fa down caret icon -->
<a class="down-arrow-link" href="#portfolio" tabindex="0">
<i aria-hidden="true" class="fas fa-angle-double-down bounce"></i>
</a>
</div>
</header>
<main>
<section class="portfolio" id="portfolio">
<div class="wrapper">
<h2>Portfolio</h2>
<div class="projects-list">
<article class="project-list__item statventures">
<!-- change the name of class to project name -->
<div class="project-list__name">
<img src="img/statventures.png" alt="Screenshot of StatVentures Site" loading="lazy">
<div class="project-list__item-info">
<h3 class="project-list__item-title">StatVentures</h3>
<div class="project-list__item-skills">
<ul class="project-list__item-skills-icons">
<li>
<i class="skills-item__icon fab fa-sass"></i>
<p class="skills-item__desc">SCSS</p>
</li>
<li class="skills-item">
<i class="fas fa-vial"></i>
<p class="skills-item__desc">Jekyll</p>
</li>
<li>
<i class="skills-item__icon devicon-figma-plain"></i>
<p class="skills-item__desc">FIGMA</p>
</li>
<li>
<i class="skills-item__icon lni lni-laptop-phone"></i>
<p class="skills-item__desc">Responsive</p>
</li>
</ul>
</div>
<p class="project-list__item-desc">Landing page for Census Bureau's first venture built with HTML,
SCSS, Jekyll and Figma.
</p>
<div class="project-list__item-links">
<a class="btn" href="https://coil.census.gov/statventures/" target="_blank">Live site</a>
<a class="btn" href="https://github.com/uscensusbureau/coil-site" target="_blank">Github</a>
</div>
</div>
</div>
</article>
<article class="project-list__item react">
<!-- change the name of class to project name -->
<div class="project-list__name">
<img src="img/stateful.png" alt="Stateful Hotel Filter Screenshot" loading="lazy">
<div class="project-list__item-info">
<h3 class="project-list__item-title">Stateful Hotel Filters</h3>
<div class="project-list__item-skills">
<ul class="project-list__item-skills-icons">
<li>
<i class="skills-item__icon fab fa-react"></i>
<p class="skills-item__desc">React</p>
</li>
<li>
<i class="skills-item__icon fab fa-js-square"></i>
<p class="skills-item__desc">JavaScript</p>
</li>
</ul>
</div>
<p class="project-list__item-desc">A hotel search tool built with React and JS that allows users to
filter the type of hotel.</p>
<div class="project-list__item-links">
<a class="btn" href="https://cybth.csb.app/" target="_blank">Live site</a>
<a class="btn" href="https://codesandbox.io/s/stateful-hotel-filters-cybth"
target="_blank">CodeSandBox</a>
</div>
</div>
</div>
</article>
<article class="project-list__item unplugged">
<!-- change the name of class to project name -->
<div class="project-list__name">
<img src="img/unplugged.png" alt="screenshot of unplugged website" loading="lazy">
<div class="project-list__item-info">
<h3 class="project-list__item-title">Unplugged</h3>
<div class="project-list__item-skills">
<ul class="project-list__item-skills-icons">
<li>
<i class="skills-item__icon fab fa-js-square"></i>
<p class="skills-item__desc">JavaScript</p>
</li>
<li>
<i class="skills-item__icon lni lni-laptop-phone"></i>
<p class="skills-item__desc">Responsive</p>
</li>
<li>
<i class="skills-item__icon devicon-figma-plain"></i>
<p class="skills-item__desc">FIGMA</p>
</li>
</ul>
</div>
<p class="project-list__item-desc">Three page responsive website built from a design comp
that adapts to mobile, tablet, and desktop screens. Built with HTML, CSS, and JS. Features
JavaScript animations using KUTE.js library and SVG graphics.</p>
<div class="project-list__item-links">
<a class="btn" href="https://sadiejay.github.io/unplugged-website" target="_blank">Live site</a>
<a class="btn" href="https://github.com/sadiejay/unplugged-website" target="_blank">Github</a>
</div>
</div>
</div>
</article>
<article class="project-list__item halloween">
<!-- change the name of class to project name -->
<div class="project-list__name">
<img src="img/halloween.png" alt="Screenshot of hallowen word guess site" loading="lazy">
<div class="project-list__item-info">
<h3 class="project-list__item-title">Halloween Word Guess</h3>
<div class="project-list__item-skills">
<ul class="project-list__item-skills-icons">
<li>
<i class="skills-item__icon fab fa-js-square"></i>
<p class="skills-item__desc">JavaScript</p>
</li>
</ul>
</div>
<p class="project-list__item-desc"> Spooky take on word game built with JavaScript and async
functions.</p>
<div class="project-list__item-links">
<a class="btn" href="https://sadiejay.github.io/halloween-word-guess/" target="_blank">Live site</a>
<a class="btn" href="https://github.com/sadiejay/halloween-word-guess" target="_blank">Github</a>
</div>
</div>
</div>
</article>
</div>
</div>
</section><!-- end of portfolio -->
<section class="skills" id="skills">
<div class="wrapper">
<h2>Skills</h2>
<ul class="skills-list">
<li class="skills-item">
<i class="skills-item__icon fab fa-sass"></i>
<p class="skills-item__desc">SCSS</p>
</li>
<li class="skills-item">
<i class="skills-item__icon fab fa-js-square"></i>
<p class="skills-item__desc">JavaScript + ES6</p>
</li>
<li class="skills-item">
<i class="fas fa-vial"></i>
<p class="skills-item__desc">Jekyll</p>
</li>
<li class="skills-item">
<i class="skills-item__icon fab fa-react"></i>
<p class="skills-item__desc">React</p>
</li>
<li class="skills-item">
<i class="skills-item__icon fab fa-html5"></i>
<p class="skills-item__desc">HTML</p>
</li>
<li class="skills-item">
<i class="skills-item__icon fab fa-css3"></i>
<p class="skills-item__desc">CSS</p>
</li>
<li class="skills-item">
<i class="skills-item__icon lni lni-laptop-phone"></i>
<p class="skills-item__desc">Responsive Design</p>
</li>
<li class="skills-item">
<i class="skills-item__icon fas fa-street-view"></i>
<p class="skills-item__desc">UX</p>
</li>
<li class="skills-item">
<i class="skills-item__icon devicon-git-plain"></i>
<p class="skills-item__desc">GIT</p>
</li>
<li class="skills-item">
<i class="skills-item__icon fab fa-github-alt"></i>
<p class="skills-item__desc">GITHUB</p>
</li>
<li class="skills-item">
<i class="skills-item__icon fas fa-laptop-code"></i>
<p class="skills-item__desc">REST API</p>
</li>
<li class="skills-item">
<i class="skills-item__icon devicon-figma-plain"></i>
<p class="skills-item__desc">FIGMA</p>
</li>
</ul>
</div>
</section><!-- end of skills -->
<section class="about" id="about">
<div class="wrapper">
<h2>About</h2>
<div class="about-info">
<figure>
<img src="img/avatar.png" alt="Sadie Jay avatar" loading="lazy">
</figure>
<article class="about-info__text">
<p>Hi, I'm Sadie — a Front-End Web Developer currently based in the States! I'm a dreamer with a passion
for helping people who enjoys incorporating my interests in psychology, art, and design with my coding
skills.</p>
<p>My first experience with programming was when I was in third grade. We had an assignment to create our
own Geocities site using some HTML. I would give so much to see my 3rd-grade ramblings and design
choices.</p>
<p>Many years later, I'd revisit HTML and the "new" CSS when I went back to school, Tumblr and myspace
notwithstanding. I was fresh out of college with a bachelor's in Psychology when I realized I wanted to
do something art and psychology-related that allowed me the flexibility to travel. I took a course on
web design and was hooked.</p>
<p>I finished my Master's with a specialization in Web Design and Online Communication. I went from coding
my first website about my love for oatmeal in HTML and CSS to teaming with three other classmates to
create a multipage website for a local business. We used WordPress, PHP, HTML, SCSS, designed pages
using Adobe Photoshop and collaborated using Github. We even researched digital marketing strategies for
the company to implement.</p>
<p>Since then, I refreshed my skills as well as learned Javascript and React by completing
Skillcrush's Front-end Developer Bootcamp. After 9 weeks and 250+ applications, I landed my first role
in tech a Front-end Web Developer at a federal agency!</p>
</article>
</div>
</div>
</section><!-- end of about -->
<section class="contact" id="contact">
<div class="wrapper">
<h2>Contact</h2>
<div class="form">
<div class="form-text">
<p>Thanks for visiting my site!</p>
<p>If I'm a good fit for your team, or you would like to say hey, reach out via the form or find me on:
</p>
<div class="form-text__sm">
<ul class="form-text__sm-list">
<li class="form-text__sm-link linkedin"><a href="https://linkedin.com/in/sadiej/" target="_blank"><i
class="form-text__sm-link__icon fab fa-linkedin"></i></a></li>
<li class="form-text__sm-link github"><a href="https://github.com/sadiejay/" target="_blank"><i
class="form-text__sm-link__icon fab fa-github-alt"></i></a></li>
<li class="form-text__sm-link dev"><a href="https://dev.to/sadiejay/" target="_blank"><i
class="form-text__sm-link__icon fab fa-dev"></i></a></li>
</ul>
</div>
</div>
<div class="form-inputs">
<form action="https://formsubmit.co/be50a0ebbd9c34b812267c856c1b4ecc" method="POST">
<input type="text" name="name" placeholder="Your name" required>
<input type="hidden" name="_subject" value="New submission!">
<input type="text" name="_honey" style="display:none">
<input type="hidden" name="_autoresponse"
value="Thank for your message! I'll get back to you the next business day.">
<input type="email" name="email" placeholder="Your Email" required>
<!-- <input type="text" name="message" placeholder="Your Message" required> -->
<textarea name="message" cols="30" rows="10" placeholder="Your Message"></textarea>
<button type="submit" class="btn">Get in touch</button>
</form>
</div><!-- end form wrapper -->
</div>
</div>
</section><!-- end of contact -->
</main>
<footer class="footer">
<div class="wrapper">
<p>Made with ♥ by Sadie Jay • © <span class="current-year">2022</span></p>
</div>
</footer>
</div>
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script>
document.querySelector('.current-year').innerText = new Date().getFullYear();
</script>
</body>
</html>