-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
175 lines (175 loc) · 6.26 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
<!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="Layna Moore is a front-end web developer proficient in HTML, CSS, JavaScript, and React from Tearkana, TX"
/>
<title>Frontend Developer | Layna Moore</title>
</head>
<body>
<div class="nav-container fixed-top">
<nav class="container d-flex justify-content-between ">
<ul>
<li>
<a class="active" href="/index.html" title="Homepage">Home</a>
</li>
<li>
<a href="/about.html" title="About Layna">About</a>
</li>
<li>
<a 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>
<h4 class="text-center m-5" id="featuredProject">Featured Projects:</h4>
<div class="container">
<div class="d-flex flex-column flex-md-row row mb-5">
<div class="col mb-3 featured-project">
<a
href="https://clinquant-trifle-8baf48.netlify.app/"
title="Launch Dictionary App"
target="_blank"
><img
src="/images/dictionary app.png"
alt="Dictionary Project"
class="img-fluid center-block d-block rounded shadow"
/></a>
</div>
<div class="col mb-3 featured-project">
<a
href="https://rainbow-stroopwafel-e81baa.netlify.app/"
target="_blank"
title="Launch React Weather App"
><img
src="/images/React-js-Weather-app.png"
alt="React Weather App"
class="img-fluid center-block d-block rounded shadow"
/></a>
</div>
<div class="col mb-3 featured-project">
<a
href="https://strong-lokum-d7acf9.netlify.app/"
title="Launch Responsive Site"
target="_blank"
>
<img
src="/images/hair-salon-site.png"
alt="Responsive Webpage Project"
class="img-fluid center-block d-block rounded shadow responsiveExample"
/></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>