-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
201 lines (200 loc) · 8.06 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Sundown Studio</title>
<link rel="shortcut icon" href="assets/images/favicon.svg" type="image/x-icon">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/font.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.css">
</head>
<body>
<div id="loader">
<ul>
<li>Environments</li>
<li>Experiences</li>
<li>Content</li>
</ul>
</div>
<div class="fixed-image-container"></div>
<div id="body-wrapper">
<header>
<img src="assets/images/logo.svg" alt="">
<nav id="navElement">
<ul>
<li><a href="#">Work</a></li>
<li><a href="#">Studio</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section class="first-section">
<h1>
spaces<br>that<br>inspire
</h1>
<h2>
Sundown is a multi-disciplinary studio focused on creating unique, end-to-end experiences and
environments.
</h2>
<div class="hero-shape">
<div class="hero-1"></div>
<div class="hero-2"></div>
<div class="hero-3"></div>
</div>
</section>
<hr>
<div class="video-container">
<video poster="assets/images/video-thumbnail.png" autoplay muted loop data-object-fit="cover"
src="assets/images/video.mp4"></video>
</div>
<div class="carousel">
<div class="carousel-component">
<span>Environments</span>
<div class="circular-icon"></div>
<span>Experiences</span>
<div class="circular-icon"></div>
<span>Content</span>
<div class="circular-icon"></div>
</div>
<div class="carousel-component">
<span>Environments</span>
<div class="circular-icon"></div>
<span>Experiences</span>
<div class="circular-icon"></div>
<span>Content</span>
<div class="circular-icon"></div>
</div>
</div>
<section class="second-section">
<h1>
We are a group of design-driven, goal-focused creators, producers, and designers who believe that the
details make all the difference.
</h1>
<div>
<img src="assets/images/nike_detail%20shot.png" alt="Nike detail shot">
<p>
We love to create, we love to solve, we love to collaborate, and we love to turn amazing ideas into
reality. We’re here to partner with you through every step of the process and know that
relationships are the most important things we build.
</p>
<div class="villain-shape"></div>
</div>
</section>
<section class="third-section">
<div class="heading-container">
<div class="red-dot"></div>
<h2>featured projects</h2>
</div>
<div class="featured-projects">
<ul class="projects-list">
<li>
<div class="project-asset-container">
<video autoplay muted loop src="assets/images/Converse-SoHo"></video>
</div>
<a href="#">Converse
SoHo
<p>converse
<span>Environment</span>
</p>
</a>
</li>
<li>
<div class="project-asset-container">
<video autoplay muted loop src="assets/images/NYFW-Popup"></video>
</div>
<a href="#">NYFW
Popup
<p>afterpay
<span>Experimental</span>
</p>
</a>
</li>
<li>
<div class="project-asset-container">
<video autoplay muted loop src="assets/images/Capezio-NYC-Flagship.mp4"></video>
</div>
<a href="#">Capezio NYC
Flagship
<p>capezio
<span>Environment</span>
</p>
</a>
</li>
<li>
<div class="project-asset-container">
<video autoplay muted loop
src="assets/images/Carmelo-Anthony-7pm-In-Brooklyn-Set.mp4"></video>
</div>
<a href="#">Carmelo
Anthony 7pm In Brooklyn Set
<p>wake sports entertainment
<span>Environment</span>
</p>
</a>
</li>
<li>
<div class="project-asset-container">
<video autoplay muted loop
src="assets/images/Kelce-Super-Bowl-Party"></video>
</div>
<a href="#">Kelce Super Bowl
Party
<p>wake sports entertainment
<span>Experiment</span>
</p>
</a>
</li>
<li>
<div class="project-asset-container">
<video autoplay muted loop
src="assets/images/Play-New-Kidvision"></video>
</div>
<a href="#">Play New Kidvision
<p>nike
<span>Environment</span>
</p>
</a>
</li>
<li>
<div class="project-asset-container">
<img src="assets/images/Makers-Studio-HOI.webp" alt="">
</div>
<a href="#">Makers Studio
HOI
<p>nike
<span>Experiment</span>
</p>
</a>
</li>
<li>
<div class="project-asset-container">
<img src="assets/images/50th-Anniversary.webp" alt="">
</div>
<a href="#">50th Anniversary
<p>nike <span>Environment</span>
</p>
</a>
</li>
</ul>
<button>
<a href="#">All Projects</a>
<svg class="svg-arrow" width="33" height="10" viewBox="0 0 33 10" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M1 5H31" stroke="currentColor" stroke-linecap="square"/>
<path d="M28.5 1.5L32 5L28.5 8.5" stroke="currentColor" stroke-linecap="square"/>
</svg>
</button>
</div>
</section>
</main>
<footer>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>