-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
227 lines (222 loc) · 7.12 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- displays site properly based on user's device -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/favicon-32x32.png"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Alata&family=Josefin+Sans:wght@300&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/main.css" />
<title>Frontend Mentor | Loopstudios landing page</title>
</head>
<body>
<header>
<div class="overlay-1"></div>
<div class="wrapper flex jc-sb ai-c">
<div class="logo">
<a href="/"><img src="images/logo.svg" /></a>
</div>
<a class="hamburger-menu hide-for-desktop" onclick="openNav()">
<span></span>
<span></span>
<span></span>
</a>
<nav class="menu hide-for-mobile">
<ul class="menu-links flex jc-sb ai-c">
<li><a href="/">About</a></li>
<li><a href="/">Careers</a></li>
<li><a href="/">Events</a></li>
<li><a href="/">Products</a></li>
<li><a href="/">Support</a></li>
</ul>
</nav>
</div>
<section class="hero">
<div class="hero-content">
<h1>
Immersive<br />
experiences<br />
that<br />
deliver
</h1>
</div>
</section>
<!-- toogle menu -->
<div class="toggle-menu">
<a href="#">About</a>
<a href="#">Careers</a>
<a href="#">Events</a>
<a href="#">Products</a>
<a href="#">Support</a>
</div>
</header>
<section class="about-us wrapper">
<div class="about-us__img">
<img src="images/mobile/image-interactive.jpg" alt="VR - Interactive" />
</div>
<div class="about-us__content">
<h1 class="about-us__content__heading">The leader in interactive VR</h1>
<p class="about-us__content__body">
Founded in 2011, Loopstudios has been producing world-class virtual
reality projects for some of the best companies around the globe. Our
award-winning creations have transformed businesses through digital
experiences that bind to their brand.
</p>
</div>
</section>
<section class="our-creations wrapper">
<h2 class="our-creations__heading">Our creations</h2>
<div class="our-creations__grid">
<div class="our-creations__box" id="creation">
<img
src="images/mobile/image-deep-earth.jpg"
srcset="
images/mobile/image-deep-earth.jpg 640w,
images/desktop/image-deep-earth.jpg
"
alt=""
/>
<h3 class="our-creations__box__heading" id="cretion-heading">
Deep<br />
earth
</h3>
</div>
<div class="our-creations__box" id="creation">
<img
src="images/mobile/image-night-arcade.jpg"
srcset="
images/mobile/image-night-arcade.jpg 640w,
images/desktop/image-night-arcade.jpg
"
alt=""
/>
<h3 class="our-creations__box__heading" id="cretion-heading">
Night<br />
arcade
</h3>
</div>
<div class="our-creations__box" id="creation">
<img
src="images/mobile/image-soccer-team.jpg"
srcset="
images/mobile/image-soccer-team.jpg 640w,
images/desktop/image-soccer-team.jpg
"
alt=""
/>
<h3 class="our-creations__box__heading" id="cretion-heading">
Soccer<br />
team VR
</h3>
</div>
<div class="our-creations__box" id="creation">
<img
src="images/mobile/image-grid.jpg"
srcset="
images/mobile/image-grid.jpg 640w,
images/desktop/image-grid.jpg
"
alt=""
/>
<h3 class="our-creations__box__heading" id="cretion-heading">
The<br />
grid
</h3>
</div>
<div class="our-creations__box" id="creation">
<img
src="images/mobile/image-from-above.jpg"
srcset="
images/mobile/image-from-above.jpg 640w,
images/desktop/image-from-above.jpg
"
alt=""
/>
<h3 class="our-creations__box__heading" id="cretion-heading">
From up<br />
above VR
</h3>
</div>
<div class="our-creations__box" id="creation">
<img
src="images/mobile/image-pocket-borealis.jpg"
srcset="
images/mobile/image-pocket-borealis.jpg 640w,
images/desktop/image-pocket-borealis.jpg
"
alt=""
/>
<h3 class="our-creations__box__heading" id="cretion-heading">
Pocket<br />
borealis
</h3>
</div>
<div class="our-creations__box" id="creation">
<img
src="images/mobile/image-curiosity.jpg"
srcset="
images/mobile/image-curiosity.jpg 640w,
images/desktop/image-curiosity.jpg
"
alt=""
/>
<h3 class="our-creations__box__heading" id="cretion-heading">
The<br />
curiosity
</h3>
</div>
<div class="our-creations__box" id="creation">
<img
src="images/mobile/image-fisheye.jpg"
srcset="
images/mobile/image-fisheye.jpg 640w,
images/desktop/image-fisheye.jpg
"
alt=""
/>
<h3 class="our-creations__box__heading" id="cretion-heading">
Make it<br />
fisheye
</h3>
</div>
</div>
<a href="/" class="see-all-btn"><strong>see all</strong></a>
</section>
<footer class="footer">
<div class="footer-left">
<div class="logo">
<a>
<img src="images/logo.svg" alt="footer logo" />
</a>
</div>
<ul class="footer-links">
<li><a href="/">About</a></li>
<li><a href="/">Careers</a></li>
<li><a href="/">Events</a></li>
<li><a href="/">Products</a></li>
<li><a href="/">Support</a></li>
</ul>
</div>
<div class="footer-right">
<div class="social-links">
<a><img src="images/icon-facebook.svg" /></a>
<a><img src="images/icon-twitter.svg" /></a>
<a><img src="images/icon-pinterest.svg" /></a>
<a><img src="images/icon-instagram.svg" /></a>
</div>
<p><span>©</span> 2021 Loopstudios.All rights reserved.</p>
</div>
</footer>
<script src="app/js/main.js"></script>
</body>
</html>