-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·65 lines (65 loc) · 3.05 KB
/
index.html
File metadata and controls
executable file
·65 lines (65 loc) · 3.05 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
<!DOCTYPE html>
<html class='no-js' lang='en'>
<head>
<meta charset='utf-8'>
<title>Gema Gonzalez: web and interfaces designer</title>
<meta name="description" content="This is the site of Gema González, web and interfaces designer">
<meta name="keywords" content="Gema González, gemgon, web designer, frontend, web design, interface designer, ux, user experiences, html5, css3">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<meta name="google-site-verification" content="wyDej1tfxATZvTLNfWaDR3r7kz04pwRQES_XQ9PI4R0" />
<link href='css/style.css' rel='stylesheet'>
</head>
<body>
<header>
<div class="container">
<h1><a href="./index.html">Gema González</a></h1>
<h2>web <span class="visible">& interfaces </span>designer</h2>
<a href="mailto:hello@gemgon.com" class="hidden">hello@gemgon.com</a>
</div> <!-- end .container -->
</header>
<div class="main">
<div class="container">
<p>I'm a freelance web and interface designer based in Madrid. I love creating simple, clean and understandable user experiences for web and mobile products. I like to follow standards and keep the code easy to understand and mantain. My main goal when designing is the beauty of simplicity.
</p>
<p>I specialized in design for Ruby on Rails projects so I integrate code into rails views and layouts working close with the development teams.
</p>
<ul class="main-list">
<li>
<i class="icon-big"><span class="span-icon">{...}</span></i>
<h3>html5 + css3</h3>
<p>I work with the last versions of web languages to build amazing interfaces.</p>
</li>
<li>
<i class="icon-big icon-ux"></i>
<h3>ux</h3>
<p>User experience is the central point of my work when designing interfaces.</p>
</li>
<li>
<i class="icon-big icon-rwd"></i>
<h3>rwd</h3>
<p>I can adapt a design to make it responsive and be optimal displayed in any device.</p>
</li>
<li>
<i class="icon-big icon-git"></i>
<h3>git</h3>
<p>I find git and GitHub the best tools to keep track of my code and share it.</p>
</li>
<li>
<i class="icon-big icon-rails"></i>
<h3>rails views</h3>
<p>I can work with rails dev teams integrating the front-end code into views and layouts.</p>
</li>
</ul>
<p>If you want to know more about my work, you can visit <a href="https://github.com/gemgon">github</a> or see my <a href="./portfolio.html">portfolio</a>. You can also write me an email at: </p>
<p class="highlighted-container">
<a href="mailto:hello@gemgon.com" class="highlighted">hello@gemgon.com</a>
</p>
</div> <!-- end .container -->
</div> <!-- end.main -->
<footer>
<div class="container">
<p>© 2013 Gema González :: gemgon</p>
</div>
</footer>
</body>
</html>