-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
343 lines (328 loc) · 10.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
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
<!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>Jorge Vargas Portfolio | Web Developer</title>
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/images/icons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/images/icons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/images/icons/favicon-16x16.png"
/>
<link rel="manifest" href="assets/images/icons/site.webmanifest" />
<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=Playfair+Display&family=Poppins&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="build/css/style.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-XZZPDDGCRR"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-XZZPDDGCRR");
</script>
<script src="build/js/script.js" type="module"></script>
</head>
<body>
<header class="d-flex justify-end header">
<button
type="button"
class="btn btn-menu d-md-none justify-md-space-around"
aria-label="Menu icon"
></button>
<nav
class="
d-none
w-md-100
d-md-flex
justify-md-center
align-md-center
nav-links
mobile-menu
"
>
<a class="nav-link" href="#hello">Hello</a>
<a class="nav-link" href="#portfolio">Portfolio</a>
<a class="nav-link" href="#about">About</a>
<a class="nav-link" href="#contact">Contact</a>
</nav>
</header>
<main class="main">
<div id="hello" class="d-md-flex section about-me">
<section class="align-self-md-center ma-md-0 hello">
<h1 class="title">Jorge Enrique Vargas</h1>
<p class="subtitle">
Hello! I am a software developer! I can help you build a product,
feature or website. Taka a look of my works. If you like what you
see and have a project you need coded, don’t hesitate and contact
me.
</p>
<div class="buttons">
<button type="button" class="btn btn-primary btn-md-lg">
Start collaboration
</button>
</div>
</section>
<div class="divider" role="presentation"></div>
</div>
<section id="portfolio" class="section projects">
<h2 class="d-md-flex align-md-center justify-md-center title">
Projects
</h2>
<div
class="d-none d-md-block decorator decorator-2"
role="presentation"
>
<div class="bg-image bg-image-2"></div>
</div>
<div
class="d-none d-md-block decorator decorator-3"
role="presentation"
>
<div class="bg-image bg-image-3"></div>
</div>
<div
class="d-none d-md-block decorator decorator-4"
role="presentation"
>
<div class="bg-image bg-image-4"></div>
</div>
<div
class="d-none d-md-block decorator decorator-5"
role="presentation"
>
<div class="bg-image bg-image-5"></div>
</div>
<div
class="d-none d-md-block decorator decorator-0"
role="presentation"
>
<div class="bg-image bg-image-0"></div>
</div>
</section>
<section
id="about"
class="d-flex flex-column flex-md-row-reverse section about"
>
<div class="content">
<h2 class="title">About</h2>
<p class="about-text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ea eiusmod
</p>
<div class="buttons">
<button type="button" class="btn btn-primary btn-md-lg">
Get my CV <span class="icon icon-download"></span>
</button>
</div>
</div>
<div class="skills">
<section class="skill bg-blue">
<h3 class="skill-title">Languages</h3>
<ul class="skill-items">
<li class="skill-item">JavaScript (ES5/ES6)</li>
<li class="skill-item">Ruby</li>
<li class="skill-item">HTML</li>
<li class="skill-item">CSS</li>
</ul>
</section>
<section class="skill bg-red">
<h3 class="skill-title">Frameworks</h3>
<ul class="skill-items">
<li class="skill-item">Bootstrap</li>
<li class="skill-item">Ruby on rails</li>
<li class="skill-item">RSPec</li>
<li class="skill-item">Capibara</li>
<li class="skill-item">Selenium</li>
</ul>
</section>
<section class="skill bg-yellow">
<h3 class="skill-title">Skills</h3>
<ul class="skill-items">
<li class="skill-item">Codekit</li>
<li class="skill-item">Codepen</li>
<li class="skill-item">GitHub</li>
<li class="skill-item">GitLab</li>
<li class="skill-item">Terminal</li>
</ul>
</section>
</div>
</section>
<section id="contact" class="d-md-flex justify-md-center section contact">
<div class="d-md-flex flex-md-column content">
<h2 class="title">Get started</h2>
<p class="subtitle">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna.
</p>
<form
class="form"
action="https://formspree.io/f/xdoyvbvr"
method="POST"
>
<div class="form-group name-input">
<label for="name"
>Your Name <em aria-hidden="true">(required)</em></label
>
<input
type="text"
id="name"
name="name"
placeholder="e.g. John Doe"
aria-required="true"
autocomplete="name"
/>
</div>
<div class="form-group email-input">
<label for="email"
>Your Email <em aria-hidden="true">(required)</em></label
>
<input
type="text"
id="email"
name="email"
placeholder="e.g. user@example.com"
aria-required="true"
autocomplete="email"
/>
</div>
<div class="form-group message-input">
<label class="d-none d-md-flex" for="message"
>Message <em aria-hidden="true">(required)</em></label
>
<textarea
id="message"
name="message"
placeholder="Enter your message here..."
aria-required="true"
></textarea>
</div>
<div
class="d-md-flex justify-md-center align-md-center button-input"
>
<button
class="btn btn-secondary btn-md-lg btn-reset"
type="reset"
>
Reset
</button>
<button
class="btn btn-primary btn-md-lg btn-submit"
type="submit"
>
Start collaboration
</button>
</div>
<div class="d-flex flex-column mt-16 error-messages"></div>
</form>
</div>
</section>
</main>
<footer
class="bg-primary px-16 py-32 d-md-flex justify-md-space-between footer"
>
<a
href="#"
class="d-flex align-center mb-32 ma-md-0 text-cyan footer-link"
>
Get my Resume
<span class="icon icon-link-teal mx-16"></span>
</a>
<ul class="d-flex justify-space-between social-icons">
<li>
<a
href="https://stackoverflow.com/users/6222600/jorge-vargas"
target="_blank"
rel="noopener noreferrer"
aria-describedby="opens-in-a-new-window"
>
<span class="icon icon-stackoverflow" aria-hidden="true"></span>
<em class="screen-reader-only">stackoverflow</em>
</a>
</li>
<li>
<a
href="https://github.com/jorgevrgs"
target="_blank"
rel="noopener noreferrer"
aria-describedby="opens-in-a-new-window"
>
<span class="icon icon-github" aria-hidden="true"></span>
<em class="screen-reader-only">github</em>
</a>
</li>
<li>
<a
href="https://twitter.com/jorgevrgs1"
target="_blank"
rel="noopener noreferrer"
aria-describedby="opens-in-a-new-window"
>
<span class="icon icon-twitter" aria-hidden="true"></span>
<em class="screen-reader-only">twitter</em>
</a>
</li>
<li>
<a
href="https://www.linkedin.com/in/jevargaslarrota/"
target="_blank"
rel="noopener noreferrer"
aria-describedby="opens-in-a-new-window"
>
<span class="icon icon-linkedin" aria-hidden="true"></span>
<em class="screen-reader-only">linkedin</em>
</a>
</li>
<li>
<a
href="https://medium.com/@jorgevargasla"
target="_blank"
rel="noopener noreferrer"
aria-describedby="opens-in-a-new-window"
>
<span class="icon icon-medium" aria-hidden="true"></span>
<em class="screen-reader-only">medium</em>
</a>
</li>
<li>
<a
href="https://angel.co/u/jorgevrgs"
target="_blank"
rel="noopener noreferrer"
aria-describedby="opens-in-a-new-window"
>
<span class="icon icon-angellist" aria-hidden="true"></span>
<em class="screen-reader-only">angellist</em>
</a>
</li>
</ul>
<span id="opens-in-a-new-window" class="screen-reader-only">
(opens in a new tab)
</span>
</footer>
</body>
</html>