-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
181 lines (153 loc) · 6.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ANIM8 Studio</title>
<!-- External styles -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="custom-cursor"></div>
<div id="image-preview"></div>
<!-- Navbar start -->
<div id="nav">
<img class="logo" src="assets/logo.svg" alt="Logo">
<div class="nav-links">
<h4>Home</h4>
<h4>Work</h4>
<h4>Studio</h4>
<h4>Contact</h4>
</div>
<div class="nav-right">
<div class="circle"></div>
</div>
</div>
<!-- Navbar end -->
<div id="main">
<!-- Hero section start -->
<section id="hero-section">
<div class="header">
<h1 class="title">Digitally crafted</h1>
<h1 class="title">brand experiences</h1>
</div>
<div class="video-wrapper">
<video src="assets/motion-teaser.mp4" autoplay muted loop></video>
</div>
</section>
<!-- Hero section end -->
<!-- About us start -->
<section id="about-us-section">
<h1 class="title">We are ANIM8 Studio</h1>
<div class="about-us-wrapper">
<div class="about-us-left">
<h2>
A creative collective made to unlock your brand’S potential
</h2>
</div>
<div class="about-us-right">
<p>We weave together bold strategy and creative execution to produce thought-provoking digital
experiences. We take a highly personalized approach to delivering branding, web design, and content
marketing solutions. Born in the DC area - now serving clients worldwide.
</p>
<button class="btn">About Us</button>
</div>
</div>
</section>
<!-- About us end -->
<!-- Our work start -->
<section id="our-work-section">
<h1 class="title">Selected works</h1>
<div class="row first-row">
<div class="row-left">
<img src="assets/work-image1.webp" alt="Work">
<div class="description">
<h6>MGNY</h6>
<p>Strategy Website, Illustration</p>
</div>
</div>
<div class="row-right">
<video src="assets/work-video1.mp4" autoplay loop muted></video>
<div class="description">
<h6>MadeGood</h6>
<p>Strategy, Website</p>
</div>
</div>
</div>
</section>
<!-- Our work end -->
<!-- Our services start -->
<section id="our-services-section">
<div class="service">
<img src="./assets/service-image1.webp" alt="strategy">
<div class="text">
<h1>Strategy</h1>
<h1>Strategy</h1>
</div>
<img src="./assets/service-image2.webp" alt="strategy">
</div>
<div class="service">
<img src="./assets/service-image3.jpg" alt="strategy">
<div class="text">
<h1>Identity</h1>
<h1>Identity</h1>
</div>
<img src="./assets/service-image4.jpg" alt="strategy">
</div>
<div class="service">
<img src="./assets/service-image5.jpg" alt="strategy">
<div class="text">
<h1>Experience</h1>
<h1>Experience</h1>
</div>
<img src="./assets/service-image6.jpg" alt="strategy">
</div>
</section>
<!-- Our services end -->
<!-- Our clients start -->
<section id="our-clients-section">
<h2>Our Clients</h2>
<div class="client-work" data-image="./assets/clients-imag1.jpg">
<h3>Verizon</h3>
<h3>2021</h3>
</div>
<div class="client-work" data-image="./assets/clients-imag2.jpg">
<h3>Addidas</h3>
<h3>2021</h3>
</div>
<div class="client-work" data-image="./assets/clients-imag3.jpg">
<h3>Nike</h3>
<h3>2022</h3>
</div>
<div class="client-work" data-image="./assets/clients-imag4.jpg">
<h3>Samsung</h3>
<h3>2022</h3>
</div>
<div class="client-work" data-image="./assets/clients-imag5.jpg">
<h3>Cred</h3>
<h3>2023</h3>
</div>
<div class="client-work" data-image="./assets/clients-imag6.jpg">
<h3>Lenskart</h3>
<h3>2023</h3>
</div>
</section>
<!-- Our clients end -->
<!-- Footer start -->
<footer>
<h6>Made for fun. Hosted by <a href="https://github.com/abhidevs" target="_blank">@abhidevs</a></h6>
</footer>
<!-- Footer end -->
</div>
<!-- External scripts -->
<script src="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"
integrity="sha512-16esztaSRplJROstbIIdwX3N97V1+pZvV33ABoG1H2OyTttBxEGkTsoIVsiP1iaTtM8b3+hu2kB6pQ4Clr5yug=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"
integrity="sha512-Ic9xkERjyZ1xgJ5svx3y0u3xrvfT/uPkV99LBwe68xjy/mGtO+4eURHZBW2xW4SZbFrF1Tf090XqB+EVgXnVjw=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="script.js"></script>
</body>
</html>