-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
364 lines (291 loc) · 14.3 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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
<!DOCTYPE html>
<html class="">
<head>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/function.js"></script>
<script>
$(function() {
$("#pen").load("assets/img/icon-pencil.html");
$("#mo").load("assets/img/icon-mouse.html");
$("#br").load("assets/img/icon-browser.html");
$("#vi").load("assets/img/icon-video.html");
$("#nex").load("assets/img/clients/icon-arrow-next.html");
$("#pre").load("assets/img/clients/icon-arrow-prev.html");
$(".client-quote-mark").load("assets/img/clients/icon-quote-mark.html");
});
</script>
<meta charset="UTF-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Artists Theme</title>
<link rel="stylesheet" href="assets/css/all.css">
<link rel="stylesheet" href="assets/css/font-icon/font-icon.css">
<link rel="stylesheet" href="assets/css/header.css">
<link rel="stylesheet" href="assets/css/footer.css">
<link rel="stylesheet" href="assets/css/about.css">
<link rel="stylesheet" href="assets/css/animation/animation.css">
<link rel="stylesheet" href="assets/css/work.css">
<link rel="stylesheet" href="assets/css/spinner.css">
<link rel="stylesheet" href="assets/css/clients.css">
<link rel="stylesheet" href="assets/css/contact.css">
<link rel="stylesheet" href="assets/css/email.css">
</head>
<body>
<header>
<a href=""><div class="logo"></div></a>
<nav>
<a href="#about-me">About ME</a>
<a href="#work">Work</a>
<a href="#clients">Client</a>
<a href="#contact">Contact</a>
</nav>
<h1><span>My new Theme</span></h1>
<p class="kicker"> Thinker // Designer // YouTuber</p>
</header>
<section>
<h3 id="about-me">About Myself</h3>
<div class="face-lockup">
<div class="face-img"></div>
<div class="icon-pencil"><span id="pen"></span></div>
<div class="icon-mouse"><span id="mo" style="left: 33%"></span></div>
<div class="icon-browser"><span id="br"></span></div>
<div class="icon-video"><span id="vi"></span></div>
</div>
<div class="blurb">
<p><strong> Behdad specializes in making things</strong> for human people.Most of the things he makes are <a href="#">digital interfaces</a>,but he also puts effort into crafting <a href="#">next-level</a> beats and <a href="#">Youtube videos</a> about making codes happen.
</p>
</div>
<div class="skill-lockup">
<div class="skill-unit">
<div class="skill-label">Communication</div>
<div class="skill-icons skill-9">
<span></span><span></span><span></span><span></span><span></span>
<span></span><span></span><span></span><span></span><span></span>
</div>
</div>
<div class="skill-unit">
<div class="skill-label">Organization</div>
<div class="skill-icons skill-7">
<span></span><span></span><span></span><span></span><span></span>
<span></span><span></span><span></span><span></span><span></span>
</div>
</div>
<div class="skill-unit">
<div class="skill-label">Learning</div>
<div class="skill-icons skill-10">
<span></span><span></span><span></span><span></span><span></span>
<span></span><span></span><span></span><span></span><span></span>
</div>
</div>
<div class="skill-unit">
<div class="skill-label">Teaching</div>
<div class="skill-icons skill-6">
<span></span><span></span><span></span><span></span><span></span>
<span></span><span></span><span></span><span></span><span></span>
</div>
</div>
<div class="skill-unit">
<div class="skill-label">Planning</div>
<div class="skill-icons skill-7">
<span></span><span></span><span></span><span></span><span></span>
<span></span><span></span><span></span><span></span><span></span>
</div>
</div>
<div class="skill-unit">
<div class="skill-label">Visual Design</div>
<div class="skill-icons skill-8">
<span></span><span></span><span></span><span></span><span></span>
<span></span><span></span><span></span><span></span><span></span>
</div>
</div>
<div class="skill-unit">
<div class="skill-label">UX Design</div>
<div class="skill-icons skill-8">
<span></span><span></span><span></span><span></span><span></span>
<span></span><span></span><span></span><span></span><span></span>
</div>
</div>
<div class="skill-unit">
<div class="skill-label">Programming</div>
<div class="skill-icons skill-9">
<span></span><span></span><span></span><span></span><span></span>
<span></span><span></span><span></span><span></span><span></span>
</div>
</div>
<div class="clear"></div>
</div>
</section>
<section class="alt-section section-work">
<h3 id="work">Work</h3>
<div class="work-belt">
<div class="thumb-wrap">
<div class="thumb-container">
<div data-folder="proj-1" class="thumb-unit" style="background: url(assets/img/work/proj-1/thumb.jpg);">
<div class="thumb-overlay">
<strong>Typo International</strong>
<div class="zoom-icon"></div>
</div>
</div>
<div data-folder="proj-2" class="thumb-unit" style="background: url(assets/img/work/proj-2/thumb.jpg);">
<div class="thumb-overlay">
<strong>Pancake yummy</strong>
<div class="zoom-icon"></div>
</div>
</div>
<div data-folder="proj-3" class="thumb-unit" style="background: url(assets/img/work/proj-3/thumb.jpg);">
<div class="thumb-overlay">
<strong>Fashion new model</strong>
<div class="zoom-icon"></div>
</div>
</div>
<div data-folder="proj-4" class="thumb-unit" style="background: url(assets/img/work/proj-4/thumb.jpg);">
<div class="thumb-overlay">
<strong>Typo</strong>
<div class="zoom-icon"></div>
</div>
</div>
<div data-folder="proj-5" class="thumb-unit" style="background: url(assets/img/work/proj-5/thumb.jpg);">
<div class="thumb-overlay">
<strong>War and benefits</strong>
<div class="zoom-icon"></div>
</div>
</div>
<div data-folder="proj-6" class="thumb-unit" style="background: url(assets/img/work/proj-6/thumb.jpg);">
<div class="thumb-overlay">
<strong>Traveling abroad</strong>
<div class="zoom-icon"></div>
</div>
</div>
<div data-folder="proj-7" class="thumb-unit" style="background: url(assets/img/work/proj-7/thumb.jpg);">
<div class="thumb-overlay">
<strong>Delicious</strong>
<div class="zoom-icon"></div>
</div>
</div>
<div data-folder="proj-8" class="thumb-unit" style="background: url(assets/img/work/proj-8/thumb.jpg);">
<div class="thumb-overlay">
<strong>Skate is always Fun</strong>
<div class="zoom-icon"></div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="work-wrap">
<div class="work-container">
<div class="work-return"></div>
<h4 class="project-title">Typo International Design Talks</h4>
<div class="project-load"></div>
</div>
</div>
<div class="clear"></div>
</div>
</section>
<section class="section-clients">
<h3 id="clients">Clients</h3>
<div class="client-controls">
<div id="nex" class="client-control-next"></div>
<div id="pre" class="client-control-prev"></div>
</div>
<div class="client-mobile-nav">
<span></span><span></span><span></span><span></span>
</div>
<div class="clients-belt">
<div class="client-unit">
<figure class="client-face">
<img src="assets/img/clients/face1.png" alt="client-face">
<strong class="client-name">Scott Summers</strong>
<em class="client-title">Director of Design, Quebec Int.</em>
</figure>
<div class="client-content">
<div class="client-quote-mark"></div>
<p><strong>Behdad Kardgar thought that having pots of money </strong>would make staying married a big challenge. “Marriage for most people is a marathon. There are lots of times you might feel like quitting but you stick with it,” wrote Sullivan, often because divorce is expensive and messy. Because divorce is easier for rich people they “have less motivation to slog through the hard patches.”</p>
</div>
</div>
<div class="client-unit">
<figure class="client-face">
<img src="assets/img/clients/face2.png" alt="client-face">
<strong class="client-name">Milad Summers</strong>
<em class="client-title">Director of Design, Quebec Int.</em>
</figure>
<div class="client-content">
<div class="client-quote-mark"></div>
<p><strong>Milad Kardgar thought that having pots of money </strong>would make staying married a big challenge. “Marriage for most people is a marathon. There are lots of times you might feel like quitting but you stick with it,” wrote Sullivan, often because divorce is expensive and messy. Because divorce is easier for rich people they “have less motivation to slog through the hard patches.”</p>
</div>
</div>
<div class="client-unit">
<figure class="client-face">
<img src="assets/img/clients/face3.jpg" alt="client-face">
<strong class="client-name">"Mehdi Summers</strong>
<em class="client-title">Director of Design, Quebec Int.</em>
</figure>
<div class="client-content">
<div class="client-quote-mark"></div>
<p><strong> Mehdi Kardgar thought that having pots of money </strong>would make staying married a big challenge. “Marriage for most people is a marathon. There are lots of times you might feel like quitting but you stick with it,” wrote Sullivan, often because divorce is expensive and messy. Because divorce is easier for rich people they “have less motivation to slog through the hard patches.”</p>
</div>
</div>
<div class="client-unit">
<figure class="client-face">
<img src="assets/img/clients/face4.jpg" alt="client-face">
<strong class="client-name">Behdad Summers</strong>
<em class="client-title">Director of Design, Quebec Int.</em>
</figure>
<div class="client-content">
<div id="qou" class="client-quote-mark"></div>
<p><strong>Behdad Kardgar thought that having pots of money </strong>would make staying married a big challenge. “Marriage for most people is a marathon. There are lots of times you might feel like quitting but you stick with it,” wrote Sullivan, often because divorce is expensive and messy. Because divorce is easier for rich people they “have less motivation to slog through the hard patches.”</p>
</div>
</div>
</div>
<div class="clients-logos">
<img class="client-logo" src="assets/img/clients/logo1.png">
<img class="client-logo" src="assets/img/clients/logo2.png">
<img class="client-logo" src="assets/img/clients/logo3.png">
<img class="client-logo" src="assets/img/clients/logo4.png">
</div>
</section>
<section class="alt-section section-contact">
<h3 id="contact">Contact</h3>
<div class="social-links">
<a href="" class="icon-twitter-square"></a>
<a href="" class="icon-google-plus"></a>
<a href="" class="icon-linkedin"></a>
<a href="" class="icon-instagram"></a>
<a href="" class="icon-facebook-square"></a>
</div>
<hr class="bar">
<a class="biglink" href="mailto:[email protected]"> [email protected]</a>
</section>
<section>
<h3> Let's work together</h3>
<form method="post" action="//forms.brace.io/[email protected]">
<div class="contact-info-group">
<label><span>Your Name</span>
<input type="text" name="name"></label>
<label><span>Your Email</span>
<input type="email" name="_replyto"></label>
</div>
<label><span>Tell me about your project</span>
<textarea name="message"></textarea></label>
<div class="submit-wrap">
<input type="submit" value="send">
</div>
</form>
</section>
<footer>
<div class="lockup">
<div class="logof"> </div>
<div class="content-wrap">
<nav>
<a class="buttoma" href="#about-me">About ME</a>
<a class="buttoma" href="#work">Work</a>
<a class="buttoma" href="#clients">Client</a>
<a class="buttoma" href="#contact">Contact</a>
</nav>
<p class="copyright">All content copyright 2014</p>
</div>
<div class="clear"></div>
</div>
</footer>
</body>
</html>