-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
177 lines (176 loc) · 7.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="VR Headsets shopping">
<title>Home - Tech Shop</title>
<link rel="stylesheet" href="/css/styles.css">
<!-- <link rel="stylesheet" type="text/css" href="/css/slick.css"/> -->
<!-- Google Tag Manager -->
<!-- <script defer>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5PQVHCL7');
</script> -->
<!-- End Google Tag Manager -->
<!-- Cookie Consent by FreePrivacyPolicy.com https://www.FreePrivacyPolicy.com -->
<script defer type="text/javascript" src="//www.freeprivacypolicy.com/public/cookie-consent/4.1.0/cookie-consent.js" charset="UTF-8"></script>
<script defer type="text/javascript" charset="UTF-8">
window.addEventListener("DOMContentLoaded",() => cookieconsent.run({"notice_banner_type":"simple","consent_type":"express","palette":"light","language":"en","page_load_consent_levels":["strictly-necessary"],"notice_banner_reject_button_hide":false,"preferences_center_close_button_hide":false,"page_refresh_confirmation_buttons":false,"website_name":"Performance Course"}))
</script>
</head>
<body>
<header>
<div class="container">
<section class="logo">
<a href="index.html">
<strong>VR</strong>
<span class="blue-dot"></span>
<span class="blue-dot"></span>
<span>Headsets</span>
</a>
</section>
<nav>
<ul>
<li><a href="about.html">About us</a></li>
<li><a href="index.html#best-sellers-section">Best Sellers</a></li>
<li><a href="index.html#newsletter-section">Newsletter</a></li>
<li class="menu-icon"><img src="images/menu_icon.png" alt="menu-icon" loading="lazy" width="29" height="20"></li>
</ul>
</nav>
</div>
</header>
<section class="hero">
<picture>
<source media="(max-width: 575px)" srcset="images/Hero_Mobile.webp" alt="Banner-image" width="576" height="576">
<source media="(min-width: 576px) and (max-width: 960px)" srcset="images/Hero_Tablet.webp" alt="Banner-image" width="960" height="770">
<img src="images/Hero_Desktop.webp" alt="Banner-image" width="1440" height="670">
</picture>
<div class="hero-content">
<div class="container">
<h1>Discover our line of VR Headsets</h1>
<p>
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium
doloremque laudantium.
</p>
<button>View Headsets</button>
</div>
</div>
</section>
<section class="country-bar hidden">
</section>
<section class="best-sellers" id="best-sellers-section">
<h1>Best Sellers</h1>
<hr>
<div class="product-slider">
<div class="container">
<div class="product new">
<div class="product-picture">
<img src="images/vr1.webp" alt="product: Penom Case" loading="lazy" width="300" height="300">
</div>
<div class="product-info">
<h1 class="categories">Headsets, Apple</h1>
<h2 class="title">Apple Headset</h2>
<h3 class="price">
<span>US$ 450.00</span>
</h3>
<button>Add to bag</button>
</div>
</div>
<div class="product new">
<div class="product-picture">
<img src="images/vr2.webp" alt="product: Noise Cancelling Headphone" loading="lazy" width="300" height="300">
</div>
<div class="product-info">
<h1 class="categories">Headsets, PS</h1>
<h2 class="title">Playstation Headset</h2>
<h3 class="price">
<span>US$ 399.99</span>
</h3>
<button>Add to bag</button>
</div>
</div>
<div class="product">
<div class="product-picture">
<img src="images/vr3.webp" alt="product: Canon Digital SLR EOS Rebel T6" loading="lazy" width="300" height="300">
</div>
<div class="product-info">
<h1 class="categories">Headsets, Oculus</h1>
<h2 class="title">Oculus Headset</h2>
<h3 class="price">
<span class="discounted-price">US$ 349.99</span>
<span class="original-price">US$ 419.99</span>
</h3>
<button>Add to bag</button>
</div>
</div>
</div>
</div>
</section>
<section class="all-products" id="all-products-section">
<h1>All Products</h1>
<hr>
<div class="product-slider" id="all-products">
<div class="container">
</div>
</div>
</section>
<section class="newsletter" id="newsletter-section">
<h1>Newsletter Signup</h1>
<p>Subscribe now and don't miss a single deal!</p>
<form>
<input type="email" name="email" placeholder="Your email...">
<button type="submit">Subscribe</button>
</form>
</section>
<footer>
<div class="bottom-nav">
<div class="container">
<ul>
<li class="list-title">Categories</li>
<li><a href="#">Watches</a></li>
<li><a href="#">Cameras</a></li>
<li><a href="#">Phones</a></li>
<li><a href="#">Tablets</a></li>
<li><a href="#">Computers</a></li>
</ul>
<ul>
<li class="list-title">About Us</li>
<li><a href="#">Our Story</a></li>
<li><a href="#">Press</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Awards</a></li>
<li><a href="#">Stores</a></li>
</ul>
<ul>
<li class="list-title">Social Media</li>
<li><a href="#">Facebook</a></li>
<li><a href="#">Linkedin</a></li>
<li><a href="#">Instagram</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Youtube</a></li>
</ul>
<ul>
<li class="list-title">Customer Service</li>
<li><a href="#">Live Chat</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Delivery & Returns</a></li>
<li><a href="#">Finance</a></li>
</ul>
</div>
</div>
<div class="copyright-text">
2020 © All Rights Reserved
</div>
</footer>
<a href="#" id="open_preferences_center">Update cookies preferences</a>
<script type="text/javascript" src="/js/main.js"></script>
<script type="text/javascript" src="/js/products.js"></script>
</body>
<!-- Google Tag Manager (noscript) -->
<!-- <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5PQVHCL7"height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> -->
<!-- End Google Tag Manager (noscript) -->
</html>