-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
131 lines (124 loc) · 4.72 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
<!--Doshi Naman-->
<html>
<head>
<meta name="author" content="Doshi Naman">
<meta name="description" content="Parallax Portfolio Design | Single Web Page !">
<meta charset="UTF-8" />
<title>Parallax Port | Doshi Naman</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css" />
</head>
<body translate="no">
<div class="shadow-title parallax-top-shadow" style="top: -0.5px">work</div>
<div class="section-parallax parallax-00"
style="background-image: url('http://www.ivang-design.com/svg-load/parallax/parallax-0.png');top: -0.285714px;"></div>
<div class="section-parallax parallax-01"
style="background-image: url('http://www.ivang-design.com/svg-load/parallax/parallax-01.png');top: -0.357143px;"></div>
<div class="section full-height">
<div class="section-title-wrap">
<div class="container">
<div class="row">
<div class="col-12 text-center parallax-fade-top" style="top: 0.5px; opacity: 0.998571">
<p>we do magic</p>
<h1>chase your<br />passion</h1>
</div>
</div>
</div>
</div>
</div>
<div class="section full-height z-bigger">
<ul class="case-study-wrapper">
<li class="case-study-name active">
<a href="#" class="hover-target">light</a>
</li>
<li class="case-study-name">
<a href="#" class="hover-target">flare</a>
</li>
<li class="case-study-name">
<a href="#" class="hover-target">nature</a>
</li>
<li class="case-study-name">
<a href="#" class="hover-target">fire</a>
</li>
</ul>
<ul class="case-study-images">
<li class="show">
<div class="img-hero-background">
<img src="http://www.ivang-design.com/svg-load/parallax/light.jpg"
alt=""/>
</div>
<div class="hero-number-back">01</div>
<div class="hero-number">01</div>
<div class="hero-number-fixed">04</div>
<div class="case-study-title">graphic design, interaction</div>
</li>
<li class="">
<div class="img-hero-background">
<img
src="http://www.ivang-design.com/svg-load/parallax/flare.jpg"
alt=""
/>
</div>
<div class="hero-number-back">02</div>
<div class="hero-number">02</div>
<div class="case-study-title">advertising, art direction</div>
</li>
<li class="">
<div class="img-hero-background">
<img
src="http://www.ivang-design.com/svg-load/parallax/nature.jpg"
alt=""
/>
</div>
<div class="hero-number-back">03</div>
<div class="hero-number">03</div>
<div class="case-study-title">photography, retouching</div>
</li>
<li class="">
<div class="img-hero-background">
<img
src="http://www.ivang-design.com/svg-load/parallax/fire.jpg"
alt=""
/>
</div>
<div class="hero-number-back">04</div>
<div class="hero-number">04</div>
<div class="case-study-title">photography, advertising</div>
</li>
</ul>
</div>
<div
class="section padding-top-bottom over-hide background-dark z-bigger-2"
>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-7 text-center">
<a href="#" class="hover-target">
<div class="project-link-wrap">
<p>let's talk</p>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- Scroll back to top
================================================== -->
<div class="scroll-to-top hover-target"></div>
<!-- Page cursor
================================================== -->
<div class="cursor" id="cursor" style="left: 331px; top: 132px"></div>
<div class="cursor2" id="cursor2" style="left: 331px; top: 132px"></div>
<div class="cursor3" id="cursor3" style="left: 331px; top: 132px"></div>
<!-- Link to page
================================================== -->
<a
href="https://github.com/DoshiNaman"
class="link-to-portfolio hover-target"
target="_blank"
></a>
<script src="https://cpwebassets.codepen.io/assets/common/stopExecutionOnTimeout-157cd5b220a5c80d4ff8e0e70ac069bffd87a61252088146915e8726e5d9f147.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="main.js"></script>
</body>
</html>