-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
135 lines (124 loc) · 5.01 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Erasmo Hernández Front-End Developer</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-148517227-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-148517227-1');
</script>
</head>
<body>
<header>
<div class="logo">Erasmo Hernández</div>
<div class="cv">
<a href="https://www.linkedin.com/in/erasmo-hern%C3%A1ndez-74941228/?locale=en_US" target="_blank">Linkedin</a>
</div>
</header>
<main>
<div class="me">
<p><img src="./img/pc-man.png" alt="" height="100"></p>
<p>Hi! I'm <strong>Erasmo Hernández</strong>. I'm a Front-End developer.<br><br>If you want to know more about what I do, <a href="https://www.linkedin.com/in/erasmo-hern%C3%A1ndez-74941228/?locale=en_US" target="_blank">look at my Linkedin</a> or scroll down to see the portfolio I coded in a few minutes.</p>
</div>
<div class="projects">
<div class="single">
<h2>Lollapalooza Chile</h2>
<p>Design and code landings, mailings, and admin content for the biggest music festival in Chile.</p>
<img src="./img/lolla.jpg" alt="">
<a href="https://lollapaloozacl.com/" target="_blank">Visit</a>
</div>
<div class="single">
<h2>Santiago Gets Louder</h2>
<p>Wordpress custom work for one of the most important Heavy Metal Concert in Chile.</p>
<img src="./img/sgl.jpg" alt="">
<a href="https://santiagogetslouder.cl/" target="_blank">Visit</a>
</div>
<div class="single">
<h2>Ministerio de Justicia Chile</h2>
<p>Wordpress mods for Min of Justice of Chile, Human Rights 2018 campaign.</p>
<img src="./img/minju.jpg" alt="">
<a href="http://bread-test.com/min" target="_blank">Visit</a>
</div>
<div class="single">
<h2>Lotus</h2>
<p>Wordpress custom work for the producers of Lollapalooza and more than 30 big concerts every year in Chile.</p>
<img src="./img/lotus.jpg" alt="">
<a href="https://www.lotuspro.cl/" target="_blank">Visit</a>
</div>
<div class="single">
<h2>Integral Soccer Training</h2>
<p>Wordpress solution a soccer academy in Dallas and Orlando, USA.</p>
<img src="./img/ist.jpg" alt="">
<a href="http://integralsoccertraining.com/" target="_blank">Visit</a>
</div>
<div class="single">
<h2>Club Chocolate</h2>
<p>A few of CSS to fix UX in the Wordpress custom theme of the most famous Night Club of Santiago, Chile.</p>
<img src="./img/chocolate.jpg" alt="">
<a href="https://clubchocolate.cl/" target="_blank">Visit</a>
</div>
<div class="single">
<h2>Cobil</h2>
<p>UX / Wordpress custom work for a special Clinic in Chile.</p>
<img src="./img/cobil.jpg" alt="">
<a href="https://www.cobil.cl/" target="_blank">Visit</a>
</div>
<div class="single">
<h2>Hidrolageno</h2>
<p>Wordpress custom work for the brand and manage the content.</p>
<img src="./img/hq10.jpg" alt="">
<a href="https://hidrolagenoq10.cl/" target="_blank">Visit</a>
</div>
<div class="single">
<h2>Steelpunk</h2>
<p>CSS / JS codes to fix UX in the Gym company website.</p>
<img src="./img/steelpunk.jpg" alt="">
<a href="https://steelpunk.cl/" target="_blank">Visit</a>
</div>
<div class="single">
<h2>Petrizzio</h2>
<p>Wordpress custom work and Backend of intranet for one of the most important cosmetic Brands in Chile</p>
<img src="./img/petrizzio.jpg" alt="">
<a href="https://petrizzio.cl/" target="_blank">Visit</a>
</div>
<div class="single">
<h2>Futbolestodo</h2>
<p>This is my baby, I put this web online in 2009, since then my life changed. It's a bit abandoned.</p>
<img src="./img/futbolestodo.jpg" alt="">
<a href="https://futbolestodo.com/" target="_blank">Visit</a>
</div>
<div class="single">
<h2>Full Bike</h2>
<p>CSS codes to fix UX issues, specially on the mobile version of the web.</p>
<img src="./img/fullbike.jpg" alt="">
<a href="https://fullbike.cl/" target="_blank">Visit</a>
</div>
<div class="single">
<h2>Fundación Lotus</h2>
<p>Wordpress custom work for the Foundation Lotus in Chile</p>
<img src="./img/flotus.jpg" alt="">
<a href="http://www.sudamericanhost.com/fundacionlotus/" target="_blank">Visit</a>
</div>
<div class="single">
<h2>Mix Social Records</h2>
<p>Wordpress custom work for one of the Lotus projects in Chile</p>
<img src="./img/mix.jpg" alt="">
<a href="https://mixsocialrecords.cl/" target="_blank">Visit</a>
</div>
</div>
</main>
<footer>
<p>Proud <strong>Venezuelan</strong> <3 coding from <strong>Chile</strong>.</p>
</footer>
<!-- Add VUE CDN -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js"></script>
<!-- Add VUE CDN -->
</body>
</html>