-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlaptop.html
More file actions
193 lines (179 loc) · 6.64 KB
/
laptop.html
File metadata and controls
193 lines (179 loc) · 6.64 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://use.fontawesome.com/d2f73515d4.js"></script>
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link rel="stylesheet" href="./style/main.css" />
<link rel="stylesheet" href="./style/sean_pages.css" />
<link
href="https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&family=Major+Mono+Display&family=Space+Grotesk:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Varela+Round&display=swap" rel="stylesheet">
<title>Startech</title>
</head>
<body>
<header>
<nav id="navbar" class="sticky">
<img id="logo" src="./assets/LogoMark.png"><img>
<a class="text" href="./index.html" id="index">Home</a>
<a class="text" href="./laptop.html" id="laptop">Laptops</a>
<a class="text" href="./phone.html" id="phone">Phones</a>
<a class="text" href="./location.html" id="location">Locations</a>
<a class="cart" href="./cart.html"><img id="cart" src="./assets/ShoppingCart.png" alt=""></a>
</nav>
</header>
<section>
<h2 class="product_title">Enterprise 5000</h2>
<div class="content_flex">
<div class="cbloc left">
<img class="product" src="./assets/laptop1.png" alt="" />
<!-- https://multimedia.bbycastatic.ca/multimedia/products/500x500/145/14583/14583635_1.jpg -->
</div>
<div class="cbloc right">
<img
class="icon"
src="./assets/enterprise.png"
alt=""
style="width: 280px; margin-bottom: 20px"
/>
<!-- https://pnghut.com/png/71eWu9WSKV/starship-enterprise-star-trek-uss-transparent-png#_=_ -->
<p>
Named after Star Trek's USS Enterprise, this laptop is guaranteed to
be a solid and reliable choice for years to come. Use it to navigate
the internet like how USS Enterprise navigate the galaxy.<br />
<br />
It comes with the highest grade aluminium, and the best Intel CPU
chip in the industry, all for a small price of $1000.<span
class="sspecs"
tg="usse"
onclick="togglespecs(event)"
>See specifications</span
>
</p>
</div>
</div>
<div class="specs" id="usse">
<div>
<h3 class="spec_title">Price</h3>
<p class="desc">$1000</p>
</div>
<div class="vertical"></div>
<div>
<h3 class="spec_title">Dimension</h3>
<p class="desc">15"<br />(PixSense)</p>
</div>
<div class="vertical"></div>
<div>
<h3 class="spec_title">Storage</h3>
<p class="desc">500GB<br />(NVMe SSD)</p>
</div>
<div class="vertical"></div>
<div>
<h3 class="spec_title">Ram</h3>
<p class="desc">16GM<br />(LPDDR4x)</p>
</div>
<div class="vertical"></div>
<div>
<h3 class="spec_title">CPU</h3>
<p class="desc">3.6GHz<br />(i7-1065G7)</p>
</div>
<div class="vertical"></div>
<div class="btn_wrap">
<button class="addcart">Add to cart</button>
</div>
</div>
</section>
<section>
<h2 class="product_title">Interdictor Cruiser</h2>
<div class="content_flex">
<div class="cbloc left">
<img class="product" src="./assets/laptop2.png" alt="" />
<!-- https://www.bestbuy.ca/en-ca/product/microsoft-surface-laptop-go-12-4-touchscreen-laptop-platinum-intel-i5-1035g1-64gb-emmc-4gb-ram-en/14994217 -->
</div>
<div class="cbloc right">
<img
class="icon"
src="./assets/stardest.png"
alt=""
style="width: 250px"
/>
<!-- https://www.vhv.rs/viewpic/hhhTxi_star-wars-interdictor-star-destroyer-hd-png-download/ -->
<p>
Unleash the power of a Star Destroyer with our mightly Interdictor
Cruiser model. Its 4.6 GHz processor is enough to send you to
hyperspace through your browser. Playing games will also be an
amazing experience. Time to level up!<span
class="sspecs"
tg="sdi"
onclick="togglespecs(event)"
>See specifications</span
>
</p>
</div>
</div>
<div class="specs" id="sdi">
<div>
<h3 class="spec_title">Price</h3>
<p class="desc">$2000</p>
</div>
<div class="vertical"></div>
<div>
<h3 class="spec_title">Dimension</h3>
<p class="desc">17"<br />(FHD display)</p>
</div>
<div class="vertical"></div>
<div>
<h3 class="spec_title">Storage</h3>
<p class="desc">1TB<br />(PCIe NVMe)</p>
</div>
<div class="vertical"></div>
<div>
<h3 class="spec_title">Ram</h3>
<p class="desc">16GM<br />(SDRAM)</p>
</div>
<div class="vertical"></div>
<div>
<h3 class="spec_title">CPU</h3>
<p class="desc">4.6GHz<br />(i7-10750H)</p>
</div>
<div class="vertical"></div>
<div class="btn_wrap">
<button class="addcart">Add to cart</button>
</div>
</div>
</section>
<section>
<h2 class="product_title">Or customize your own!</h2>
<div class="content_flex">
<div class="cbloc left">
<img width="500px" src="./assets/customlaptop.png" alt="" />
<!-- https://www.subpng.com/png-34mijs/download.html-->
</div>
<div class="cbloc right">
<!-- https://www.vhv.rs/viewpic/hhhTxi_star-wars-interdictor-star-destroyer-hd-png-download/ -->
<p>
Don't see anything you like? You can also customize your own
specifications for your laptop.
<br /><br />Please contact us for options and pricings. Our
qualified team is more than happy to assist you.
</p>
</div>
</div>
</section>
<footer>
<div class="flex foot_wrapper">
<p>Disclaimer: Not a real website. Project demo only</p>
<div class="flex">
<i class="fab fa-facebook"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-instagram-square"></i>
</div>
</div>
</footer>
</body>
<script src="./script.js"></script>
</html>