-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
102 lines (102 loc) · 5.33 KB
/
Copy pathportfolio.html
File metadata and controls
102 lines (102 loc) · 5.33 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
<!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>Portfolio</h2>
<a href="mailto:hello@gemgon.com" class="hidden">hello@gemgon.com</a>
</div> <!-- end .container -->
</header>
<div class="main">
<div class="container">
<p class="introduction">
This selection is a sample of my latest works as an interfaces designer. If you want to know more or you like what you see and want to talk with me, say hi here: <a href="mailto:hello@gemgon.com">hello@gemgon.com</a>.
</p>
<div class="work first-work">
<h3><a href="http://www.groleplay.com/" target="_blank">gRole</a></h3>
<p>
gRole is a website for online role playing. I was in charge of the user interaction proccess and also customized the existent bootstrap layer style to suit the brand.
</p>
<ul class="tag-list">
<li class="tag"><span class="tag-hole"></span>UX</li>
<li class="tag"><span class="tag-hole"></span>interfaces design</li>
<li class="tag"><span class="tag-hole"></span>css</li>
<li class="tag"><span class="tag-hole"></span>rails views</li>
</ul>
<a href="http://www.groleplay.com/" target="_blank" class="img-link">
<img src="./img/gRole.png" alt="gRole-image">
</a>
</div> <!-- end .work -->
<div class="work">
<h3><a href="./alphars.html" target="_blank">Alpha Research Station</a></h3>
<p>
Alpha is a platform created to connect the scientific community with open source developers. My role has been to design the interface and the visual design.
</p>
<ul class="tag-list">
<li class="tag"><span class="tag-hole"></span>UX</li>
<li class="tag"><span class="tag-hole"></span>information architecture</li>
<li class="tag"><span class="tag-hole"></span>interfaces design</li>
<li class="tag"><span class="tag-hole"></span>visual design</li>
</ul>
<a href="./alphars.html" target="_blank" class="img-link"><img src="./img/ars_small.png" alt="AlphaRS-image"></a>
</div> <!-- end .work -->
<div class="work">
<h3><a href="https://www.centrodeinnovacionbbva.com" target="_blank">BBVA</a></h3>
<p>
As part of the design team of <a href="http://aspgems.com/" target="_blank">ASPgems</a> I translated the new design of the BBVA Innovation Center into html and css code.
</p>
<ul class="tag-list">
<li class="tag"><span class="tag-hole"></span>html/css</li>
</ul>
<a href="https://www.centrodeinnovacionbbva.com" target="_blank" class="img-link">
<img src="./img/bbva.png" alt="BBVA-image">
</a>
</div> <!-- end .work -->
<div class="work">
<h3><a href="./kids.html" target="_blank">Our Kids App</a></h3>
<p>
This is a prototype of a web application aimed to improve the daily communication between parents and teachers of nursery schools.
</p>
<ul class="tag-list">
<li class="tag"><span class="tag-hole"></span>UX</li>
<li class="tag"><span class="tag-hole"></span>information architecture</li>
<li class="tag"><span class="tag-hole"></span>wireframing</li>
<li class="tag"><span class="tag-hole"></span>prototyping</li>
</ul>
<a href="./kids.html" target="_blank" class="img-link"><img src="./img/kidsapp.png" alt="Our Kids App-image"></a>
</div> <!-- end .work -->
<div class="work">
<h3><a href="http://www.indi-tec.es" target="_blank">Inditec</a></h3>
<p>Redesigning from scratch of corporate website.</p>
<ul class="tag-list">
<li class="tag"><span class="tag-hole"></span>UX</li>
<li class="tag"><span class="tag-hole"></span>information architecture</li>
<li class="tag"><span class="tag-hole"></span>visual design</li>
<li class="tag"><span class="tag-hole"></span>html/css</li>
</ul>
<a href="http://www.indi-tec.es" target="_blank" class="img-link">
<img src="./img/inditec.png" alt="Inditec-image">
</a>
</div> <!-- end .work -->
<p class="final-p">
If you want to see other previous works or you like what you see, please contact me at: <a href="mailto:hello@gemgon.com">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>