-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
170 lines (146 loc) · 5.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rent-A-Tech</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" />
</head>
<body>
<section id="header">
<!-- <a href="#"><img src="img/logo.png" class="logo" alt=""></a> -->
<h4>Rent-A-Tech</h4>
<div class="btn-row d-flex">
<a href="./Registration/registration.html"
><button class="btn btn-outline-success">Register</button>
</a>
<a href="./#/#.html"
><button class="btn btn-outline-success">Login</button>
</a>
</div>
</section>
<section id="hero">
<h1>Login/Register for</h1>
<h4>Rent cutting-edge IT products</h4>
<h1>For events, exhibitions, <br> conferences & co-orporates</h1>
<p>The leading technology provider of rental solutions for event and IT professionals</p>
<a href="./#/#.html"><button>Login Now</button></a>
</section>
<section id="information1" class="section-p1">
<p>WHAT WE DO</p>
<h2>How To Rent Your Equipment?</h2>
<div class="pro-Container">
<div class="pro">
<img src="img/feature/1.png" alt="">
<div class="des">
<h4>Request a Quote</h4>
<span>By speaking with our specialists to obtain precise quotations and choose the offer that best meets your demands, you can seek out tailored programs for your company’s needs.</span>
</div>
</div>
<div class="pro">
<img src="img/feature/2.png" alt="">
<div class="des">
<h4>Payment</h4>
<span>For all of our customers’ needs in IT products, we provide simple and personalized payment solutions.</span>
</div>
</div>
<div class="pro">
<img src="img/feature/3.png" alt="">
<div class="des">
<h4>Delivery</h4>
<span>We work hard to get whatever you require to your door in the quickest amount of time.</span>
</div>
</div>
<div class="pro">
<img src="img/feature/4.png" alt="">
<div class="des">
<h4>Post Rental Support</h4>
<span>For all of our rental goods, we offer strong post-rental assistance. We’re only a phone call away! You can contact us whenever you have a problem with a product, and we’ll do our best to fix it right away.</span>
</div>
</div>
</div>
</section>
<section id="feature" class="section-p1">
<div class="fe-box">
<img src="img/feature/f1.png" alt="">
<h6>Free Shipping</h6>
</div>
<div class="fe-box">
<img src="img/feature/f2.png" alt="">
<h6>Online Order</h6>
</div>
<div class="fe-box">
<img src="img/feature/f3.png" alt="">
<h6>Save Money</h6>
</div>
<div class="fe-box">
<img src="img/feature/f4.png" alt="">
<h6>Promotions</h6>
</div>
<div class="fe-box">
<img src="img/feature/f5.png" alt="">
<h6>Happy Sell</h6>
</div>
<div class="fe-box">
<img src="img/feature/f6.png" alt="">
<h6>24/7 Support</h6>
</div>
</section>
<section id="newsletter" class="section-p1 section-m1">
<div class="newstext">
<h4># for Newsletters</h4>
<p>Get E-mail updates about our latest shop and <span>special offers.</span></p>
</div>
<div class="form">
<input type="text" placeholder="Your email address">
<button class="normal">#</button>
</div>
</section>
<footer class="section-p1">
<div class="col">
<img src="img/logo.png" alt="">
<h3>Rent-A-Tech</h3>
<div class="follow">
<h4>Follow</h4>
<div class="icon">
<i class="fab fa-facebook"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-facebook"></i>
</div>
</div>
</div>
<div class="col">
<h4>Contact</h4>
<p><strong>Address: </strong> 562 Wellington Road, street32, San Francisco</p>
<p><strong>Phone: </strong>+91 9871123423/ +91 09871123424</p>
<p><strong>Phone: </strong>10:00-18:00, Mon-Sat</p>
</div>
<div class="col">
<h4>About</h4>
<a href="#">About us</a>
<a href="#">Information</a>
<a href="#">Return Policy</a>
<a href="#">Terms&Condition</a>
<a href="#">Contact Us</a>
</div>
<div class="col">
<h4>My Account</h4>
<a href="#">#</a>
<a href="#">View Cart</a>
<a href="#">My Wishlist</a>
<a href="#">Track My Order</a>
<a href="#">Help</a>
</div>
<div class="col">
<p>Secured Payment Gateways</p>
<img src="img/pay/pay.png" alt="">
</div>
<!-- <div class="copyright">
<p>© 2024 Rent-A-Tech. All rights reserved.</p>
</div> -->
</footer>
<script src="script.js"></script>
</body>
</html>