-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
297 lines (285 loc) · 11.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
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<title>Andrea | Frontend Developer</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="" />
<meta property="og:type" content="" />
<meta property="og:url" content="" />
<meta property="og:image" content="" />
<link rel="manifest" href="site.webmanifest" />
<link rel="apple-touch-icon" href="icon.png" />
<i class="fa-solid fa-display-code"></i>
<!-- Place favicon.ico in the root directory -->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/main.css" />
<meta name="theme-color" content="#fafafa" />
<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=Alike&family=Open+Sans:wght@400;700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header>
<div class="content-wrapper">
<nav>
<ul>
<li><a href="#work">projects</a></li>
<li><a href="#skills">skills</a></li>
<li><a href="#about">about</a></li>
<li><a href="mailto:[email protected]?subject=I want to work with you!">Contact Me</a></li>
</ul>
</nav>
<div class="home-title">
<h1>Hi there, I’m Andrea!</h1>
<h2>
I'm a Front End Web Developer who creates beautiful, memorable web
applications in Atlanta, GA.
</h2>
</div>
</div>
</header>
<main>
<article class="portfolio">
<section id="work">
<div class="content-wrapper">
<h3 class="portfolio-header">Projects</h3>
<!-- implement change to Projects -->
<div class="portfolio-wrapper">
<div class="home-portfolio-piece">
<figure>
<a href="https://narbota.github.io/csb-g6sorb/" target="_blank"
><img src="img/Screen Shot 2022-04-16 at 3.17.03 PM.png" alt="Sticky Note Project"
/></a>
</figure>
<h4>Super Sticky Notes</h4>
<p class="project-description">
Greenfield project creating a Sticky Notes web app. Uses
mulitple components to build the classic sticky note UI with
the ability to add, edit, delete and search for notes.
</p>
<p><span>Skills: </span>React, JSX, Components</p>
<p><span>Tools: </span>CodeSandbox, Props, State</p>
<a
class="project-link"
href="https://i4u8y.csb.app"
target="_blank"
>live page</a
>
</div>
<div class="home-portfolio-piece">
<figure>
<a href="https://narbota.github.io/nasa-app/" target="_blank"
><img
src="img/Screen Shot 2022-01-27 at 3.06.17 PM.png"
alt="NASA Picture of the Day"
/></a>
</figure>
<h4>NASA Picture of the Day</h4>
<p class="project-description">
Uses NASA'S POTD API to pull images from their image database
to display the awesome images from space.
</p>
<p><span>Skills: </span>JavaScript</p>
<p><span>Tools: </span>REST API, GitHub Pages</p>
<a
class="project-link"
href="https://narbota.github.io/nasa-app/"
target="_blank"
>live page</a
>
</div>
<div class="home-portfolio-piece">
<figure>
<a
href="https://narbota.github.io/guess-the-word/"
target="_blank"
><img
src="img/guess.png"
alt="Guess the Word Game"
/></a>
</figure>
<h4>Guess the Word Game</h4>
<p class="project-description">
Players guess the word by entering one letter at a time. If
the player guesses all the letters correctly before they use
up their allotted guesses, they win!
</p>
<p><span>Skills: </span>JavaScript</p>
<p><span>Tools: </span>GitHub Pages, JSON</p>
<a
class="project-link"
href="https://narbota.github.io/guess-the-word/"
target="_blank"
>live page</a
>
</div>
<div class="home-portfolio-piece">
<figure>
<a
href="https://narbota.github.io/unplugged-website/"
target="_blank"
><img src="img/unplugged.png" alt="Unplugged Site"
/></a>
</figure>
<h4>Unplugged</h4>
<p class="project-description">
A multi-page responsive website coded with Flexbox. This
versatile design has several sections, including a Cards
design pattern, that can be repurposed for different sites.
</p>
<p><span>Skills: </span>HTML, CSS, Flexbox</p>
<p>
<span>Tools: </span>Photoshop, Chrome DevTools, GitHub Pages
</p>
<a
class="project-link"
href="https://narbota.github.io/unplugged-website/"
target="_blank"
>live page</a
>
</div>
<div class="home-portfolio-piece">
<figure>
<a
href="https://narbota.github.io/weather-site/"
target="_blank"
><img
src="img/weather-site.png"
alt="weather-site site"
/></a>
</figure>
<h4>Weather App</h4>
<p class="project-description">
A simple home page displaying the local weather using jQuery and JavaScript, HTML and CSS and RESTful APIs.
</p>
<p><span>Skills: </span>HTML, CSS, Flexbox</p>
<p>
<span>Tools: </span>Photoshop, Chrome DevTools, GitHub Pages
</p>
<a
class="project-link"
href="https://narbota.github.io/weather-site/"
target="_blank"
>live page</a
>
</div>
</div>
</div>
</section>
<section id="skills">
<div class="content-wrapper">
<h3 class="skills-header">Skills</h3>
<h4>Developer Skills</h4>
<div class="language-wrapper">
<p class="skill">HTML and CSS</p>
<p class="skill">JavaScript</p>
<p class="skill">React</p>
<p class="skill">Responsive web development</p>
<p class="skill">RESTful APIs</p>
<p class="skill">Material UI</p>
<p class="skill">Git and GitHub</p>
</div>
<h4>Tech Stack</h4>
<div class="tool-wrapper">
<p class="tool">Chrome DevTools</p>
<p class="tool">GitHub Pages</p>
<p class="tool">React Redux</p>
<p class="tool">NodeJS</p>
<p class="tool">GitHub Actions</p>
</div>
</div>
</section>
</article>
<section id="about">
<div class="content-wrapper">
<div class="about-content-wrapper">
<figure>
<img src="img/1579898279898.jpeg" alt="" id="profile-image" />
</figure>
<div class="about-info">
<h3>Hi! I’m Andrea Narbot.</h3>
<h4>
I'm a Front End Web Developer with a passion for creating clean,
responsive websites and web applications.
</h4>
<p class="about-text">
I've always been passionate about learning and discovering how things work. Once I've understod how to build websites, I've been hooked on coding ever since! When I'm not coding and programming web applications, I'm sewing maxi-dresses or crafting and painting.
</p>
<p><span>Can't wait to work with you!</span></p>
</div>
</div>
</div>
</section>
</main>
<footer id="contact">
<div class="content-wrapper">
<h3>Let's Connect</h3>
<div class="contact-wrapper">
<div class="contact-info">
<h5 class="contact-title">Hire me</h5>
<p><a href="mailto:[email protected]?subject=I want to work with you!"></a>[email protected]</p>
</div>
<div class="contact-info follow-section">
<h5 class="contact-title">Follow me</h5>
<ul class="social-icons">
<li>
<a href="https://www.linkedin.com/in/andrea-narbot" target="_blank"
><i class="fab fa-linkedin-in"></i
></a>
</li>
<li>
<a href="https://github.com/narbota" target="_blank"
><i class="fab fa-github"></i
></a>
</li>
<li>
<a href="https://twitter.com/AndreaNarbot" target="_blank"
><i class="fab fa-twitter"></i
></a>
</li>
</ul>
</div>
<div class="contact-info">
<h5 class="contact-title">Meet me</h5>
<p>Atlanta, GA</p>
<p>Let's go to meetups together!</p>
</div>
</div>
<p>
Copyright
<script>
document.write(new Date().getFullYear());
</script>
| Andrea Narbot
</p>
</div>
</footer>
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga = function () {
ga.q.push(arguments);
};
ga.q = [];
ga.l = +new Date();
ga("create", "UA-XXXXX-Y", "auto");
ga("set", "anonymizeIp", true);
ga("set", "transport", "beacon");
ga("send", "pageview");
</script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
</body>
</html>