-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
533 lines (474 loc) · 29.3 KB
/
contact.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
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="assets/img/logo-32x32.png" sizes="32x32" />
<link rel="icon" href="assets/img/logo-192x192.png" sizes="192x192" />
<title>Nefi Arroyo | Contact</title>
<link href="assets/css/plugins.css" rel="stylesheet" />
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets//css/new_styles.css">
</head>
<body class="v-dark dsn-ajax">
<div id="dsn_preloader" class="preloader">
<div class="dsnload p-absolute">
<span class="dsnload__row">
<span class="dsnload__img">
<img src="assets/img/logo-light.png" class="logo-dark" alt="Blackdsn" decoding="async"
loading="lazy" />
<img src="assets/img/logo.png" class="logo-light" alt="Blackdsn" decoding="async" loading="lazy" />
</span>
</span>
<span class="dsnload__row dsnload__row--sibling">
<span class="dsnload__img">
<img src="assets/img/logo-light.png" class="logo-dark" alt="Blackdsn" decoding="async"
loading="lazy" />
<img src="assets/img/logo.png" class="logo-light" alt="Blackdsn" decoding="async" loading="lazy" />
</span>
</span>
<span class="dsnload__row dsnload__row--sibling">
<span class="dsnload__img">
<img src="assets/img/logo-light.png" class="logo-dark" alt="Blackdsn" decoding="async"
loading="lazy" />
<img src="assets/img/logo.png" class="logo-light" alt="Blackdsn" decoding="async" loading="lazy" />
</span>
</span>
<span class="dsnload__row dsnload__row--sibling">
<span class="dsnload__img">
<img src="assets/img/logo-light.png" class="logo-dark" alt="Blackdsn" decoding="async"
loading="lazy" />
<img src="assets/img/logo.png" class="logo-light" alt="Blackdsn" decoding="async" loading="lazy" />
</span>
</span>
</div>
<svg width="100%" height="100%" viewBox="0 0 100 100" class="v-middle" preserveAspectRatio="xMinYMin meet"
fill="none">
<linearGradient id="linearColors" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="var(--theme-color)"></stop>
<stop offset="50%" stop-color="var(--border-color)"></stop>
<stop offset="100%" stop-color="var(--assistant-color)"></stop>
</linearGradient>
<path class="dsn-progress-path" d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" />
</svg>
<div class="loading-circle v-middle">
<p class="loading-count v-middle">0</p>
</div>
<span class="loading-text text-uppercase mt-30 dsn-container">Loading ...</span>
<div class="bg-load background-section d-flex align-items-end">
<svg class="dsn-separator-bottom dsn-icon-assistant-color" width="100%" height="100%" viewBox="0 0 100 10"
preserveAspectRatio="none">
<path class="path-anim separator__path" data-dsn-to="M 0 0 C 40 0 55 0 100 0 L 0 0 Z"
vector-effect="non-scaling-stroke" d="M 0 0 C 40 16 75 10 100 0 L 0 0 Z"></path>
</svg>
</div>
</div>
<main id="main_root" class="main-root">
<!-- ========== Menu ========== -->
<header id="site_menu_header" class="site-header dsn-container d-none dsn-hamburger">
<div class="main-logo">
<a href="index.html" data-dsn-text="Blackdsn" class="custom-logo-link main-brand effect-ajax" rel="home"
aria-current="page">
<img src="assets/img/logo-light.png" class="custom-logo logo-light" alt="Blackdsn" />
<img src="assets/img/logo.png" class="custom-logo logo-dark" alt="Blackdsn" />
</a>
</div>
<nav class="main-navigation ">
<div class="menu-cover-title header-container dsn-container">MENU</div>
<ul id="dsn-primary-list" class="primary-nav h2">
<!-- <li class="nav-item has-sub-menu">
<a title="Home" href="#0">
<span class="overflow ">Blog</span>
</a>
<ul class="nav-item">
<li class="dsn-back">
<span>
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="30px"
viewBox="0 0 400.004 400.004" xml:space="preserve">
<g>
<path
d="M382.688,182.686H59.116l77.209-77.214c6.764-6.76,6.764-17.726,0-24.485c-6.764-6.764-17.73-6.764-24.484,0L5.073,187.757 c-6.764,6.76-6.764,17.727,0,24.485l106.768,106.775c3.381,3.383,7.812,5.072,12.242,5.072c4.43,0,8.861-1.689,12.242-5.072 c6.764-6.76,6.764-17.726,0-24.484l-77.209-77.218h323.572c9.562,0,17.316-7.753,17.316-17.315 C400.004,190.438,392.251,182.686,382.688,182.686z" />
</g>
</svg>
<span class="text-toggle-back">
<span class="text-name">Blog</span>
<span class="text-back">Back</span>
</span>
</span>
</li>
<li class="nav-item ">
<a title="Stories" href="stories.html" data-dsn-text="Stories">
<span class="overflow">Stories</span>
</a>
</li>
<li class="nav-item ">
<a title="Single Post" href="single-post.html" data-dsn-text="Single Post">
<span class="overflow">Single Post</span>
</a>
</li>
</ul>
</li> -->
<li class="nav-item ">
<a title="Home" href="contact.html">
<span class="overflow">Contact</span>
</a>
</li>
</ul>
<div class="container-content d-flex flex-column justify-content-center section-margin">
<div class="nav__info">
<div class="nav-content">
<h5 class="sm-title-block mb-10">Address</h5>
Lima, Peru
</div>
<div class="nav-content mt-30">
<h5 class="sm-title-block mb-10">Contact</h5>
<p class="links over-hidden mb-1">
<a class="link-hover" href="tel:+51 93113706"
data-hover-text="+51 93113706"><strong>+51</strong> 93113706</a>
</p>
<p class="links over-hidden"><a class="link-hover" href="mailto:[email protected]"
data-hover-text="[email protected]">[email protected]</a></p>
</div>
</div>
<div class="nav-social nav-content mt-30">
<div class="nav-social-inner p-relative">
<h5 class="sm-title-block mb-10">Follow me</h5>
<ul style="--dsn-li-name: dsn6;">
<li style="--dsn-li-index: 0;"><a href="https://www.facebook.com/PyNef" target="_blank"
rel="nofollow noopener noreferrer">Facebook.</a></li>
<li style="--dsn-li-index: 1;"><a href="https://www.instagram.com/pynef42/"
target="_blank" rel="nofollow noopener noreferrer">Instagram.</a></li>
<li style="--dsn-li-index: 2;"><a href="https://www.linkedin.com/in/nefiarroyo/"
target="_blank" rel="nofollow noopener noreferrer">Linkedin.</a></li>
<li style="--dsn-li-index: 3;"><a href="https://twitter.com/PyNef" target="_blank"
rel="nofollow noopener noreferrer">Twitter.</a></li>
</ul>
</div>
</div>
</div>
</nav>
<div id="navbar_toggle" class="navbar-toggle">
<div class="toggle-icon">
<div class="toggle-line"></div>
<div class="toggle-line"></div>
<div class="toggle-line"></div>
</div>
<div class="toggle-text">
<div class="text-menu">Menu</div>
<div class="text-open">Open</div>
<div class="text-close">Close</div>
</div>
</div>
<div class="bg-load background-main"></div>
<svg width="100%" height="100%" viewBox="0 0 100 100" preserveAspectRatio="none"
class="bg-load dsn-svg-transition">
<path vector-effect="non-scaling-stroke" d="M 0 100 V 100 Q 50 100 100 100 V 100 z" />
</svg>
</header>
<!-- ========== End Menu ========== -->
<!-- ========== Header Normal========== -->
<header id="dsn_header" class="dsn-header-animation header-normal v-dark-head">
<div class="background-overlay bg-pattern p-absolute left-0 top-0 w-100 h-100"></div>
<div class="entry-header p-relative over-hidden">
<div id="hero_content"
class="d-flex p-relative h-100 dsn-hero-parallax-title container align-items-center pb-section ">
<div class="content p-relative ">
<div class="intro-project w-100">
<div class="intro-title ">
<div id="hero_title" class="mt-20">
<h1 class="title text-upper">
Let's build <br> the future together
</h1>
</div>
<p class="mt-20 max-w570">
Explore opportunities in technology and collaborate to create innovative solutions.
Contact me to transform ideas into reality!
</p>
<div class="dsn-def-btn dsn-hover-icon dsn-icon-heading-color mt-20 d-flex">
<a class="dsn-btn dsn-border border-color-default background-section effect-ajax has-icon-left"
href="work-card-1.html" data-dsn-text="OUR PORTFOLIO">
<span class="dsn-icon dsn-bg-before btn-icon-left heading-color z-index-1">
<i class="fas fa-angle-right" aria-hidden="true"></i>
</span>
<span class="title-btn p-relative z-index-1 ">See More Works</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="#page_wrapper" rel="nofollow" class="dsn-scroll-bottom"
data-dsn-option='{"ease": "power4.inOut" , "duration" : 1.5}'>
<div class="text">SCROLL</div>
</a>
</header>
<!-- ========== End Header Normal ========== -->
<div id="page_wrapper" class="wrapper">
<!-- ========== Contact ========== -->
<div class="p-relative contact-form over-hidden section-padding">
<div class="dsn-mask p-absolute w-70 left-0 top-0 h-100 background-section"></div>
<div class="p-relative container d-grid grid-1-half" data-dsn-gap="30px 60px">
<div class="box-form">
<h2 class="title-h2 ">
HAVE QUESTIONS? GET IN TOUCH<br> WITH ME
</h2>
<p class="mt-10">
Fill out the form below and I'll get back to you as soon as possible.
</p>
<div class="dsn-form mt-20 form-box d-flex flex-column">
<form id="contact-form" class="form w-100" method="post" action="contact.php"
data-toggle="validator">
<div class="messages"></div>
<div class="input__wrap controls">
<div class="d-grid grid-md-2" data-dsn-gap="0px 30px">
<div class="form-group dsn-up">
<div class="entry-box">
<input id="form_name" type="text" name="name" placeholder="Your name"
required="required" data-error="name is required." />
</div>
<div class="help-block with-errors"></div>
</div>
<div class="form-group dsn-up">
<div class="entry-box">
<input id="form_email" type="email" name="email"
placeholder="Your Email Address" required="required"
data-error="Valid email is required." />
</div>
<div class="help-block with-errors"></div>
</div>
</div>
<div class="form-group dsn-up">
<div class="entry-box">
<textarea id="form_message" class="form-control" name="message" rows="7"
placeholder="Tell me about your project or any questions you have"
required="required" data-error="Please,leave us a message."></textarea>
</div>
<div class="help-block with-errors"></div>
</div>
<div class="d-flex dsn-up">
<div class="image-zoom move-circle border-color-default border-style border-rdu"
data-dsn="parallax">
<input type="submit" value="Send Message">
</div>
</div>
</div>
</form>
</div>
</div>
<div class="box-info p-30 background-theme ">
<div class="icon-left dsn-icon-heading-color d-flex align-items-center h-100">
<div class="d-grid dsn-service icon-left align-items-center">
<div class="service-item p-relative grid-item style-box background-transparent">
<div class="service-item-inner number-item h-100">
<div class="dsn-icon"><i class="fas fa-map-marker-alt" aria-hidden="true"></i>
</div>
<div class="service-content p-relative">
<h4 class="service_title sm-title-block ">Address:</h4>
<div class="service_description mt-10 max-w570 dsn-auto">
<p>
Lima, Perú
</p>
</div>
</div>
</div>
</div>
<div class="service-item p-relative grid-item style-box background-transparent">
<div class="service-item-inner number-item h-100">
<div class="dsn-icon"><i class="fas fa-phone-volume" aria-hidden="true"></i>
</div>
<div class="service-content p-relative">
<h4 class="service_title sm-title-block ">
Phone:</h4>
<div class="service_description mt-10 max-w570 dsn-auto">
<p><strong>+51</strong> 93113706</p>
</div>
</div>
</div>
</div>
<div class="service-item p-relative grid-item style-box background-transparent">
<div class="service-item-inner number-item h-100">
<div class="dsn-icon"><i class="fas fa-envelope" aria-hidden="true"></i></div>
<div class="service-content p-relative">
<h4 class="service_title sm-title-block ">
Contact:</h4>
<div class="service_description mt-10 max-w570 dsn-auto">
<p>[email protected]</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ========== End Contact ========== -->
<!-- ========== Map ========== -->
<div class="map-custom hv-80" data-dsn-lat="51.5073509" data-dsn-len="-0.1277583" data-dsn-zoom="14"></div>
<!-- ========== End Map ========== -->
<!-- ========== Footer ========== -->
<footer id="dsn_footer" class="dsn-footer p-relative footer-animate svg-animate background-section">
<svg class="dsn-separator dsn-separator-up dsn-icon-main-color" width="100%" height="100%"
viewBox="0 0 100 10" preserveAspectRatio="none">
<path class="path-anim separator__path" data-dsn-to="M 0 0 C 40 0 55 0 100 0 L 0 0 Z"
vector-effect="non-scaling-stroke" d="M 0 0 C 40 16 75 10 100 0 L 0 0 Z"></path>
</svg>
<div class="footer-content p-relative mt-section">
<div class="text-center container">
<h2 class="title-h2 ">
LET'S BUILD SOMETHING
<span class="d-block"><b><i>AMAZING </i></b>TOGETHER</span>
</h2>
<div class="dsn-icon-heading-color dsn-def-btn d-flex justify-content-center mt-30">
<a class="dsn-btn dsn-border border-color-default background-main effect-ajax has-icon-left"
href="" data-dsn-text=":)">
<span class="dsn-icon dsn-bg-before btn-icon-left heading-color z-index-1">
<i class="fas fa-angle-right" aria-hidden="true"></i>
</span>
<span class="title-btn p-relative z-index-1 ">:)</span>
</a>
</div>
</div>
<div class="dsn-container pt-60">
<div class="justify_margin d-grid grid-lg-3 grid-md-2">
<div class="grid-col-1">
<div class="dsn-logo main-logo">
<div class="main-logo">
<a href="https://dsngrid.com/blackdsn/" data-dsn-text="Blackdsn"
class="custom-logo-link main-brand effect-ajax" rel="home">
<img class="custom-logo logo-light" src="assets/img/logo-light.png"
alt="Blackdsn" />
<img class="custom-logo logo-dark" src="assets/img/logo.png"
alt="Blackdsn" />
</a>
</div>
</div>
<ul class="dsn-socials box-social mt-20 dsn-icon-heading-color">
<li><a href="https://www.facebook.com/PyNef" target="_blank" rel="nofollow"
class="init-color move-circle border-color-default"
data-dsn="parallax"><span class="dsn-icon"><i
class="fab fa-facebook-f"></i></span><span>FB</span></a>
</li>
<li><a href="https://twitter.com/PyNef" target="_blank" rel="nofollow"
class="init-color move-circle border-color-default"
data-dsn="parallax"><span class="dsn-icon"><i
class="fab fa-twitter"></i></span><span>TW</span></a>
</li>
<li><a href="https://www.linkedin.com/in/nefiarroyo/" target="_blank" rel="nofollow"
class="init-color move-circle border-color-default"
data-dsn="parallax"><span class="dsn-icon"><i
class="fab fa-linkedin-in"></i></span><span>LN</span></a></li>
<li><a href="https://www.instagram.com/pynef42/" target="_blank" rel="nofollow"
class="init-color move-circle border-color-default"
data-dsn="parallax"><span class="dsn-icon"><i
class="fab fa-instagram"></i></span><span>IN</span></a>
</li>
</ul>
</div>
<div class="grid-col-3">
<h4 class="subtitle p-relative line-shape line-shape-after "><span
class="background-revere ">CONTACT</span>
</h4>
<div class="col-contact">
<p><strong>Phone</strong> : +51 93113706</p>
<!-- <p class="mt-10"><strong>F</strong> :+001 225 3351</p> -->
<p class="over-hidden mt-10">
<strong>Email</strong> : <a class="link-hover" href="#"
data-hover-text="[email protected]">[email protected]</a>
</p>
</div>
</div>
<div class="grid-col-4">
<h4 class="subtitle p-relative line-shape line-shape-after "><span
class="background-revere ">ADDRESS</span>
</h4>
<div class="col-address">
<p>
Lima, <Strong>Perú</Strong>
</p>
</div>
</div>
</div>
<div class="footer-bottom mt-60 pt-30 border-top pb-30 text-center">
<p class="over-hidden">
Copyright © 2023 Nefi Arroyo
</p>
</div>
</div>
</div>
</footer>
<!-- ========== End Footer ========== -->
</div>
</main>
<!-- ========== Cursor ========== -->
<div id="dsn_cursor" class="ball"></div>
<div id="dsn_cursor_inner" class="ball"></div>
<!-- ========== End Cursor ========== -->
<!-- ========== Social ========== -->
<div class="social-side d-flex align-items-center flex-column justify-content-center">
<ul class="socials d-flex flex-column-reverse">
<li style="--dsn-index-animate : 0;">
<a href="https://www.facebook.com/PyNef" target="_blank" rel="nofollow">
<i class="fab fa-facebook-f" aria-hidden="true"></i> <span>Fb</span>
</a>
</li>
<li style="--dsn-index-animate : 1;">
<a href="https://www.instagram.com/pynef42/" target="_blank" rel="nofollow">
<i class="fab fa-instagram" aria-hidden="true"></i><span>Instagram</span>
</a>
</li>
<li style="--dsn-index-animate : 2;">
<a href="https://twitter.com/PyNef" target="_blank" rel="nofollow">
<i class="fab fa-twitter" aria-hidden="true"></i><span>Tw</span>
</a>
</li>
<li style="--dsn-index-animate : 3;">
<a href="https://www.linkedin.com/in/nefiarroyo/" target="_blank" rel="nofollow">
<i class="fab fa-linkedin-in" aria-hidden="true"></i><span>Linkedin</span>
</a>
</li>
</ul>
<div class="icon">FOLLOW US</div>
</div>
<!-- ========== End Social ========== -->
<!-- ========== Style Option Page ========== -->
<div id="dsn_box_options" class="day-night">
<div class="night active" data-dsn-theme="dark">
<svg width="48" height="48" viewBox="0 0 48 48">
<rect x="12.3" y="23.5" width="2.6" height="1"></rect>
<rect x="16.1" y="15.3" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -6.8871 16.5732)" width="1"
height="2.6"></rect>
<rect x="23.5" y="12.3" width="1" height="2.6"></rect>
<rect x="30.1" y="16.1" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -2.5145 27.0538)" width="2.6"
height="1"></rect>
<rect x="33.1" y="23.5" width="2.6" height="1"></rect>
<rect x="30.9" y="30.1" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -12.9952 31.4264)" width="1"
height="2.6"></rect>
<rect x="23.5" y="33.1" width="1" height="2.6"></rect>
<rect x="15.3" y="30.9" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -17.3677 20.9457)" width="2.6"
height="1"></rect>
<path
d="M24,18.7c-2.9,0-5.3,2.4-5.3,5.3s2.4,5.3,5.3,5.3s5.3-2.4,5.3-5.3S26.9,18.7,24,18.7z M24,28.3c-2.4,0-4.3-1.9-4.3-4.3s1.9-4.3,4.3-4.3s4.3,1.9,4.3,4.3S26.4,28.3,24,28.3z">
</path>
</svg>
</div>
<div class="moon" data-dsn-theme="night">
<svg width="48" height="48" viewBox="0 0 48 48">
<path
d="M24,33.9c-5.4,0-9.9-4.4-9.9-9.9c0-4.3,2.7-8,6.8-9.4l0.8-0.3l-0.1,0.9c-0.2,0.6-0.2,1.3-0.2,1.9c0,5.2,4.3,9.5,9.5,9.5c0.6,0,1.3-0.1,1.9-0.2l0.8-0.2L33.3,27C32,31.1,28.3,33.9,24,33.9z M20.4,15.9c-3.2,1.4-5.3,4.5-5.3,8.1c0,4.9,4,8.9,8.9,8.9c3.6,0,6.7-2.1,8.1-5.3c-0.4,0-0.8,0.1-1.3,0.1c-5.8,0-10.5-4.7-10.5-10.5C20.4,16.7,20.4,16.3,20.4,15.9z">
</path>
</svg>
</div>
</div>
<!-- ========== End Style Option Page ========== -->
<!-- ========== Line BG ========== -->
<div id="line_head"><span class="container"></span></div>
<!-- ========== End Line BG ========== -->
<script src="assets/js/jquery-3.1.1.min.js"></script>
<script src="assets/js/plugins.min.js"></script>
<script src="assets/js/plugins/dsn-grid.min.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>