-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
76 lines (65 loc) · 2.67 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home</title>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap" rel="stylesheet">
</head>
<body style="font-family: 'DM Sans', sans-serif">
<br>
<details>
<summary>Menu</summary>
<ul>
<li><a href="courses.html">Courses</a></li>
<li><a href="about.html">About</a></li>
<li><a href="login.html">Login</a></li>
</ul>
</details>
<br> <br>
<h1>SHOPING IS FREE HERE!!! 😍</h1>
<img srcset="imges/shopingCover.jpg 663w , imges/shopingCover.jpg 800w" sizes="(max-width: 663px)" src="imges/shopingCover.jpg">
<br> <br>
<details>
<summary>Catagories</summary> <br> <br>
<details>
<summary>Samsung Phones</summary> <br>
<img src="imges/Galaxy Note10.png" width="100" height="80">
<img src="imges/Galaxy Note10+.webp" width="100" height="80">
<img src="imges/Galaxy A42.png" width="100" height="80">
<img src="imges/Galaxy A20.png" width="100" height="80">
</details>
<br>
<details>
<summary>Apple</summary> <br>
<img src="imges/iPhone 12Pro Max.webp" width="50" height="70">
<img src="imges/space.PNG" width="50">
<img src="imges/iPhone 11Pro.webp" width="50" height="70">
<img src="imges/space.PNG" width="50">
<img src="imges/iPhone 11Pro Max.webp" width="50" height="70">
<img src="imges/space.PNG" width="50">
<img src="imges/iPhone X.webp" width="50" height="70">
</details>
<br>
<details>
<summary>Books</summary> <br>
<img src="imges/Will.jpg" width="70" height="95">
<img src="imges/space.PNG" width="20">
<img src="imges/the real.jpg" width="70" height="95">
<img src="imges/space.PNG" width="20">
<img src="imges/atals of the heats.jpg" width="70" height="95">
<img src="imges/space.PNG" width="20">
<img src="imges/it ends us.jpg" width="70" height="95">
</details>
<br>
<details>
<summary>Shoes</summary> <br>
<img src="imges/indoor soccer.webp" width="70" height="65">
<img src="imges/space.PNG" width="30">
<img src="imges/Handball.webp" width="70" height="65">
<img src="imges/space.PNG" width="30">
<img src="imges/flat girls.webp" width="70" height="65">
<img src="imges/space.PNG" width="30">
<img src="imges/Basketball.webp" width="70" height="65">
</details>
</details>
</body>
</html>