-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
309 lines (304 loc) · 11.9 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
304
305
306
307
308
309
<!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>Luis Laverde's Portfolio</title>
<link rel="stylesheet" href="./style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<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=Poppins:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Header Section -->
<header>
<span class="my-logo">
<a href="#">
<!-- Logo -->
<img src="./imgs/my-logo/my-logo.png" />
</a>
</span>
<!-- Navbar -->
<nav class="navbar">
<!-- Hamburguer Menu for mobile -->
<a href="" class="hamburguer-menu"
><img
src="./imgs/hamburguer-menu/hamburguer-menu-icon-enabled.png"
alt="Hamburguer Button"
/></a>
<!-- Navbar menu for desktop -->
<ul class="navbar-menu">
<li>
<a href="#Portfolio" class="portfolio-link">
Portfolio
</a>
</li>
<li>
<a href="#About" class="about-link">
About
</a>
</li>
<li>
<a href="#Contact" class="contact-link">
Contact
</a>
</li>
</ul>
</nav>
</header>
<!-- Headline section -->
<main class="first-background-image">
<section class="name-container">
<h1>
I'm Luis. <br> Glad to see you!
</h1>
<!-- Large Text Section -->
<p class="first-paragraph">
I’m a software developer! I can help you build a product, feature or
website Look through some of my work and experience! If you like what
you see and have a project you need coded, don’t hesitate to contact
me.
</p>
<h2>LET'S CONNECT</h2>
<!-- Social Media Section -->
<ul class="social-media1">
<li>
<a href="https://twitter.com/otromascomotu">
<img src="./imgs/icons/Twitter.svg" alt="twitter logo" />
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/luis-laverde-developer/">
<img src="./imgs/icons/Linkedin.svg" alt="linkedin logo" />
</a>
</li>
<li>
<a href="https://medium.com/@otromascomotu">
<img src="./imgs/icons/Medium.svg" alt="medium logo" />
</a>
</li>
<li>
<a href="https://github.com/Otromascomotu">
<img src="./imgs/icons/Github.svg" alt="github logo" />
</a>
</li>
<li>
<a href="">
<img src="./imgs/icons/Angelist.svg" alt="angellist logo" />
</a>
</li>
</ul>
</section>
<!-- Works Section -->
<section class="works-container">
<div class="card">
<div class="card-one">
<img
class="snapshot-portfolio"
src="./imgs/snapshot-portfolio/snapshot-portfolio1.svg"
alt="general portfolio image"
/>
<div class="card-two">
<h3 class="tonic-title">Tonic</h3>
<div class="three-elements-row">
<span class="canopy-title"> CANOPY </span>
<div class="circle"></div>
<span class="back-end-title"> Back End Dev </span>
<div class="circle"></div>
<span class="year-title"> 2015 </span>
</div>
<p class="daily-selection-paragraph">
A daily selection of privately personalized reads; no accounts or
sign-ups required.
</p>
<ul class="categories">
<li class="three-elements">HTML</li>
<li class="three-elements">CSS</li>
<li class="three-elements">Javascript</li>
</ul>
<button type="button" class="button1">See project</button>
</div>
</div>
<!-- Multipost Section -->
<div class="card>
<div class="card-one">
<img
class="snapshot-portfolio"
src="./imgs/snapshot-portfolio/snapshot-portfolio2.svg"
alt="general portfolio image"
/>
</div>
<div class="card-two">
<h3 class="multi-post-title">Multi-Post</h3>
<div class="three-elements-row">
<span class="canopy-title"> CANOPY </span>
<div class="circle"></div>
<span class="back-end-title"> Back End Dev </span>
<div class="circle"></div>
<span class="year-title"> 2015 </span>
</div>
<p class="daily-selection-paragraph">
A daily selection of privately personalized reads; no accounts or
sign-ups required.
</p>
<ul class="categories">
<li class="three-elements">HTML</li>
<li class="three-elements">CSS</li>
<li class="three-elements">Javascript</li>
</ul>
<button type="button" class="button1">See project</buttonbutton1>
</div>
</div>
<!-- Tonic Section -->
<div class="card">
<div class="card-one">
<img
class="snapshot-portfolio"
src="./imgs/snapshot-portfolio/snapshot-portfolio3.svg"
alt="general portfolio image"
/>
</div>
<div class="card-two">
<h3 class="tonic-title">Tonic</h3>
<div class="three-elements-row">
<span class="canopy-title"> CANOPY </span>
<div class="circle"></div>
<span class="back-end-title"> Back End Dev </span>
<div class="circle"></div>
<span class="year-title"> 2015 </span>
</div>
<p class="daily-selection-paragraph">
A daily selection of privately personalized reads; no accounts or
sign-ups required.
</p>
<ul class="categories">
<li class="three-elements">HTML</li>
<li class="three-elements">CSS</li>
<li class="three-elements">Javascript</li>
</ul>
<button type="button" class="button1">See project</button>
</div>
</div>
<!-- Last Multipost Section -->
<div class="card">
<div class="card-one">
<img
class="snapshot-portfolio"
src="./imgs/snapshot-portfolio/snapshot-portfolio4.svg"
alt="general portfolio image"
/>
</div>
<div class="card-two">
<h3 class="multi-post-title">Multi-Post</h3>
<div class="three-elements-row">
<span class="canopy-title"> CANOPY </span>
<div class="circle"></div>
<span class="back-end-title"> Back End Dev </span>
<div class="circle"></div>
<span class="year-title"> 2015 </span>
</div>
<section class="section-paragraph">
<p class="daily-selection-paragraph">
A daily selection of privately personalized reads; no accounts or
sign-ups required.
</p>
</section>
<ul class="categories">
<li class="three-elements">HTML</li>
<li class="three-elements">CSS</li>
<li class="three-elements">Javascript</li>
</ul>
<button type="button" class="button1">See project</button>
</div>
</div>
</section>
<!-- About Myself Section -->
<section class="about-myself-container">
<div>
<h4>About Myself</h4>
<!-- Large Text Section -->
<div class="presentation-two">
<p class="about-myself-paragraph">
Hello I’m a software developer! I can help you build a product, feature or
website Look through some of my work and experience! If you like what
you see and have a project you need coded, don’t hesitate to contact
me.
</p>
</div>
<h5>LET'S CONNECT</h5>
<!-- Social Media Section -->
<ul class="social-media2">
<li>
<a href="https://twitter.com/otromascomotu">
<img src="./imgs/icons/Twitter.svg" alt="twitter logo" />
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/luis-laverde-developer/">
<img src="./imgs/icons/Linkedin.svg" alt="linkedin logo" />
</a>
</li>
<li>
<a href="https://medium.com/@otromascomotu">
<img src="./imgs/icons/Medium.svg" alt="medium logo" />
</a>
</li>
<li>
<a href="https://github.com/Otromascomotu">
<img src="./imgs/icons/Github.svg" alt="github logo" />
</a>
</li>
<li>
<a href="">
<img src="./imgs/icons/Angelist.svg" alt="angellist logo" />
</a>
</li>
</ul>
<button type="button" class="button2">Get my resume</button>
</div>
<!-- Languages Section -->
<ul class="languages-container">
<li class="languages-text">Languages</li>
<img class="enabled-menu" src="./imgs/enabled-menu/enabled-menu.svg" alt="enabled menu logo" />
<li class="javascript-text">Javascript</li>
<img class="javascript-logo" src="./imgs/languages-logos/javascript.svg" alt="javascript logo" />
<div class="html-text">HTML</div>
<img class="html-logo" class=html src="./imgs/languages-logos/html.svg" alt="html logo" />
<li class="css-text">CSS</li>
<img class="css-logo" src="./imgs/languages-logos/css.svg" alt="css logo" />
<li class="frameworks-text">Frameworks</li>
<img class="disabled-menu1" src="./imgs/disabled-menu/disabled-menu.svg" alt="disabled menu logo" />
<li class="skills-text">Skills</li>
<img class="disabled-menu2" src="./imgs/disabled-menu/disabled-menu.svg" alt="disabled menu logo" />
</ul>
</section>
<!-- Contact Form Section -->
<section id="section-contact-form" class="contact-form">
<form id="form" class="cform" method="post" action="https://formspree.io/f/mrgvnevk">
<h2>Contact me</h2>
<p id="contact-form-text">If you have an application you are interested in developing, a feature that you need built or a project that needs coding.
<br>
I’d love to help with it!
<br>
</p>
<div class="form-group">
<input type="text" id="name" name="name" placeholder="Lorem Ipsum" maxlength="30" required />
</div>
<div class="form-group">
<input type="email" id="email" name="email" placeholder="[email protected]" required />
</div>
<div class="form-group">
<textarea id="message" name="message" placeholder="Write your message here..." maxlenght="500" required /></textarea>
</div>
<input id="submit" type="submit" value="Get in touch">
</form>
</section>
</main>
</body>
</html>