-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
314 lines (287 loc) · 9.93 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
310
311
312
313
314
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<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=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<title>Sergio Usma's portfolio</title>
</head>
<body>
<!-------HEADER ------->
<header>
<nav id="header" class="header">
<ul>
<li class="nav-item" onclick="toggleMenu()">
<a href="#projects">Portfolio</a>
</li>
<li class="nav-item" onclick="toggleMenu()">
<a href="#about">About</a>
</li>
<li class="nav-item" onclick="toggleMenu()">
<a href="#contact">Contact</a>
</li>
</ul>
<div id="burger" class="burger">
<span class="bar top"></span>
<span class="bar mid"></span>
<span class="bar bot"></span>
</div>
</nav>
</header>
<!-------MAIN SECTION ------->
<section id="main">
<div class="main">
<div class="main__container">
<h1>
Hey there. <span class="span__br"><br /></span>I'm Sergio.
</h1>
<span class="h1__sub">I'm a software developer</span>
<p>
I can help you build a product, feature or website Look through some
of my work and <span class="span__br2"><br /></span> experience! If
you like what you see and have a project you need coded,
<span class="span__br2"><br /></span>don’t hesitate to contact me.
</p>
<div class="main__social-media">
<ul>
<li>
<a href="https://twitter.com/VonUsma"
><img src="./assets/ico/twitter.png" alt="Twitter logo"
/></a>
</li>
<li>
<a href="https://www.linkedin.com/in/sergiousma/"
><img src="./assets/ico/linkedin.png" alt="LinkedIn logo"
/></a>
</li>
<li>
<a href="#"
><img src="./assets/ico/medium.png" alt="Medium logo"
/></a>
</li>
<li>
<a href="https://github.com/sergio-usma"
><img src="./assets/ico/github.png" alt="GitHub logo"
/></a>
</li>
<li>
<a href="#"
><img src="./assets/ico/angellist.png" alt="AngelList logo"
/></a>
</li>
</ul>
</div>
<div class="main__arrow-button">
<a href="#"
><img
src="./assets/ico/button_down.png"
alt="A rounded button with a black-down-arrow"
/></a>
</div>
</div>
</div>
</section>
<!-------PROJECTS SECTION ------->
<section id="projects">
<div class="projects">
<h2 class="projects__title">
My Recent <span class="span__br"><br /></span>Works
</h2>
<div class="projects__h2-icon"></div>
<div class="projects__wrapper"></div>
</div>
</section>
<!------- ABOUT ME SECTION ------->
<section id="about">
<div class="about-me">
<div class="about-me__container">
<h2>About me</h2>
<p class="about-me__description">
I can help you build a product, feature or website Look through some
of my work and<span class="span__br2"><br /></span> experience! If
you like what you see and have a project you need coded,
<span class="span__br2"><br /></span>don’t hesitate to contact me.
</p>
<button class="about-me__button" type="button">
<a href="">Get my resume</a>
</button>
</div>
<div class="about-me__wrapper wrapper">
<article class="about-me__card__container languages">
<div class="about-me__languages">
<div class="about-me__icon__holder">
<img
src="./assets/ico/languages.svg"
alt="World black and green vectorized icon"
srcset=""
/>
</div>
<h3 class="about-me__card__title">Languages</h3>
<ul class="about-me__card__tags tags">
<li>JavaScript</li>
<li>Ruby</li>
<li>HTML</li>
<li>CSS</li>
</ul>
</div>
</article>
<article class="about-me__card__container frameworks">
<div class="about-me__languages">
<div class="about-me__icon__holder">
<img
src="./assets/ico/frameworks.svg"
alt="Five black and green boxes creating a network"
srcset=""
/>
</div>
<h3 class="about-me__card__title">Frameworks</h3>
<ul class="about-me__card__tags tags">
<li>React.js</li>
<li>Ruby on Rails</li>
<li>RSpec</li>
<li>Capybara</li>
<li>Selenium</li>
</ul>
</div>
</article>
<article class="about-me__card__container skills">
<div class="about-me__languages">
<div class="about-me__icon__holder">
<img
src="./assets/ico/skills.svg"
alt="Three lighting symbols in green color forming an icon"
srcset=""
/>
</div>
<h3 class="about-me__card__title">Skills</h3>
<ul class="about-me__card__tags tags">
<li>Database Management</li>
<li>Version Control</li>
<li>CLI</li>
<li>Web Development</li>
<li>API Design</li>
</ul>
</div>
</article>
</div>
</div>
</section>
<!-------CONTACT SECTION ------->
<section id="contact">
<div class="contact">
<div class="contact__container">
<h2>
I'm always interested in hearing about new projects, so if you'd
like to chat please get in touch.
</h2>
<form
class="contact__form"
action="https://formspree.io/f/xknaqawg"
method="POST"
>
<ul>
<li class="contact__form__element full-name">
<label class="label" for="full-name">Full name:</label>
<input
type="text"
id="full-name"
name="full-name"
placeholder="Full name"
maxlength="30"
required
/>
</li>
<li class="contact__form__element name">
<label class="label" for="firstname">First name:</label>
<input
type="text"
id="firstname"
name="firstname"
placeholder="First name"
maxlength="30"
pattern="[a-zA-Z]+"
required
/>
</li>
<li class="contact__form__element lastname">
<label class="label" for="lastname">Last name:</label>
<input
type="text"
id="lastname"
name="lastname"
placeholder="Last Name"
maxlength="30"
pattern="[a-zA-Z]+"
required
/>
</li>
<li class="contact__form__element email">
<label class="label" for="email">Email address:</label>
<input
type="email"
id="email"
name="email"
placeholder="Email address"
required
/>
</li>
<li class="contact__form__element message">
<label class="label" for="message">Your message:</label>
<textarea
id="message"
name="message"
placeholder="Hey I'd like to connect to..."
maxlength="500"
required
></textarea>
</li>
</ul>
<button type="submit">Get in touch!</button>
</form>
<p class="contact__container__email">[email protected]</p>
</div>
</div>
</section>
<footer>
<div class="footer">
<div class="main__social-media footer__social-media">
<ul>
<li>
<a href="https://twitter.com/VonUsma"
><img src="./assets/ico/twitter.png" alt="Twitter logo"
/></a>
</li>
<li>
<a href="https://www.linkedin.com/in/sergiousma/"
><img src="./assets/ico/linkedin.png" alt="LinkedIn logo"
/></a>
</li>
<li>
<a href="#"
><img src="./assets/ico/medium.png" alt="Medium logo"
/></a>
</li>
<li>
<a href="https://github.com/sergio-usma"
><img src="./assets/ico/github.png" alt="GitHub logo"
/></a>
</li>
<li>
<a href="#"
><img src="./assets/ico/angellist.png" alt="AngelList logo"
/></a>
</li>
</ul>
</div>
</div>
</footer>
<script src="main.js"></script>
</body>
</html>