-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
117 lines (114 loc) · 4.76 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sundown Studio</title>
<link rel="shortcut icon" href="./icon.png" type="image/x-icon">
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.css"> -->
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="main">
<div class="page1">
<nav>
<img src="https://assets-global.website-files.com/64d3dd9edfb41666c35b15b7/64d3dd9edfb41666c35b15c2_Sundown%20logo.svg" alt="loading">
<div class="nav-part2">
<h4><a href="">Work</a></h4>
<h4><a href="">Studio</a></h4>
<h4><a href="">Contact</a></h4>
<div class="div"></div>
</div>
</nav>
<div class="center">
<div class="left">
<h3>Sundown is a multi-disciplinary studio focused on creating unique, end-to-end experiences and environments.</h3>
</div>
<div class="right">
<h2>SPACES .<br>THAT .<br> INSPIRE .
</h2>
</div>
</div>
<div class="hero-shape">
<div class="hero-1"></div>
</div>
<video src="./video.mp4" muted loop autoplay></video>
</div>
<div class="page2">
<div class="moving-text">
<div class="con">
<h1>ENVIRONMENTS</h1>
<div class="dot"></div>
<h1>EXPERIENCES</h1>
<div class="dot"></div>
<h1>CONTENT</h1>
<div class="dot"></div>
</div>
<div class="con">
<h1>ENVIRONMENTS</h1>
<div class="dot"></div>
<h1>EXPERIENCES</h1>
<div class="dot"></div>
<h1>CONTENT</h1>
<div class="dot"></div>
</div>
<div class="con">
<h1>ENVIRONMENTS</h1>
<div class="dot"></div>
<h1>EXPERIENCES</h1>
<div class="dot"></div>
<h1>CONTENT</h1>
<div class="dot"></div>
</div>
</div>
<div class="page2-bottom">
<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 class="img-div-bot">
<img src="./img2.webp">
<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>
</div>
<div id="ani"></div>
<div id="ani2"></div>
</div>
<div class="page3">
<div class="elem">
<div class="overlay"></div>
<h2>Play New Kidvision</h2>
</div>
<div class="elem">
<div class="overlay"></div>
<h2>SOHO NYC</h2>
</div>
<div class="elem">
<div class="overlay"></div>
<h2>Makers Studio HOI</h2>
</div>
<div class="elem">
<div class="overlay"></div>
<h2>SOHO 2023</h2>
</div>
<div class="elem">
<div class="overlay"></div>
<h2>50th Anniversary</h2>
</div>
</div>
<div class="page4">
</div>
<div class="page5">
</div>
</div>
<div class="footer-div">
<div class="footer">
<h1>Sundown</h1>
<div class="foot-bot"></div>
</div>
</div>
<!-- <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.5/gsap.min.js" integrity="sha512-7eHRwcbYkK4d9g/6tD/mhkf++eoTHwpNM9woBxtPUBWm67zeAfFC+HrdoE2GanKeocly/VxeLvIqwvCdk7qScg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js" integrity="sha512-onMTRKJBKz8M1TnqqDuGBlowlH0ohFzMXYRNebz+yOcc5TQr/zAKsthzhuv0hiyUKEiQEQXEynnXCvNTOk50dg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="script.js"></script>
</body>
</html>