-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
62 lines (50 loc) · 2.34 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Eden Hernandez - About</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="author" content="Eden Hernandez" />
<meta name="description" content="Eden Hernandez - About" />
<link href="css/style.css" rel="stylesheet">
<link href="css/about.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Work+Sans:200,300,400,500" rel="stylesheet">
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script src="js/scripts.js"></script>
</head>
<body>
<div class="bg"></div>
<div id="header">
<a href="index.html"><div class="logo-title"><span class="b">edenhernandez</span>design</div></a>
<div class="h-links">
<div class="burger-cross">
<div id="nav-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
<ul>
<li><a href="cv.html"><div class="linktext">My CV</div></a></li>
<li><a href="about.html"><div class="linktext">About</div></a></li>
<li><a href="contact.html"><div class="linktext">Contact</div></a></li>
</ul>
</div>
</div>
<div id="content">
<div class="text-row">
<p>Hi.</p>
<p>I'm Edén Hernández.</p>
<p>I'm an Andalusian designer born in Granada, raised in Cádiz (southern Spain).</p>
<p>I've been a consultant, developer and UX designer until I became a freelance graphic designer.</p>
<p>I enjoy working with people, helping them find their visual identity and creating audiovisual experiences.</p>
<p>I love music, movies and basically all kinds of art. I always have a guitar close to me, but I also find happiness
in front of a piano, behind a video camera or discovering a new land and culture.</p>
<p>In 2018 I travelled from Colombia to Mexico with Bonny and Macondo (my backpack and my ukelele).</p>
<p>I'm veggie and I love good, healthy food, craft beers and Spanish wine.</p>
</div>
</div>
</body>
</html>