-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
272 lines (261 loc) · 10.8 KB
/
index.html
File metadata and controls
272 lines (261 loc) · 10.8 KB
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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>aneuday studio</title>
</head>
<body>
<header>
<div class="container">
<div class="header">
<div class="header__logo">aneuday</div>
<button class="header__hamburger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</button>
</div>
</div>
</header>
<section>
<div class="container">
<div class="hero">
<div class="section section--medium--margin">
<div class="hero__content">
<h1 class="hero__title">
A digital
<span>design</span> and <span>technology studio</span> located
in <span>Oslo</span>. We build <span>brands</span>, create
<span>digital experiences</span>, and shape the
<span>stories of tomorrow</span>.
</h1>
<a href="/" class="button button--dark">
<span>
<span>See our work</span>
</span>
<!-- prettier-ignore -->
<svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.157 1.172a.5.5 0 0 0-.5-.5h-4.5a.5.5 0 0 0 0 1h4v4a.5.5 0 0 0 1 0v-4.5Zm-5.803 6.01L7.01 1.525 6.303.818.646 6.475l.708.707Z" fill="#fff"/>
</svg>
</a>
</div>
</div>
<div class="section section--medium--margin">
<div class="hero__image">
<div class="hero__play">
<!-- prettier-ignore -->
<svg width="92" height="92" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="92" height="92" rx="46" fill="#fff"/>
<path d="m55 46.5-14.25 8.227V38.273L55 46.5Z" fill="#1F1F1F"/>
</svg>
<p class="hero__play__text">Watch showreel</p>
</div>
<div style="--aspect-ratio: 16/9">
<img src="./images/hero.jpg" alt="" />
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section section--medium--margin">
<div class="container">
<div class="text-columns">
<h2 class="col-1--span-4">About us</h2>
<p class="col-5--span-5">
Our name is the core of our company. We see tomorrow as 'a new day,'
and an opportunity to make it a better place by working with
companies that share our vision for a healthier future. That's why
we create digital products that offer users a new perspective.
</p>
<a href="/" class="button button--dark col-10--span-3">
<span>
<span>Our studio</span>
</span>
<!-- prettier-ignore -->
<svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.157 1.172a.5.5 0 0 0-.5-.5h-4.5a.5.5 0 0 0 0 1h4v4a.5.5 0 0 0 1 0v-4.5Zm-5.803 6.01L7.01 1.525 6.303.818.646 6.475l.708.707Z" fill="#fff"/>
</svg>
</a>
</div>
</div>
</section>
<section class="section section--beige">
<div class="container">
<div class="projects">
<div class="projects__left col-1--span-6">
<img src="./images/project.jpg" alt="" />
</div>
<div class="projects__right col-7--span-6">
<div class="projects__content">
<h2 class="projects__heading h1">
A modern ecommerce solution for the shoe industry.
</h2>
<p class="projects__text">
Built with Shopify, we have created a headless solution for
companies to prepare for the future of e-commerce.
</p>
<a href="/" class="button button--dark">
<span>
<span>Read more</span>
</span>
<!-- prettier-ignore -->
<svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.157 1.172a.5.5 0 0 0-.5-.5h-4.5a.5.5 0 0 0 0 1h4v4a.5.5 0 0 0 1 0v-4.5Zm-5.803 6.01L7.01 1.525 6.303.818.646 6.475l.708.707Z" fill="#fff"/>
</svg>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="section section--medium--margin">
<div class="container">
<h2 class="list__heading">See our talks</h2>
<ul class="list">
<li class="list__item">
<span class="col-1--span-5">A new way of thinking</span>
<time class="col-6--span-5">October 10th, 2023</time>
<span class="col-11--span-2">In House</span>
</li>
<li class="list__item">
<span class="col-1--span-5">Technology in 2024</span>
<time class="col-6--span-5">September 3rd, 2023</time>
<span class="col-11--span-2">Beckenstreet 21</span>
</li>
<li class="list__item">
<span class="col-1--span-5">The digital era — what is it?</span>
<time class="col-6--span-5">September 4th, 2023</time>
<span class="col-11--span-2">Beckenstreet 21</span>
</li>
<li class="list__item">
<span class="col-1--span-5">Building brands and products</span>
<time class="col-6--span-5">November 21st, 2023</time>
<span class="col-11--span-2">In House</span>
</li>
<li class="list__item">
<span class="col-1--span-5">Ecommerce 101</span>
<time class="col-6--span-5">January 7th, 2024</time>
<span class="col-11--span-2">Hillway Drive 28</span>
</li>
<li class="list__item">
<span class="col-1--span-5">Crafting digital experiences</span>
<time class="col-6--span-5">January 28th, 2024</time>
<span class="col-11--span-2">Taunton Fairway 4</span>
</li>
<li class="list__item">
<span class="col-1--span-5">A new way of thinking</span>
<time class="col-6--span-5">October 10th, 2023</time>
<span class="col-11--span-2">In House</span>
</li>
<li class="list__item">
<span class="col-1--span-5">Technology in 2024</span>
<time class="col-6--span-5">September 3rd, 2023</time>
<span class="col-11--span-2">Beckenstreet 21</span>
</li>
<li class="list__item">
<span class="col-1--span-5">The digital era — what is it?</span>
<time class="col-6--span-5">September 4th, 2023</time>
<span class="col-11--span-2">Beckenstreet 21</span>
</li>
<li class="list__item">
<span class="col-1--span-5">Building brands and products</span>
<time class="col-6--span-5">November 21st, 2023</time>
<span class="col-11--span-2">In House</span>
</li>
<li class="list__item">
<span class="col-1--span-5">Ecommerce 101</span>
<time class="col-6--span-5">January 7th, 2024</time>
<span class="col-11--span-2">Hillway Drive 28</span>
</li>
<li class="list__item">
<span class="col-1--span-5">Crafting digital experiences</span>
<time class="col-6--span-5">January 28th, 2024</time>
<span class="col-11--span-2">Taunton Fairway 4</span>
</li>
</ul>
<a href="/" class="button button--dark col-10--span-3">
<span>
<span>More talks</span>
</span>
<!-- prettier-ignore -->
<svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.157 1.172a.5.5 0 0 0-.5-.5h-4.5a.5.5 0 0 0 0 1h4v4a.5.5 0 0 0 1 0v-4.5Zm-5.803 6.01L7.01 1.525 6.303.818.646 6.475l.708.707Z" fill="#fff"/>
</svg>
</a>
</div>
</section>
<section class="section section--small--padding section--dark">
<div class="container">
<div class="company">
<div class="company__content">
<h2 class="col-1--span-12">Join the studio</h2>
<p class="col-1--span-5">
How does a daily group breakfast, 30 days of vacation, a
remote-friendly office, and our very own dog club sound to you?
These are some of the things you can expect.
</p>
<a href="/" class="button button--light col-7--span-6">
<span>
<span>Open positions</span>
</span>
<!-- prettier-ignore -->
<svg width="8" height="8" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.157 1.172a.5.5 0 0 0-.5-.5h-4.5a.5.5 0 0 0 0 1h4v4a.5.5 0 0 0 1 0v-4.5Zm-5.803 6.01L7.01 1.525 6.303.818.646 6.475l.708.707Z" fill="#fff"/>
</svg>
</a>
</div>
</div>
</div>
</section>
<section class="section section--small--padding section--dark">
<div class="image-grid">
<div class="image-wrapper" style="--aspect-ratio: 5/7">
<img src="./images/grid-1.jpg" alt="" />
</div>
<div class="image-wrapper" style="--aspect-ratio: 5/7">
<img src="./images/grid-2.jpg" alt="" />
</div>
<div class="image-wrapper" style="--aspect-ratio: 5/7">
<img src="./images/grid-3.jpg" alt="" />
</div>
<div class="image-wrapper" style="--aspect-ratio: 5/7">
<img src="./images/grid-4.jpg" alt="" />
</div>
<div class="image-wrapper" style="--aspect-ratio: 5/7">
<img src="./images/grid-5.jpg" alt="" />
</div>
</div>
</section>
<footer class="section section--dark footer__section">
<div class="container">
<div class="footer">
<div class="footer__top">
<div class="footer__logo col-1--span-5">aneuday</div>
<ul class="footer__menu col-6--span-3">
<li>Work</li>
<li>Studio</li>
<li>Contact</li>
</ul>
<ul class="footer__menu col-9--span-3">
<li>Instagram</li>
<li>Facebook</li>
<li>LinkedIn</li>
</ul>
</div>
<div class="footer__bottom">
<div class="col-1--span-5">
<a href="">Privacy</a>
<a href="">Cookies</a>
</div>
<p class="col-6--span-3">Slottsgate 90</p>
<a href="" class="col-9--span-3">email@company.com</a>
</div>
</div>
</div>
</footer>
<script type="module" src="./app/index.js"></script>
</body>
</html>