-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathindex.html
206 lines (175 loc) · 8.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home - Tech Shop</title>
<link href="https://fonts.googleapis.com/css?family=Heebo:300,400,600,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css">
<!-- <link rel="stylesheet" type="text/css" href="/css/slick.css"/> -->
<!-- Google Tag Manager -->
<script>(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-PKK35GL5');
</script>
<!-- End Google Tag Manager -->
<!-- Cookie Consent by FreePrivacyPolicy.com https://www.FreePrivacyPolicy.com -->
<script type="text/javascript" src="//www.freeprivacypolicy.com/public/cookie-consent/4.1.0/cookie-consent.js" charset="UTF-8"></script>
<script type="text/javascript" charset="UTF-8">
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>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PKK35GL5"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<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" ></li>
</ul>
</nav>
</div>
</header>
<section class="hero">
<img class="desktop" src="images/Hero_Desktop.jpg">
<img class="mobile" src="images/Hero_Mobile.jpg">
<img class="tablet" src="images/Hero_Tablet.jpg">
<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.jpg" alt="product: Penom Case">
</div>
<div class="product-info">
<h5 class="categories">Headsets, Apple</h5>
<h4 class="title">Apple Headset</h4>
<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.jpg" alt="product: Noise Cancelling Headphone">
</div>
<div class="product-info">
<h5 class="categories">Headsets, PS</h5>
<h4 class="title">Playstation Headset</h4>
<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.jpg" alt="product: Canon Digital SLR EOS Rebel T6">
</div>
<div class="product-info">
<h5 class="categories">Headsets, Oculus</h5>
<h4 class="title">Oculus Headset</h4>
<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="best-sellers">
<h1>All Products</h1>
<hr>
<div class="product-slider" id="all-products">
<div class="container">
</div>
</div>
</section>
<section class="newsletter" id="newsletter-section">
<h3>Newsletter Signup</h3>
<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>
</html>