-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (93 loc) · 3.83 KB
/
Copy pathindex.html
File metadata and controls
113 lines (93 loc) · 3.83 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
<!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>Frontend Mentor | Loopstudios landing page</title>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<!-- <style>
.attribution {
font-size: 11px;
text-align: center;
}
.attribution a {
color: hsl(228, 45%, 44%);
}
</style>-->
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- <header class="main-grid head">
</header>
-->
<section class="main-grid hero">
<div class="head-div">
<img class="logo-img logo-des" src="images/logo.svg" alt="loopstudio-logo">
<button aria-label="open-nav" class="open-nav">☰</button>
<nav class="nav">
<img class="logo-img logo-des nav-logo" src="images/logo.svg" alt="loopstudio-logo">
<button aria-label="cancel-button" class="close-nav">×</button>
<ul class="list-flex nav-list">
<li class="nav-item"><a class="nav-link" href="#">About</a></li>
<li class="nav-item"><a class="nav-link" href="#">Careers</a></li>
<li class="nav-item"><a class="nav-link" href="#">Events</a></li>
<li class="nav-item"><a class="nav-link" href="#">Products</a></li>
<li class="nav-item"><a class="nav-link" href="#">Support</a></li>
</ul>
</nav>
</div>
<div class="h1-div">
<h1>Immersive experiences that deliver</h1>
</div>
</section>
<section class="main-grid sec">
<img class="middle img-main" src="images/desktop/image-interactive.jpg">
<div c lass="sec-div">
<h2 class="leader">The leader in interactive VR</h2>
<p class="par">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 class="h2-div">
<h2 class="middle h2."> Our creations</h2>
</div>
<button class="btn">See all</button>
<div class="img1 background"><h3>Deep earth</h3></div>
<div class="img2 background"> <h3 >Night arcade</h3></div>
<div class="img3 background"><h3 >Soccer team VR</h3></div>
<div class="img4 background"><h3 >The grid</h3></div>
<div class="img5 background"><h3 >From up above VR</h3></div>
<div class="img6 background"><h3 >Pocket borealis</h3></div>
<div class="img7 background"> <h3 >The curiosity</h3></div>
<div class="img8 background"> <h3 >Make it fisheye</h3></div>
</section>
<footer class="main-grid footy">
<div class=" foot footer1">
<img class="logo-img footer-logo" src="images/logo.svg" alt="loopstudio-logo">
<ul class="footer-list">
<li><a class="footer-link" href="#">About</a></li>
<li><a class="footer-link" href="#">Careers</a></li>
<li><a class="footer-link" href="#">Events</a></li>
<li><a class="footer-link" href="#">Products</a></li>
<li><a class="footer-link" href="#">Support</a></li>
</ul>
</div>
<div class="foot footer2">
<img class="icon" src="images/icon-facebook.svg">
<img class="icon" src="images/icon-instagram.svg">
<img class="icon" src="images/icon-pinterest.svg">
<img class="icon" src="images/icon-twitter.svg">
<p class="middle opac">© 2021 Loopstudios. All rights reserved.</p>
</div>
</footer>
<!--
<div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="#">Leadola</a>.-->
</div>
<script src="index.js"></script>
</body>
</html>