-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
303 lines (254 loc) · 14.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>👩💻Kynnedy's front-end portfolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css" integrity="sha256-46qynGAkLSFpVbEBog43gvNhfrOj+BmwXdxFgVK/Kvc=" crossorigin="anonymous" />
<script src="https://kit.fontawesome.com/9ae4f8d271.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Epilogue:wght@400;700&display=swap" rel="stylesheet">
<link href="main.css" rel="stylesheet">
</head>
<body>
<header>
<div class="logo">
<i class="fas fa-code"></i>
</div>
<button class="nav-toggle" aria-label="toggle-navigation">
<span class="hamburger"></span>
</button>
<nav class="nav">
<ul class="nav__list">
<li class="nav__item"><a class="nav__link"href ="#home">Home </a></li>
<li class="nav__item"><a class="nav__link" href ="#work">My work</a></li>
<li href= "#contact" class="nav__item"><a class="nav__link" href ="#contact-me">Contact</a></li>
<li class="nav__item"><a class="nav__link" href ="#about">About me</a></li>
<li class="nav__item"><a class="nav__link" href ="#skills">Skills</a></li>
</ul>
</nav>
</header>
<section class="intro" id="home">
<h1 class="section__title section__title--intro introduction"> Hello, my name is</h1>
<h1 class="section__title section__title--intro"><strong> KYNNEDY ESTEVES</strong></h1>
<p class="section__subtitle section__subtitle--intro">FRONTEND DEVELOPER</p>
<div class="btn-area">
<a class="nav__link cta-area project-btn" href ="#work">View Projects</a>
<a class="nav__link cta-area" href ="images/frontendResume (1).png" download="resume">Download Resume</a>
</div>
<ul id ="follow"class="social-list">
<li class="social-list__item">
<a class="social-list__link" href="https://codepen.io/your-work">
<i class="fab fa-codepen"></i>
</a>
</li>
<li class="social-list__item">
<a class="social-list__link" href="https://www.linkedin.com/in/kynnedy-esteves-683276215/">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li class="social-list__item">
<a class="social-list__link" href="https://twitter.com/mothercoder">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="social-list__item">
<a class="social-list__link" href="https://github.com/kynnedye">
<i class="fab fa-github"></i>
</a>
</li>
<li class="line"></li>
</ul>
</section>
<div class="area" >
<ul class="circles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div >
<!-- skill sectiion -->
<section class="my-skills-section" id="skills">
<div class="my-skills">
<div class="squares">
<img class="accent-img"src="images/squares2.svg"/>
</div>
<h2 class="section__title section__title--skills">My Skills</h2>
<div class="skills">
<div class="skill">
<i class="fab fa-html5"></i>
</div>
<div class="skill">
<i class="fab fa-css3-alt"></i>
</div>
<div class="skill">
<i class="fab fa-js-square"></i>
</div>
<div class="skill">
<i class="fab fa-sass"></i>
</div>
<div class="skill">
<i class="fab fa-react"></i>
</div>
<div class="skill">
<i class="fab fa-figma"></i>
</div>
</div>
<div class="squares2">
<img class="accent-img"src="images/squares2.svg"/>
</div>
</div>
</section>
<!-- my work/portfolio -->
<section class="my-work" id="work">
<h2 class="section__title section__title--work">Projects</h2>
<div class="my-portfolio">
<div class="my-portfolio__item">
<div class="my-portfolio__description left">
<h2 class="portfolio-name" >Good Books</h2>
<p class="portfolio-description">This is an app I created inspired by my love of reading. In this project I used React, and Bootstrap. Search for your favorite books and ones you would like to read, save them to your library. In your library you will be able to set reading goals to keep you motivated. I utilized local storage so everything will be saved upon page refresh.</p>
<div class="link-btns">
<a href="https://goodbookgoals.netlify.app/" target="_blank"><i class="fas fa-external-link-alt"></i></a>
<a href="https://github.com/kynnedye/GoodBooks" target="_blank"><i class="fab fa-github-square"></i></a>
</div>
</div>
<div class="my-portfolio__img">
<a href="https://goodbookgoals.netlify.app/" target="_blank">
<img class="portfolio-img" src="images/Screen Shot 2022-02-14 at 9.02.15 PM.png"/>
</a>
</div>
</div>
<div class="my-portfolio__item">
<div class="my-portfolio__img">
<a href="https://kynnedye.github.io/BurgerDelivery/" target="_blank">
<img class="portfolio-img" src="images/burgerpic.png"/>
</a>
</div>
<div class="my-portfolio__description">
<h2 class="portfolio-name" >Burger World</h2>
<p class="portfolio-description">This is a food delivery website created with html, css, and JavaScript. I utilized local storage and created my own mini database.</p>
<div class="link-btns">
<a href="https://kynnedye.github.io/BurgerDelivery/" target="_blank"><i class="fas fa-external-link-alt"></i></a>
<a href="https://github.com/kynnedye/BurgerDelivery" target="_blank"><i class="fab fa-github-square"></i></a>
</div>
</div>
</div>
<div class="my-portfolio__item">
<div class="my-portfolio__description left">
<h2 class="portfolio-name" >MoodBoard</h2>
<p class="portfolio-description">This is a browser dashboard that changes based on your mood. The main dash displays the weather and crypto prices. I utilized several Apis to fill in the data. With each mood there are different features. Made using html, css, JavaScript</p>
<div class="link-btns">
<a href="https://kynnedye.github.io/moodDashboard/" target="_blank"><i class="fas fa-external-link-alt"></i></a>
<a href="https://github.com/kynnedye/moodDashboard" target="_blank"><i class="fab fa-github-square"></i></a>
</div>
</div>
<div class="my-portfolio__img">
<a href="https://kynnedye.github.io/moodDashboard/" target="_blank">
<img class="portfolio-img" src="images/moodboard.png"/>
</a>
</div>
</div>
<div class="my-portfolio__item">
<div class="my-portfolio__img">
<a href="https://codepen.io/kynnedye/pen/XWgGQvL" target="_blank">
<img class="portfolio-img" src="images/pacman.jpeg"/>
</a>
</div>
<div class="my-portfolio__description">
<h2 class="portfolio-name" >Pacman</h2>
<p class="portfolio-description">This was a very fun exercise where I created the classic game Pacman. I used html, css, and Javascript to put my skills to the test.</p>
<div class="link-btns">
<a href="https://codepen.io/kynnedye/pen/XWgGQvL" target="_blank"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
<div class="my-portfolio__item">
<div class="my-portfolio__description left">
<h2 class="portfolio-name" >Javascriptmas</h2>
<p class="portfolio-description">This was a coding challenge I participated in. Every day in Decemeber, I completed a new christmas themed JavaScript challenge.</p>
<div class="link-btns">
<a href="project.html"><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
<div class="my-portfolio__img">
<a href="project.html">
<img class="portfolio-img" src="images/santasign.png"/>
</a>
</div>
</div>
<div class="my-portfolio__item">
<div class="my-portfolio__img">
<a href="https://codepen.io/kynnedye/pen/oNwBLEQ" target="_blank">
<img class="portfolio-img" src="images/todo.jpeg"/>
</a>
</div>
<div class="my-portfolio__description">
<h2 class="portfolio-name" >Todo list</h2>
<p class="portfolio-description">This is a classic todo list app I made utilizing html, css, and vanilla Javascript.</p>
<div class="link-btns">
<a href="https://codepen.io/kynnedye/pen/oNwBLEQ" target="_blank" ><i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- about me section -->
<section class="about-me-section" id="about">
<div class="about-me">
<h2 class="section__title section__title--about">Who I am</h2>
<p class="section__subtitle section__subtitle--about">Developer who is obsessed with learning</p>
<div class="about-container">
<div class="about-me__body">
<p> I love to learn new things and the challenges that coding brings keep me always motivated to be better and learn more. Its rare that you find something that you generally love to do and I believe that allows me to do a better job than someone who is just in it for the money. I am proficient in HTML, CSS, JavaScript, and React.JS. I attended and completed a frontend bootcamp called Scrimba. However, if these are not technologies that you use, I am a fast learner and I will gladly learn whatever technologies are best suited for your team!!</p>
</div>
<div class="about-me__img">
<img src="images/codersquare.svg" alt="graphic of a woman on a laptop">
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id ="contact-me"class="footer">
<h2 id ="message">Like what you see?</h2>
<ul id ="footer-social"class="social-list contact-socials">
<li class="social-list__item">
<a class="social-list__link" href="https://codepen.io/your-work">
<i class="fab fa-codepen"></i>
</a>
</li>
<li class="social-list__item">
<a class="social-list__link" href="https://www.linkedin.com/in/kynnedy-esteves-683276215/">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li class="social-list__item">
<a class="social-list__link" href="https://twitter.com/mothercoder">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="social-list__item">
<a class="social-list__link" href="https://github.com/kynnedye">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
<button id="contact-btn">Contact me</button>
<form action ="POST" data-netlify="true" name="contact" id="form">
<input name="name" type="text" class="feedback-input" placeholder="Name" />
<input name="email" type="text" class="feedback-input" placeholder="Email" />
<textarea name="text" class="feedback-input" placeholder="Comment"></textarea>
<input type="submit" value="SUBMIT"/>
</form>
</footer>
<script src="main.js"></script>
</body>
</html>