-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphone.html
More file actions
188 lines (175 loc) · 6.49 KB
/
phone.html
File metadata and controls
188 lines (175 loc) · 6.49 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
<!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 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">YodaPhone</h2>
<div class="content_flex">
<div class="cbloc left">
<img class="product" src="./assets/phone2.png" alt="" />
<!-- https://phys.org/news/2019-04-smartphone.html -->
</div>
<div class="cbloc right">
<img
class="icon"
src="./assets/yoda.png"
alt=""
style="width: 180px"
/>
<!-- https://www.vhv.rs/viewpic/hTJhwJT_baby-yoda-art-3d-cute-baby-yoda-in/ -->
<p>
Have you ever had something so small and powerful? Now you can with
our YodaPhone model. This is a 5G enabled device, with the latest
A14 processor. It also comes with a built-in 12MP camera and 256GB
of storage for all those amazing pictures you take.
<br />
<br />
It is so powerful, it's like having a baby Yoda in your pocket!
<span class="sspecs" tg="yodaspecs" onclick="togglespecs(event)"
>See specifications</span
>
</p>
</div>
</div>
<div class="specs" id="yodaspecs">
<div>
<h3 class="spec_title">Price</h3>
<p class="desc">$900</p>
</div>
<div class="vertical"></div>
<div>
<h3 class="spec_title">Dimension</h3>
<p class="desc">6"<br />(LCD screen)</p>
</div>
<div class="vertical"></div>
<div>
<h3 class="spec_title">Storage</h3>
<p class="desc">256GB<br />(Internal SSD)</p>
</div>
<div class="vertical"></div>
<div>
<h3 class="spec_title">Camera</h3>
<p class="desc">12MP<br />(3D depth)</p>
</div>
<div class="vertical"></div>
<div>
<h3 class="spec_title">Processor</h3>
<p class="desc">A14<br />(Dual cores)</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">DS 5000</h2>
<div class="content_flex">
<div class="cbloc left">
<img class="product" src="./assets/phoneDS.png" alt="" />
<!-- https://www.rogers.com/phones/samsung-galaxy-s20-ultra-5g -->
</div>
<div class="cbloc right">
<img class="icon" src="./assets/DS.png" alt="" style="width: 180px" />
<!-- https://www.vhv.rs/viewpic/hhhTxi_star-wars-interdictor-star-destroyer-hd-png-download/ -->
<p>
This is our most powerful phone yet. The DS 5000 is bigger and
faster than most smartphones in the market.<br /><br />
It is equiped with the latest Exynos 1080 processor to ensure the
most smooth experience, whether it is playing games, watching
videos, or anything you can imagine. <br /><br />
Go big or go home!<span
class="sspecs"
tg="DS5000"
onclick="togglespecs(event)"
>See specifications</span
>
</p>
</div>
</div>
<div class="specs" id="DS5000">
<div>
<h3 class="spec_title">Price</h3>
<p class="desc">$1500</p>
</div>
<div class="vertical"></div>
<div>
<h3 class="spec_title">Dimension</h3>
<p class="desc">8"<br />(570 ppi)</p>
</div>
<div class="vertical"></div>
<div>
<h3 class="spec_title">Storage</h3>
<p class="desc">512GB<br />(LG SSD)</p>
</div>
<div class="vertical"></div>
<div>
<h3 class="spec_title">Camera</h3>
<p class="desc">Dual 12MP<br />(image stabilization)</p>
</div>
<div class="vertical"></div>
<div>
<h3 class="spec_title">Processor</h3>
<p class="desc">Exynos 1080<br />(2.2 GHz)</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/cphone.png" alt="" />
<!-- https://www.subpng.com/png-f47yb8/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 smartphone.
<br /><br />Please contact us for options and pricings. Our
qualified team is more than happy to assist you.
</p>
</div>
</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>