-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
292 lines (274 loc) · 10.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
<!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" />
<!--CSS Styles -->
<link rel="stylesheet" href="assets/css/styles.css" />
<!-- Favicons -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/icons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href=""
/>
<!-- Animate CSS CDN -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<title>Lisa Miner | Web Developer</title>
</head>
<body>
<!-- Navbar -->
<nav>
<h1>LISA MINER</h1>
<ul class="navigation">
<li><a href="#about" class="nav-link">About</a></li>
<li><a href="#skills" class="nav-link">Skills</a></li>
<li><a href="#projects" class="nav-link">Projects</a></li>
<li><a href="#contact" class="nav-link">Contact</a></li>
</ul>
<button class="burger-menu" id="burger-menu">
<ion-icon class="bars" name="menu-outline"></ion-icon>
<!-- <ion-icon class="times" name="close-outline"></ion-icon> -->
</button>
</nav>
<!-- Hero Section -->
<section class="hero" id="about">
<img
src="assets/images/ninjacode.jpg"
alt="lisa-miner"
loading="lazy"
class="hero-img"
/>
<div class="bio animate__animated animate__shakeX">
<h2 class="bio-title">About Me</h2>
<p class="bio-text">
I am a full-stack web developer with a passion for creating
beautiful, functional websites. I have a love for learning new technologies.
</p>
</div>
</section>
<!-- More about -->
<section class="more-about">
<h2>More About Me</h2>
<p>
Hi there! I’m Lisa, a full-stack developer with a strong foundation in coding from a bootcamp and a passion for self-driven learning. Based in Georgia, I specialize in frontend development and am excited to contribute my skills in a full-time, remote role as a Frontend Developer or Engineer.
<br>
I take pride in creating efficient, functional solutions and thrive on turning challenges into opportunities. My ability to think creatively and collaborate effectively has been a cornerstone of my success. I know when to dig deep for answers and when to leverage the power of teamwork to drive results. Along the way, I’ve also had the privilege of mentoring others, helping them navigate everything from technical documentation to project roadblocks.
<br>
As a developer, I’m constantly exploring new tools and techniques to refine my craft. I’m excited to bring this same energy and enthusiasm to the teams I join. Curious about what I’ve been building?
</p>
<p>Reach out and connect with me! Checkout my <a href="https://codepen.io/midnightmoet/" target="_blank" rel="noopener"
>Codepen.io</a> to see visuals of what I am building.
</p>
</section>
<!-- Skills section -->
<section class="skills" id="skills">
<h2 class="skill-header">My Top Skills</h2>
<div class="skills-wrapper">
<div class="first-set animate__animated animate__pulse">
<img
src="assets/icons/icons8-html-5.svg"
alt=""
loading="lazy"
class="icon icon-card"
/>
<img
src="assets/icons/icons8-css3.svg"
alt=""
loading="lazy"
class="icon icon-card"
/>
<img
src="assets/icons/icons8-javascript.svg"
alt=""
loading="lazy"
class="icon icon-card"
/>
</div>
<div class="second-set animate__animated animate__pulse">
<img
src="assets/icons/icons8-bootstrap.svg"
alt=""
loading="lazy"
class="icon icon-card"
/>
<img
src="assets/icons/icons8-react-native.svg"
alt=""
loading="lazy"
class="icon icon-card"
/>
<img
src="assets/icons/icons8-git.svg"
alt=""
loading="lazy"
class="icon icon-card"
/>
</div>
</div>
</section>
<!-- Projects section -->
<section class="projects" id="projects">
<h2 class="projects-title">Projects</h2>
<div class="projects-container">
<div class="project-container project-card">
<!-- <img
src=""
alt="project-picture"
loading="lazy"
class="project-pic"
/> -->
<h3 class="project-title">Chase The Clicks</h3>
<p class="project-details">
This is a click counter that upon refresh retains the previous clicks. It also has a reset button to reset the clicks to zero. This project was created using Vanilla Code (HTML5, CSS3, JavaScript).
</p>
<a href="https://midnightmoet.github.io/click-counter/" target="_blank" class="project-link">Deploy Project</a>
<hr>
<a href="https://github.com/midnightmoet/click-counter" target="_blank" class="project-link">GitHub Repo</a>
</div>
<div class="project-container project-card">
<!-- <img
src=""
alt="project-picture"
loading="lazy"
class="project-pic"
/> -->
<h3 class="project-title">Compose, Edit, Repeat</h3>
<p class="project-details">
This is a React blog designed to showcase React and other design elements. React was used as the main tool for the job, but there is also a full [FE]/[BE]. Express was used for the [BE] along with mongoose/mongoDB for full [BE] functionality. The [FE] simply uses React and "React-router-dom" to accomplish the goals of this project.
</p>
<a href="https://github.com/midnightmoet/Random_Thoughts_Blog_App" target="_blank" class="project-link">GitHub Repo</a>
</div>
<div class="project-container project-card">
<!-- <img
src=""
alt="project-picture"
loading="lazy"
class="project-pic"
/> -->
<h3 class="project-title">To-do List</h3>
<p class="project-details">
Created a to-do list app using React and Redux. This app has the capability to add, edit and delete tasks.
</p>
<a href="https://midnightmoetstodolist.netlify.app/" target="_blank" class="project-link">Deploy Project</a>
<hr>
<a href="https://github.com/midnightmoet/ToDoList-app" target="_blank" class="project-link">GitHub Repo</a>
</div>
</div>
</section>
<!-- Contact section (FUNCTIONAL) -->
<section class="contact" id="contact">
<h2>Get In Touch With Me</h2>
<div class="contact-form-container">
<div class="contact-form">
<form action="https://formspree.io/f/mdovjavr" method="POST">
<div class="form-control">
<label for="name">Name</label>
<input
type="text"
id="name"
name="sender-name"
placeholder="Enter Your Name"
class="input-field"
required
/>
</div>
<div class="form-control">
<label for="email">Email</label>
<input
type="email"
id="email"
name="sender-email"
placeholder="Enter Your Email"
class="input-field"
required
/>
</div>
<div class="form-control">
<label for="message">Message</label>
<textarea
id="message"
cols="60"
rows="10"
placeholder="Enter Your Message"
name="message"
class="input-field"
required
></textarea>
</div>
<input
type="submit"
value="Submit"
id="submit-btn"
class="submit-btn"
/>
</form>
</div>
</div>
</section>
<!-- Social accounts - Fixed to the right -->
<div class="socials">
<a href="https://www.twitter.com/midnightmoet" target="_blank" rel="noopener"
><img
src="assets/icons/icons8-twitter-circled.gif"
alt="Twitter"
loading="lazy"
class="socicon"
/></a>
<a href="https://www.instagram.com/lisa.miner/" target="_blank" rel="noopener"
><img
src="assets/icons/icons8-instagram.gif"
alt="Instagram"
loading="lazy"
class="socicon"
/></a>
<a href="https://www.linkedin.com/in/lisachampagne" target="_blank" rel="noopener"
><img
src="assets/icons/icons8-linkedin-circled.gif"
alt="Linkedin"
loading="lazy"
class="socicon"
/></a>
<a href="https://www.github.com/midnightmoet" target="_blank" rel="noopener"
><img src="assets/icons/icons8-github.gif" alt="Github" class="socicon"
/></a>
</div>
<!-- Scroll to top -->
<i class="scroll-up" id="scroll-up"
><img
src="assets/icons/icons8-upward-arrow.gif"
class="socicon up-arrow"
alt=""
/></i>
<!-- Footer section -->
<footer>
<p class="copy">© Copyright 2023</p>
<p class="copy">
Built with ♡ by
<a href="https://twitter.com/midnightmoet" target="_blank" rel="noopener"
>Lisa Miner (midnightmoet)</a
>
</p>
</footer>
<!-- Website scripts -->
<script src="assets/js/app.js"></script>
<!-- Ion icons scripts -->
<script
type="module"
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"
></script>
</body>
</html>