-
Notifications
You must be signed in to change notification settings - Fork 0
/
work.html
340 lines (340 loc) · 11 KB
/
work.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2"
crossorigin="anonymous"
></script>
<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=Playfair+Display:wght@700&family=Poppins:wght@500;700&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/a8016ef54f.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="/styles/portfolio.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="See examples of Layna's work, including web apps and pages"
/>
<title>Portfolio - Layna Moore</title>
</head>
<body>
<div class="nav-container fixed-top">
<nav class="container d-flex justify-content-between">
<ul>
<li>
<a href="/index.html" title="Homepage">Home</a>
</li>
<li>
<a href="/about.html" title="About Layna">About</a>
</li>
<li>
<a class="active" href="/work.html" title="Layna's Portfolio"
>Portfolio</a
>
</li>
<li>
<a href="/contact.html" title="Contact Layna">Contact</a>
</li>
<li>
<a
href="https://www.linkedin.com/in/layna-moore-89942a101"
target="_blank"
title="Layna's Linkedin"
><i class="fa-brands fa-linkedin d-none d-sm-inline"></i
></a>
</li>
<li>
<a
href="https://github.com/Winx1718"
target="_blank"
title="Layna's GitHub"
><i class="fa-brands fa-github d-none d-sm-inline"></i
></a>
</li>
</ul>
</nav>
</div>
<div class="hero shadow">
<p>Frontend Development</p>
<h1 class="mb-5">Layna Moore</h1>
<div>
<a
href="mailto:[email protected]"
title="Email Layna"
class="btn btn-branding shadow"
>Contact Me</a
>
</div>
</div>
<div class="container portfolio">
<div class="row mt-5 mb-5" id="dictionary">
<div class="col">
<h2 class="mb-5">Dictionary App</h2>
<p class="mb-4 text-muted">
Search for a word and get definitons, examples, synonyms and images.
Uses
<a
href="https://www.pexels.com/api/"
title="click here to see Pexels Image API"
target="_blank"
>Pexels</a
>
&
<a
href="https://dictionaryapi.dev/"
title="click here to see Free Dictionary API"
target="_blank"
>Free Dictionary API</a
>
<br />
<em>HTML, CSS, JS, React</em>
</p>
<a
href="https://clinquant-trifle-8baf48.netlify.app/"
target="_blank"
title="Click here to see Dictionary App"
class="btn btn-branding-outline shadow"
>Launch Site</a
>
</div>
<div class="col d-none d-lg-block">
<a
href="https://clinquant-trifle-8baf48.netlify.app/"
target="_blank"
title="Click here to see Dictionary App"
class=""
><img
src="/images/dictionary app.png"
alt="Dictionary App"
class="img-fluid rounded shadow"
/></a>
</div>
</div>
<div class="row mb-5" id="reactWeather">
<div class="col d-none d-lg-block">
<a
href="https://rainbow-stroopwafel-e81baa.netlify.app/"
target="_blank"
class=""
title="Launch React Weather App"
><img
src="/images/React-js-Weather-app.png"
alt="React Weather App"
class="img-fluid rounded shadow"
/></a>
</div>
<div class="col">
<h2 class="mb-5">React Weather App</h2>
<p class="mb-4 text-muted">
Search for a city and get its current weather and 5-day forecast.
You can also use your current location. Uses
<a
href="https://openweathermap.org/api"
title="click here to see OpenWeather API"
target="_blank"
>OpenWeather API</a
>.
<br />
<em>HTML, CSS, JS, React</em>
</p>
<a
href="https://rainbow-stroopwafel-e81baa.netlify.app/"
target="_blank"
class="btn btn-branding-outline shadow"
title="Launch React Weather App"
>Launch App</a
>
</div>
</div>
<div class="row mb-5" id="vanillaWeather">
<div class="col">
<h2 class="mb-5">Weather Project</h2>
<p class="mb-4 text-muted">
Search for a city and get its current weather and 5-day forecast.
You can also use your current location. Uses
<a
href="https://openweathermap.org/api"
title="click here to see OpenWeather API"
target="_blank"
>OpenWeather API</a
>
. Uses vanilla JavaScript rather than React. <br />
<em>HTML, CSS, JS</em>
</p>
<a
href="https://marvelous-gelato-dc4b2d.netlify.app/"
target="_blank"
title="Open Vanilla JS Weather App"
class="btn btn-branding-outline shadow"
>Launch App</a
>
</div>
<div class="col d-none d-lg-block">
<a
href="https://marvelous-gelato-dc4b2d.netlify.app/"
target="_blank"
title="Open Vanilla JS Weather App"
class=""
><img
src="/images/Vanilla-js-weather-app.png"
alt="Weather Project"
class="img-fluid rounded shadow"
/></a>
</div>
</div>
<div class="row mb-5" id="responsiveSite">
<div class="col d-none d-lg-block">
<a
href="https://strong-lokum-d7acf9.netlify.app/"
target="_blank"
class=""
title="Open responsive webpage"
><img
src="/images/hair-salon-site.png"
alt="Responsive Webpage Project"
class="img-fluid rounded shadow"
/></a>
</div>
<div class="col">
<h2 class="mb-5">Salon Buisness Webpage</h2>
<p class="mb-4 text-muted">
Responsive business website built according to client specifications
given. Utilizes Bootstrap, Flexbox and FontAwesome Icons. <br />
<em>HTML, CSS</em>
</p>
<a
href="https://strong-lokum-d7acf9.netlify.app/"
target="_blank"
class="btn btn-branding-outline shadow"
title="Open responsive webpage"
>Open Webpage</a
>
</div>
</div>
</div>
<footer class="shadow">
<div class="container siteMap mt-2 mb-3">
<div class="row">
<div class="col">
<h4><a href="/index.html" title="Homepage">Home</a></h4>
<ul>
<li>
<a href="/#featuredProject" title="Featured Projects"
>Featured Project</a
>
</li>
</ul>
</div>
<div class="col">
<h4><a href="/about.html" title="About Layna Moore">About</a></h4>
<ul>
<li>
<a href="/about.html#stack" title="Layna's Tech Stack"
>Tech Stack</a
>
</li>
<li>
<a href="/about.html#background" title="Layna's Background"
>Background</a
>
</li>
<li>
<a href="/about.html#education" title="Layna's Education"
>Education</a
>
</li>
<li>
<a
href="/documents/Resume _ LaynaMoore _ Dev.pdf"
title="Layna's Resume"
target="_blank"
>Resume</a
>
</li>
</ul>
</div>
<div class="col">
<h4>
<a href="/work.html" title="Layna's Portfolio">Portfolio</a>
</h4>
<ul>
<li>
<a href="/work.html#dictionary" title="Dictionary App"
>Dictionary App</a
>
</li>
<li>
<a href="/work.html#reactWeather" title="React Weather App"
>React Weather App</a
>
</li>
<li>
<a
href="/work.html#vanillaWeather"
title="Vanilla Javascript Weather App"
>Vanilla.js Weather Project</a
>
</li>
<li>
<a href="/work.html#responsiveSite" title="Responsive Webpage"
>Responsive Webpage</a
>
</li>
</ul>
</div>
<div class="col">
<h4><a href="/contact.html" title="Contact Layna">Contact</a></h4>
<ul>
<li>
<a href="mailto:[email protected]" title="Email Layna"
>
</li>
<li>
<a
href="https://www.linkedin.com/in/layna-moore-89942a101"
title="Layna's Linkedin"
target="_blank"
>Linkedin</a
>
</li>
<li>
<a
href="https://github.com/Winx1718"
title="Layna's Github"
target="_blank"
>Github</a
>
</li>
</ul>
</div>
</div>
</div>
<p class="text-center m-3">
This site was coded by Layna Moore and is
<a
href="https://github.com/Winx1718/LM-Portfolio.git"
title="See respository on Github"
target="_blank"
class="openSource"
>open-source</a
>.
</p>
</footer>
</body>
</html>