-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
187 lines (171 loc) · 7.8 KB
/
index.html
File metadata and controls
187 lines (171 loc) · 7.8 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Carles Hervera Website</title>
<meta name="robots" content="index, follow" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Oswald:300,400,500|Roboto+Condensed:400,400i|Roboto:400,700"
rel="stylesheet">
<link rel="stylesheet" href="./node_modules/normalize.css/normalize.css">
<link rel="stylesheet" href="./assets/css/main.css">
</head>
<body>
<header>
<div id="toggle-nav" class="toggler-nav" data-target="main-menu">
<span>Open Menu</span>
</div>
<nav id="main-menu">
<a href="#about-me" title="About Me">About Me</a>
<a href="#articles" title="Articles">Articles</a>
<a href="#employement" title="Employement">Employement</a>
<a href="#contact" title="Contact">Contact</a>
</nav>
</header>
<section id="start" class="screen-size">
<h1 class="h1">Carles Hervera</h1>
<h2 class="h2">full-stack developer // software engineer</h2>
</section>
<section id="about-me" class="dark screen-size">
<h1 class="h1">About Me</h1>
<p>
Soy un apasionado de los proyectos web y del mundo de internet en general. Me gusta la tecnología y
trabajar con ella. <br />
Cuento con más de diez años de experiencia desarrollando software.<br />
En la actualidad trabajo en desarrollando proyectos Frontend con las últimas tecnologías (Angular,
AngularJS y otros).<br />
Me encargo de gestionar los proyectos, darles forma y encontrar la mejor solución para ayudar a nuestros
clientes a conseguir sus objetivos.
</p>
<div class="featured social-networks">
<a href="https://www.linkedin.com/in/carleshervera/">Linkedin</a><br />
<a href="https://twitter.com/chervera">Twitter</a><br />
<a href="https://github.com/chervera">Github</a>
</div>
</section>
<section id="employement" class="screen-size">
<h1 class="h1">Employement</h1>
<div class="timeline">
<div class="event">
<div class="header">
<div class="wrapper">
<span class="year">2008</span>
<span class="title">INDRA</span>
</div>
</div>
<span class="description">Trabajé en INDRA, donde aprendí a trabajar en proyectos complejos que exigían
de un gran conocimiento tecnológico, capacidad de aprendizaje constante y facilidad para el trabajo
en equipo.</span>
</div>
<div class="event">
<div class="header">
<div class="wrapper">
<span class="year">2012</span>
<span class="title">AXON</span>
</div>
</div>
<span class="description">Inicié mi propia empresa, AXON, donde
aprendí del trato con el cliente, la venta y la
gestión de proyectos desde el principio
hasta el fin, realizando toma de requisitos,
consultoría, diseño, ejecución y manteni-
miento. También aprendí a gestionar
equipos, tratar con las personas y sacar lo
mejor de ellas.
</span>
</div>
<div class="event">
<div class="header">
<div class="wrapper">
<span class="year">2017</span>
<span class="title">ILERNA ONLINE</span>
</div>
</div>
<span class="description"> En mi paso por Ilerna Online tomé contacto con la formación, un tema que
siempre me ha interesado. Es una buena forma de crear mejores equipos y de sentar mejor los
conocimientos propios.</span>
</div>
<div class="event">
<div class="header">
<div class="wrapper">
<span class="year">2018</span>
<span class="title">INDRA</span>
</div>
</div>
<span class="description">He vuelto a Indra donde ejecuto todo lo aprendido y sigo creciendo.</span>
</div>
</ul>
</section>
<section id="articles" class="grey screen-size">
<h1 class="h1">Articles</h1>
<div class="article-list">
<a class="article" href="article.php">
<div class="header">
<img src="assets/img/articles/usabilidad.jpg" alt="Usabilidad UX" />
</div>
<div class="content featured type1">
<h2 class="h2">Porque la usabilidad no se mide en numero de clicks y otros mitos</h2>
<p>
Cuando hay que tomar decisiones en torno a la usabilidad o UX de nuestra aplicación es bueno
saber como medir este parametro.
</p>
</div>
</a>
</div>
<a class="more" href="#">
Ver todos
</a>
</section>
<section id="contact-me" class="screen-size">
<div class="header dark">
<div class="featured">
<img src="assets/img/all-of-mi.jpg" alt="All of me" />
</div>
</div>
<div class="content">
<h1 class="h1">chervera@gmail.com</h1>
<ul class="social-networks icons">
<li>
<a href="https://www.linkedin.com/in/carleshervera/" class="linked-in" title="Linked In">LinkedIn</a>
</li>
<li>
<a href="https://twitter.com/chervera" class="twitter" title="Twitter">Twitter</a>
</li>
<li>
<a href="https://github.com/chervera" class="github" title="Github">Github</a>
</li>
</ul>
</div>
</section>
<script src="assets/js/main.js"></script>
<script>
const firstSectionToShowMenuId = 'start';
const lastSectionToShowWhiteId = 'about-me';
const marginToShowMenu = 80;
function checkMenuVisibility() {
let top = window.pageYOffset || document.documentElement.scrollTop;
const firstSectionToShowMenuElement = document.getElementById(firstSectionToShowMenuId);
const lastSectionToShowWhiteElement = document.getElementById(lastSectionToShowWhiteId);
if (!firstSectionToShowMenuElement || !lastSectionToShowWhiteElement) {
console.error("No first or last section to show menu");
return;
}
const firstSectionToShowBounding = firstSectionToShowMenuElement.getBoundingClientRect();
const lastSectionToShowWhiteBounding = lastSectionToShowWhiteElement.getBoundingClientRect();
if ((firstSectionToShowBounding.height + firstSectionToShowBounding.top - marginToShowMenu) < 0) {
toggler.classList.add('show');
} else {
toggler.classList.remove('show');
toggler.classList.remove('pressed');
menu.classList.remove('opened');
}
if ((lastSectionToShowWhiteBounding.height + lastSectionToShowWhiteBounding.top - marginToShowMenu) < 0) {
toggler.classList.add('black');
} else {
toggler.classList.remove('black');
}
}
document.addEventListener('scroll', checkMenuVisibility);
</script>
</body>
</html>