-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
181 lines (179 loc) · 6.05 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>StumpsUP</title>
<link rel="stylesheet" href="styles.css" />
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon" />
<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=Fredoka+One&family=Play&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Nerko+One&display=swap"
rel="stylesheet"
/>
</head>
<body>
<!-- Loader -->
<div id="loader"></div>
<!-- Header Section -->
<header id="header">
<div class="container">
<div class="logo"><img src="img/logo2.png" alt="Logo" /></div>
<nav class="navbar">
<ul>
<li><a href="#about">About</a></li>
<li><a href="#features">Products</a></li>
<li><a href="#testimonials">Reviwes</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<br />
<!-- Hero Section -->
<section id="hero">
<div class="container" style="font-size: 1.6rem; top: 10%">
<h1 class="fade-in">Welcome to Our Website</h1>
<p class="slide-in">Your journey to success starts here</p>
<a href="#about" class="btn pulse">Learn More</a>
</div>
</section>
<br />
<!-- Enhanced About Us Section -->
<section id="about">
<div class="container">
<h2>About Us</h2>
<p style="font-weight: bold;">
Welcome to StumpsUp, your one-stop shop for all cricket essentials. We
offer a wide selection of high-quality cricket gear, available for
both purchase and rental. Whether you're a seasoned player or just
starting out, we have the perfect equipment to meet your needs.
<span><br></span>
Our unique rental service lets you access top-notch gear without the
commitment of buying, ideal for teams and individuals preparing for
important matches. At StumpsUp, we’re passionate about cricket and
committed to providing exceptional products and service to elevate
your game.
</p>
</div>
</section>
<br />
<!-- Features Section -->
<section id="features">
<div class="container">
<h2>Our Products</h2>
<div class="features-grid">
<div class="feature-box">
<img src="img/ball.jpg" alt="Feature 1" class="responsive-image" />
<h3>Cricket Balls</h3>
</div>
<div class="feature-box">
<img src="img/batt.jpg" alt="Feature 2" class="responsive-image" />
<h3>Cricket Bats</h3>
</div>
<div class="feature-box">
<img
src="img/helmet.jpg"
alt="Feature 3"
class="responsive-image"
/>
<h3>Cricket Helmets</h3>
</div>
</div>
</div>
</section>
<br />
<!-- Enhanced Testimonials Section -->
<section id="testimonials">
<div class="container">
<h2>What Our Clients Say</h2>
<div class="carousel">
<div class="testimonial">
<img
src="img/client1.jpg"
alt="Client 1"
class="testimonial-image"
/>
<p>"This product has changed my life for the better!"</p>
<p>- Satisfied Client</p>
</div>
<div class="testimonial">
<img
src="img/client2.jpg"
alt="Client 2"
class="testimonial-image"
/>
<p>"I can't imagine working without it."</p>
<p>- Happy Customer</p>
</div>
<div class="testimonial">
<img
src="img/client3.jpg"
alt="Client 3"
class="testimonial-image"
/>
<p>"The best investment I've made in years."</p>
<p>- Loyal User</p>
</div>
</div>
</div>
</section>
<br />
<!-- Pricing Section -->
<section id="pricing">
<div class="container">
<h2>Our Pricing Plans</h2>
<div class="pricing-grid">
<div class="pricing-box">
<h3>Basic Plan</h3>
<p>$19/month</p>
<a href="#" class="btn">Choose Plan</a>
</div>
<div class="pricing-box highlight">
<h3>Pro Plan</h3>
<p>$49/month</p>
<a href="#" class="btn">Choose Plan</a>
</div>
<div class="pricing-box">
<h3>Enterprise Plan</h3>
<p>$99/month</p>
<a href="#" class="btn">Choose Plan</a>
</div>
</div>
</div>
</section>
<br />
<!-- Footer Section -->
<div class="footer">
<div class="row">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-youtube"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
<div class="row">
<ul>
<li><a href="#">Contact us</a></li>
<li><a href="#">Our Services</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Career</a></li>
</ul>
</div>
<div class="row">
Copyright © 2024 - All rights reserved || Designed By: Ajay
</div>
</div>
<script src="script.js"></script>
</body>
</html>