-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
123 lines (123 loc) · 4.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<title>Aalam Team| Loopstudios landing page</title>
<link href="https://fonts.googleapis.com/css2?family=Alata&family=Josefin+Sans:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="media.css">
</head>
<body>
<div class="container">
<header class="cabecalho">
<div class="hdrCont">
<div class="menulogo">
<img class="looplogo" src="images/logo.svg" alt="Loopstudio logo">
<img class="menu mobim" src="images/icon-hamburger.svg" alt="menu">
<ul class="menu menud font2">
<li><a href="#">Teams</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="wraptext">
<h1 class="maint font2">Aalam Team</h1>
</div>
</div>
</header>
<section class="fullB">
<div class="imgText">
<img src="images/mobile/image-interactive.jpg" alt="a guy wearing a virtual reality googles">
<article>
<h1 class="font2">THE LEADER IN INTERACTIVE VR</h1>
<p class="secText font1">
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>
</article>
</div>
<div class="btnnCrea">
<h1 class="crea font2">OUR CREATIONS</h1>
<button type="button" class="bttnDesk font1">SEE ALL</button>
</div>
<div class="mainGrid">
<a href="#">
<div class="box font2 deep"><div class="grad">
<p>DEEP EARTH</p>
</div></div>
</a>
<a href="#">
<div class="box font2 night"><div class="grad">
<p>NIGHT ARCADE</p>
</div></div>
</a>
<a href="#">
<div class="box font2 soccer"><div class="grad">
<p>SOCCER TEAM VR</p>
</div></div>
</a>
<a href="#">
<div class="box font2 tgrid"><div class="grad">
<p>THE GRID</p>
</div></div>
</a>
<a href="#">
<div class="box font2 fuav"><div class="grad">
<p>FROM UP ABOVE VR</p>
</div></div>
</a>
<a href="#">
<div class="box font2 pocket"><div class="grad">
<p>POCKET BOREALIS</p>
</div></div>
</a>
<a href="#">
<div class="box font2 tcuri"><div class="grad">
<p>THE CURIOSITY</p>
</div></div>
</a>
<a href="#">
<div class="box font2 fish"><div class="grad">
<p>MAKE IT FISHEYE</p>
</div></div>
</a>
</div>
<button type="button" class="bttnMobi font1">SEE ALL</button>
</section>
<footer class="rodape font2">
<div class="roda1">
<img src="images/logo.svg" alt="Loopstudio logo" class="logord">
<ul>
<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="roda2">
<div class="sn">
<a href="#"><img src="images/icon-facebook.svg"></a>
<a href="#"><img src="images/icon-twitter.svg"></a>
<a href="#"><img src="images/icon-pinterest.svg"></a>
<a href="https://www.instagram.com/aalam_team/?hl=ru"><img src="images/icon-instagram.svg"></a>
</div>
<div class="rodColor">
<p>© 2021 Loopstudios. All rights reserved.</p>
<div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="https://github.com/ivancda">Ivan</a>.
</div>
</div>
</div>
</footer>
</div>
</body>
</html>