-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·195 lines (158 loc) · 6.35 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
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
188
189
190
191
192
193
194
195
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Cache-control" content="private, max-age=86400">
<title>AEH Creative | UX/UI Designer.</title>
<meta name="description" content="Home of UX/UI Designer Arturo Herrero.">
<meta name="author" content="AEH Creative">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/style.min.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,700">
</head>
<body>
<div class="hidden" data-scroll-goto="0">^</div>
<div>
<header class="clear">
<nav class="mobileNav">
<ul>
<li>
<a data-scroll-nav="1" href="#portfolio">Portfolio</a>
<a data-scroll-nav="2" href="#about-me">About</a>
<a data-scroll-nav="3">Get In Touch</a>
</li>
</ul>
</nav>
<div class="wrapper">
<h1 class="logo"><a data-scroll-nav="0"><img src="images/logo.png" alt="AEH Creative"></a></h1>
<nav>
<ul>
<li>
<a data-scroll-nav="1">Portfolio</a>
<a data-scroll-nav="2">About</a>
<a data-scroll-nav="3">Get In Touch</a>
</li>
</ul>
</nav>
<button class="navTrigger"><img src="images/nav.svg" alt=""></button>
</div>
</header>
<section id="feature" data-scroll-index="0">
<div class="wrapper">
<article><img src="images/coup-website.png"></article>
</div>
</section>
<section id="portfolio">
<div class="wrapper-full" data-scroll-index="1">
<article>
<h2>Cycle Works</h2>
<span class="overlay"></span>
<img src="images/cycleworks.jpg" alt="" class="">
</article>
<article>
<h2>Coup Apparel</h2>
<span class="overlay"></span>
<img src="images/coup-cover.jpg" alt="" class="">
</article>
<article>
<h2>Salt & Light Clothing Co.</h2>
<span class="overlay"></span>
<img src="images/salt-light-cover.jpg" alt="" class="">
</article>
<article>
<h2>Prodigy Properties</h2>
<span class="overlay"></span>
<img src="images/produgy-cover.jpg" alt="" class="">
</article>
<article>
<h2>Unit 1</h2>
<span class="overlay"></span>
<img src="images/unit1.jpg" alt="" class="">
</article>
<article>
<h2>Misc. UI</h2>
<span class="overlay"></span>
<img src="images/ui1.jpg" alt="" class="">
</article>
</div>
</section>
<section id="about-me" data-scroll-index="2">
<img src="images/me.png">
<div class="about">
<h1>Hi, im arturo.</h1>
<p> I specialize in User Interface Design, User Experience and Front-End Development. I have alway found these three disciplines very tightly wound together in my career. Being told countless times to stay in my lane (Designer) i've had to fight to educate myself on all three in order to become a more well rounded creative. Having this Visual, Experiential and Technical knowledge helps me see the bigger picture when working on a project. One of my mentors once told me "Understanding the medium and user you design for, knowing one without the other is setting yourself up for failure". </p>
<br>
<p>When im not Designing or coding I like to spend time with my family. I have a beautiful wife Monique and twin boys Arthur & Alex. I enjoy the outdoors, phtography and film.</p>
<h2>Lets Connect</h2>
<ul>
<li><a target="_blank" href="https://twitter.com/aeh_creative" class="twitter">Twitter</a></li>
<li><a target="_blank" href="https://dribbble.com/arturo_herrero" class="dribbble">Dribbble</a></li>
<li><a target="_blank" href="https://www.behance.net/arthurherrero" class="behance">Behance</a></li>
</ul>
</div>
</section>
<section id="get-started" data-scroll-index="3">
<h3>Lets chat!</h3>
<p>Lets grab some coffee, lunch or even a beer! Im excited to hear about your next big idea and how we can work together to make it happen.</p>
<button><a target="_blank" href="mailto:[email protected]">Get In Touch</a></button>
</section>
<footer>
<h1 class="logo"><a href="index.html"><img src="images/logo.png"></a></h1>
<p>Copyright © 2014. All All images and work belong to and are reserved by AEH Creative Services, Inc.</p>
</footer>
</div>
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
<script src="js/scrollIt.js" type="text/javascript"></script>
<script>
$(function() {
//caches a jQuery object containing the header element
var header = $(".clear");
$(window).scroll(function() {
var scroll = $(window).scrollTop();
if (scroll >= 120) {
header.removeClass("clear").addClass("scrolled");
} else {
header.removeClass("scrolled").addClass("clear");
}
});
});
$(function() {
//caches a jQuery object containing the header element
var btt = $(".hidden");
$(window).scroll(function() {
var scroll = $(window).scrollTop();
if (scroll >= 1625) {
btt.removeClass("hidden").addClass("visable");
} else {
btt.removeClass("visable").addClass("hidden");
}
});
});
$(function(){
$('.navTrigger').click(function(e){
e.stopPropagation();
$('.mobileNav').fadeToggle();
});
$('.mobileNav').click(function(e){
e.stopPropagation();
$('.mobileNav').fadeToggle();
});
$(document).click(function(){
$('.mobileNav').fadeOut();
});
});
$(function(){
$.scrollIt({
upKey: 38, // key code to navigate to the next section
downKey: 40, // key code to navigate to the previous section
easing: 'linear', // the easing function for animation
scrollTime: 600, // how long (in ms) the animation takes
activeClass: 'active', // class given to the active nav element
onPageChange: null, // function(pageIndex) that is called when page is changed
topOffset: -100 // offste (in px) for fixed top navigation
});
});
</script>
</body>
</html>