-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome_Store.html
78 lines (58 loc) · 3.62 KB
/
Home_Store.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
<!-----------|
| Home Store |
|------------>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="footer, address, phone, icons" />
<link rel="shortcut icon" href="../images/Logo/bolt_tech_favicon_d1S_icon.ico"/>
<title>Bolt-Tech Store</title>
<!--CSS Style Links & Javascript-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Arimo&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../Styles/Style_Home_Store/style_home_store.css">
</head>
<body>
<!-- [Header Navigation Menu] -->
<header></header>
<!--Main Store Page-->
<h1 class="title-shopping">Bolt-Tech Store</h1>
<!--Shopping Page Container-->
<div class="container-store">
<p class="headline-store">Steam Summer Sale Discounts Steam Link, HTC Vive too</p>
<p class="date-store">June 23, 2020 - 11:00am</p>
<div class="pic-store">
<img src="../images/home-img/home_store-img/steamsalehardware.jpg" alt="HTC Vive Sale">
<p class="price-store"><span class="strike">₪ 2912</span> ₪ 2570</p>
</div>
<div class="text-store">
<p>With all of the excitement that's been boiling over for the past few days because of the Steam Summer Sale and
all of its wondrous gaming discounts, it's easy to forget that Valve's digital distribution platform does offer
a few pieces of select hardware too and like the games they help you play, they too are discounted.</p>
<p class="text-middle">So what can you get on the cheap this Summer Sale season? </p>
<p>First up is the Steam Controller. Valve's take on the contemporary gamepad with added touch sensors, a single
joystick and all of the face buttons and triggers that you could possibly want. They are a little on the
plasticky side and that lack of a second joystick can make certain games a little difficult to play with it --
at the very least they have a new learning curve -- but for the most part it's a decent controller and you can
now pick it up for ₪ 120 through Steam. </p>
<p>It's also available with a bunch of different games at various discounts too. </p>
<p>The second piece of Valve kit that's worth considering this Summer Sale is a Steam Link. It lets you easily
stream your PC to any other display in your house and it does a pretty good job of it. Some games work better
than others and you'll want a decent network connection to make it happen, but at just ₪ 51 (70% percent off)
it's a steal. </p>
<p>You can even pick it up with a Steam Controller for ₪ 154. </p>
<p>To top it all off, the HTC Vive virtual reality headset also has a special bundle during the sale. For ₪
2570, you can grab the headset and all of its accessories along with a free copy of Star Trek: Bridge Crew -
which is a ₪ 171 title in its own right. More than that, you also get a ₪ 171 Steam Wallet card too, so you
get ₪ 2912 worth of stuff, for ₪ 2570. Not bad for a piece of high-end future technology. </p>
</div>
<button class="button" type="button" onclick="alert('You bought your product! Congratulations! \n=================================\n This is just an example for my project.')">Buy HTC Vive</button>
</div>
<!-- [Footer Bottom] -->
<footer class="footer-distributed"></footer>
<script src="script_website.js"></script>
</body>
</html>