-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathall_project.html
202 lines (194 loc) · 7.1 KB
/
all_project.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
202
<!DOCTYPE html>
<html lang="en">
<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="img/favicon.png" type="image/x-icon" />
<!-- TODO: Swiper css cdn -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"
/>
<!-- TODO: Remix icon cdn -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.min.css"
/>
<!-- TODO: link css -->
<link rel="stylesheet" href="all_project.css" />
</head>
<body>
<div id="fixed-image"></div>
<main id="main">
<!-------------------------
Section 1
--------------------------->
<div id="page-1">
<!-------------------------
Navbar
--------------------------->
<nav>
<a href="index.html"><img id="nav-logo" src="img/nav-logo.svg" alt="Sundown Studio"/></a>
<div id="hamburger" class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
<div id="nav-right" class="nav-links">
<h4><a href="#">Work</a></h4>
<h4><a href="#">Studio</a></h4>
<h4><a href="#">Contact</a></h4>
</div>
</nav>
</div>
<!-------------------------
Section 2 - Grids
--------------------------->
<div id="page-3">
<div id="page-3-title">
<div class="title-circle"></div>
<h5>ALL PROJECTS</h5>
</div>
<div id="responsive-grid">
<div class="grid-item">
<div
class="thumbnail"
style="background-image: url('img/featured-1.webp')"
></div>
<div class="page-3-card-bottom">
<h2>Makers Studio HOI</h2>
<div class="page-3-card-right">
<h3>NIKE</h3>
<p>Experiential</p>
</div>
</div>
</div>
<div class="grid-item">
<div
class="thumbnail"
style="
background-image: url('https://cdn.prod.website-files.com/64d3dd9edfb41666c35b15d4/64d3dd9edfb41666c35b1698_Nike_Soho_Play-New-Kids_10-27-21_1950.webp');
"
></div>
<div class="page-3-card-bottom">
<h2>Play New Kidvision</h2>
<div class="page-3-card-right">
<h3>NIKE</h3>
<p>Environments</p>
</div>
</div>
</div>
<div class="grid-item">
<div
class="thumbnail"
style="
background-image: url('https://cdn.prod.website-files.com/64d3dd9edfb41666c35b15d4/6606dcc1c344d6007601cd83_IMG_0892.JPG');
"
></div>
<div class="page-3-card-bottom">
<h2>Carmelo Brooklyn Set</h2>
<div class="page-3-card-right">
<h3>ARC'TERYX</h3>
<p>Environments</p>
</div>
</div>
</div>
<div class="grid-item">
<div
class="thumbnail"
style="
background-image: url('https://cdn.prod.website-files.com/64d3dd9edfb41666c35b15d4/6605770bec3c2abb85f2366c_Copy%20of%20Capezio-RAW.01_24_56_14.Still043.jpg');
"
></div>
<div class="page-3-card-bottom">
<h2>Capezio NYC Flagship</h2>
<div class="page-3-card-right">
<h3>NIKE</h3>
<p>Environments</p>
</div>
</div>
</div>
<div class="grid-item">
<div
class="thumbnail"
style="
background-image: url('https://cdn.prod.website-files.com/64d3dd9edfb41666c35b15d4/64d3dd9edfb41666c35b170d_AM704059.webp');
"
></div>
<div class="page-3-card-bottom">
<h2>NYFW Popup</h2>
<div class="page-3-card-right">
<h3>AFTERPAY</h3>
<p>Experiential</p>
</div>
</div>
</div>
<div class="grid-item">
<div
class="thumbnail"
style="
background-image: url('https://cdn.prod.website-files.com/64d3dd9edfb41666c35b15d4/64d3dd9edfb41666c35b163d_Copy%20of%20DSC04086.webp');
"
></div>
<div class="page-3-card-bottom">
<h2>Converse SoHo</h2>
<div class="page-3-card-right">
<h3>CONVERSE</h3>
<p>Environments</p>
</div>
</div>
</div>
</div>
<div id="page-3-btn">
<h4><a href="index.html"><- Back</a></h4>
</div>
</div>
<!-------------------------
Footer section
--------------------------->
<div id="page-6">
<footer>
<div class="shape1"></div>
<div class="shape2"></div>
<div id="footer-top">
<div id="footer-left">
<h2>Work</h2>
<h2>Studio</h2>
<h2>Contact</h2>
</div>
<div id="footer-right">
<h3>Get industry insights and creative</h3>
<h3>inspiration straight to your inbox.</h3>
<div class="footer-right-email">
<div class="email-left">
<input type="email" placeholder="Email Address" />
</div>
<div class="email-right">
<i class="ri-arrow-right-line"></i>
</div>
</div>
</div>
</div>
<h1>Sundown</h1>
<div id="footer-bottom">
<p id="footer-copyright">Copyright © Sundown Studio</p>
<div class="footer-bottom-location">
<img
id="footer-icon-globe"
src="img/globe-white.png"
alt="Location: "
/>
<p>Brooklyn, NY</p>
</div>
<a href="#">Instagram</a>
<a id="footer-linkedin" href="#">Linkedin</a>
</div>
</footer>
</div>
<!-------------------------
Custom js
--------------------------->
<script src="all_project.js"></script>
</body>
</html>