-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
194 lines (171 loc) · 6.49 KB
/
index.html
File metadata and controls
194 lines (171 loc) · 6.49 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Wanderson Silva <wandersonsilva768@gmail.com>" />
<meta name="creator" content="Wanderson Silva <wandersonsilva768@gmail.com>" />
<meta name="keywords" content="Loopstudios, virtual reality, globe, loop studios" />
<meta name="description" content="Loopstudios has been producing world-class virtual reality projects for some of the best companies around the globe." />
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png" />
<link rel="stylesheet" href="./dist/css/styles.min.css" media="all" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Alata&family=Josefin+Sans:wght@300&display=swap" rel="stylesheet" />
<title>Loopstudios</title>
</head>
<body>
<header class="header">
<div class="header__overlay onlyMobile"></div>
<div class="header__container container">
<nav class="header__nav">
<a href="#" class="header__logo">
<img src="./images/logo.svg" alt="logo" />
</a>
<a href="#" id="header__menu" class="header__menu onlyMobile">
<span></span>
<span></span>
<span></span>
</a>
<div class="header__links">
<ul class="header__links-box">
<li class="header__links-item">
<a href="#">About</a>
</li>
<li class="header__links-item">
<a href="#">Careers</a>
</li>
<li class="header__links-item">
<a href="#">Events</a>
</li>
<li class="header__links-item">
<a href="#">Products</a>
</li>
<li class="header__links-item">
<a href="#">Support</a>
</li>
</ul>
</div>
</nav>
<div class="header__hero">
<h1 class="header__hero-text">
Immersive experiences that deliver
</h1>
</div>
</div>
</header>
<section class="feature">
<div class="feature__container container container--middle">
<div class="feature__image"></div>
<div class="feature__description">
<h3 class="feature__description__title">
The leader in interactive VR
</h3>
<p class="feature__description__text">
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>
</div>
</section>
<section class="creations">
<div class="creations__container container container--middle">
<div class="creations__header">
<h2 class="creations__title">our creations</h2>
<button class="onlyDesktop">see all</button>
</div>
<div class="creations__grid">
<div class="creations__grid__item deep-earth">
<h3 class="creations__grid__item__title">
deep earth
</h3>
</div>
<div class="creations__grid__item night-arcade">
<h3 class="creations__grid__item__title">
night arcade
</h3>
</div>
<div class="creations__grid__item soccer-team">
<h3 class="creations__grid__item__title">
soccer team vr
</h3>
</div>
<div class="creations__grid__item grid">
<h3 class="creations__grid__item__title">
the<br/>grid
</h3>
</div>
<div class="creations__grid__item from-above">
<h3 class="creations__grid__item__title">
from up above vr
</h3>
</div>
<div class="creations__grid__item pocket-borealis">
<h3 class="creations__grid__item__title">
pocket borealis
</h3>
</div>
<div class="creations__grid__item curiosity">
<h3 class="creations__grid__item__title">
the curiosity
</h3>
</div>
<div class="creations__grid__item fisheye">
<h3 class="creations__grid__item__title">
make it<br/>fisheye
</h3>
</div>
</div>
<div class="creations__footer">
<button class="onlyMobile">see all</button>
</div>
</div>
</section>
<footer class="footer">
<div class="footer__container container container--middle">
<div class="footer__container__group">
<img src="./images/logo.svg" class="footer__logo" alt="logo" />
<div class="footer__links">
<ul class="footer__links__box">
<li class="footer__links__item">
<a href="#">About</a>
</li>
<li class="footer__links__item">
<a href="#">Careers</a>
</li>
<li class="footer__links__item">
<a href="#">Events</a>
</li>
<li class="footer__links__item">
<a href="#">Products</a>
</li>
<li class="footer__links__item">
<a href="#">Support</a>
</li>
</ul>
</div>
</div>
<div class="footer__container__group">
<div class="footer__social">
<a href="#" class="footer__social__item">
<i class="fab fa-facebook-square fa-2x"></i>
</a>
<a href="#" class="footer__social__item">
<i class="fab fa-twitter fa-2x"></i>
</a>
<a href="#" class="footer__social__item">
<i class="fab fa-pinterest fa-2x"></i>
</a>
<a href="#" class="footer__social__item">
<i class="fab fa-instagram fa-2x"></i>
</a>
</div>
<p class="footer__copy">
© 2021 Loopstudios. All rights reserved.
</p>
</div>
</div>
</footer>
<script type="text/javascript" src="dist/js/index.js"></script>
<script src="https://kit.fontawesome.com/16ca357d44.js" crossorigin="anonymous"></script>
</body>
</html>