-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
71 lines (67 loc) · 2.18 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
---
layout: default
---
<div class="content__about text-center">
<p>Creative focus on simplicity and things that appear on screens</p>
<a href="/about/" class="read-more">About us</a>
</div>
<div class="content__work-shot">
<div class="row">
<div class="small-12 medium-6 columns">
<!--<div class="item">
<span class="item__hover">
<img src="/assets/img/ryehoun-aban-2.png" alt="">
<span class="layer"></span>
</span>
<span class="item__title">Aban - Premium Wordpress Theme</span>
</div>-->
<div class="item">
<a href="/portfolio/adad/">
<span class="item__hover">
<img src="/assets/img/portfolio/adad/adad-banner.jpg" alt="">
<span class="layer"></span>
</span>
<span class="item__info">
<span class="item__titles">
<span class="item__title">Adad</span>
<span class="item__subtitle">Mobile Ad Network</span>
</span>
<span class="item__desc">Focus on the content and make good experience of usability and accessibility with simplicity in design.</span>
</span>
</a>
</div>
</div>
<div class="small-12 medium-6 columns">
<div class="item">
<a href="/portfolio/iran-tourism/">
<span class="item__hover">
<img src="/assets/img/portfolio/iran-tourism/irantourism-banner.jpg" alt="Iran Tourism" />
<span class="layer"></span>
</span>
<span class="item__info">
<span class="item__titles">
<span class="item__title">Iran Tourism</span>
<span class="item__subtitle">Land of Grandeur & Beauty</span>
</span>
<span class="item__desc">Iran Tourism website guides tourists to the best resorts in iran.</span>
</span>
</a>
</div>
<div class="item">
<a href="/portfolio/parmida/">
<span class="item__hover">
<img src="/assets/img/portfolio/parmida/parmida-banner.jpg" alt="">
<span class="layer"></span>
</span>
<span class="item__info">
<span class="item__titles">
<span class="item__title">Parmida</span>
<span class="item__subtitle">Tour & Travel Agency</span>
</span>
<!-- <span class="item__desc"></span> -->
</span>
</a>
</div>
</div>
</div>
</div>