-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
112 lines (111 loc) · 3.94 KB
/
Copy pathindex.html
File metadata and controls
112 lines (111 loc) · 3.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> AWS E-Commerce Website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="Container">
<header>
<nav>
<ul>
<li>
<a href="Container">Home</a>
</li>
<li>
<a href="Container">Sign-In</a>
</li>
<li>
<a href="Container">Contact Us</a>
</li>
<li>
<a href="Container">Offers</a>
</li>
<li>
<a href="Container">More</a>
</li>
<li>
<a href="#" id="open-up">AWS Sports</a>
</li>
</ul>
</nav>
</header>
<div class="section_main">
<h1 style="font-style: italic;">Welcome to AWS sports!!!!</h1>
<h3>"Sports can also provide opportunities for people to socialize and strengthen international brotherhood".</h3>
<p class="lead">
Sports can have many benefits for individuals and society, including physical health, mental health, and social connections. Sports can help prevent and treat noncommunicable diseases, such as heart disease, stroke, and diabetes. They can also help prevent hypertension, overweight, and obesity. Regular physical activity can also improve mental health, quality of life, and well-being.</p>
</div>
</div>
<footer>
<div class="bottom">
<div class="bottom-cols">
<ul>
<li style="font-weight: 600;">Shop and play</li>
<li>
<a href="#">3D sports</a>
</li>
<li>
<a href="#">buy sports</a>
</li>
<li>
<a href="#">Outdoor sports</a>
</li>
<li>
<a href="#">indoor Sports</a>
</li>
</ul>
<ul>
<li style="font-weight: 600;">Contact</li>
<li>
<a href="#">Mail ID</a>
</li>
<li>
<a href="#">Phone Number</a>
</li>
<li>
<a href="#">Address</a>
</li>
<li>
<a href="#">Location</a>
</li>
</ul>
<ul>
<li style="font-weight: 600;">Delivery</li>
<li>
<a href="#">Cash on Delivery</a>
</li>
<li>
<a href="#">Digital Banking</a>
</li>
<li>
<a href="#">UPI</a>
</li>
<li>
<a href="#">Netbanking</a>
</li>
</ul><ul>
<li style="font-weight: 600;">AWS sports</li>
<li>
<a href="#">Blog</a>
</li>
<li>
<a href="#">AWS jobs</a>
</li>
<li>
<a href="#">Merchandise</a>
</li>
<li>
<a href="#">Events</a>
</li>
</ul>
</div>
</div>
<div class="bottom-footer">
copyright ©2024 E-commerce website
</div>
</footer>
</body>
</html>