-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
227 lines (174 loc) · 8.04 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
<!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">
<link rel="stylesheet" href="./assets/css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Emily's Portfolio</title>
</head>
<body>
<!--HEADER-->
<header>
<h1>
<a href="#">ENM</a>
</h1>
<nav>
<ul>
<li>
<a href="#about">about</a>
</li>
<li>
<a href="#work">work</a>
</li>
<li>
<a href="#contact">contact</a>
</li>
<li>
<a href="#resume">résumé</a>
</li>
</ul>
</nav>
</header>
<div class="subheading">
<h2>Emily Necciai Mayeski's Body of Work</h2>
</div>
<div class="content">
<!--ABOUT-->
<div class="portfolio-section">
<h3 class="section-title" id="about">
about
</h3>
<div class="content-box-blank">
<div class="intro">
<div class="headline-callout">
<h4>Hello, World!</h4>
</div>
<div class="desc">
<p>I'm a Technical Writer - gone - Full Stack Developer!</p>
</div>
</div>
<div class="avatar">
<img src="./assets/img/avatar.png" alt="Avatar of Emily with brownish hair and green eyes.">
</div>
</div>
</div>
<div class="end-callout">
<button></button>
</div>
<!--WORK-->
<div class="portfolio-section">
<h3 class="section-title" id="work">
work
</h3>
<div class="content-box">
<div class="headline-callout">
<h4>What I've Built</h4>
</div>
<div class="desc">
<p>I plan to work on a variety of projects in this bootcamp - this portfolio being one of them! Please enjoy my existing project "Run Buddy" and stay tuned for the next ones!</p>
</div>
<div class="premiere-project">
<h5>Run Buddy<span id="open-in-tab"><a href="https://emilynecciai.github.io/run-buddy/" target="_blank">↗</a></span>
</h5>
<a href="https://emilynecciai.github.io/run-buddy/" target="_blank">
<img src="./assets/img/runbuddydesktop.png" alt="iPad-framed Run Buddy Project site.">
</a>
<p class="code">html, css</p>
</div>
<div class="content-box-blank">
<article class="project">
<h5>noheadphones<span id="open-in-tab"><a href="https://github.com/SBerkebile7/project-1" target="_blank">↗</a></span>
</h5>
<a href="https://sberkebile7.github.io/project-1/" target="_blank">
<img src="./assets/img/noheadphones.png" alt="iPad-framed noheadphones Project site.">
</a>
<p class="code">html, css, js, jquery, momentjs, api</p>
</article>
<article class="project">
<h5>Quizam!<span id="open-in-tab"><a href="https://github.com/EmilyNecciai/quizam" target="_blank">↗</a></span>
</h5>
<a href="https://quizam.herokuapp.com/" target="_blank">
<img src="./assets/img/quizam.png" alt="iPad-framed Quizam Project site.">
</a>
<p class="code">html, css, js, handlebars, express, api, node, puppeteer, sequelize, jawsdb, and more</p>
</article>
<article class="project">
<h5>Project Title 3<span id="open-in-tab"><a href="./coming-soon.html" target="_blank">↗</a></span>
</h5>
<a href="./coming-soon.html" target="_blank">
<img src="./assets/img/runbuddy.png" alt="iPad-framed Run Buddy Project site.">
</a>
<p class="code">html, css</p>
</article>
</div>
<div class="end-callout">
<button onclick="document.location='coming-soon.html'">see more...</button>
</div>
</div>
</div>
<!--CONTACT-->
<div class="portfolio-section">
<h3 class="section-title" id="contact">
contact
</h3>
<div class="content-box-blank">
<div class="content-box-social">
<div class="headline-callout">
<h4>Social</h4>
</div>
<div class="desc">
<p>It's more "professional" social, but hey, still social!</p>
</div>
<div class="socials">
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope"></i></a>
<a href="https://www.linkedin.com/in/emilynecciai/" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/EmilyNecciai" target="_blank"><i class="fa fa-github"></i></a>
</div>
<div class="end-callout">
<button></button>
</div>
</div>
<div class="content-box-form">
<div class="headline-callout">
<h4>Reach Out</h4>
</div>
<div class="desc">
<p>Fill out the form below to let me know what I can do to help! Hitting "Submit" will open your email with your message ready to send!</p>
</div>
<form action="mailto:[email protected]">
<label for="name">Name</label>
<input type="text" placeholder="What should I call you?" />
<label for="email">Email</label>
<input type="email" placeholder="Where should I email you back?" />
<label for="message">Message</label>
<textarea id="message" placeholder="Let me know what I need to know!"></textarea>
<button id="form-submit" type="submit">Submit</button>
</form>
<div class="end-callout">
<button></button>
</div>
</div>
</div>
</div>
<!--RESUME-->
<div class="portfolio-section">
<h3 class="section-title" id="resume">
résumé
</h3>
<div class="content-box">
<div class="headline-callout">
<h4>Download My Résumé</h4>
</div>
<div class="desc">
<p>This is my current résumé, which doesn't include much about my experience in web development. I'll be updating it as I add more experience to my portfolio. Thanks! Click "download a copy" to open the PDF in a new tab. Thanks!</p>
</div>
<div class="end-callout">
<button type="submit" onclick="window.open('./assets/img/mayeskiresume2021.pdf')">download a copy...</button>
</div>
</div>
</div>
</div>
</body>
</html>