-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
359 lines (306 loc) · 13.6 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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="mainstyle.css">
<link rel="icon" type="image/x-icon" href="Assets/logo.png">
<title>Parrave - Vending Machine</title>
</head>
<body>
<header>
<div>
<div class="iconn">
<a href="index.html">
<img src="Assets/logo.png" alt="Parrave Ventures Logo" width="35px" height="40px"></img>
</a>
</div>
<div>
<center>
<nav>
<div>
<ul>
<li class="navitem" >
<a href="#">HOME</a>
</li>
<li class="navitem">
<a href="#">SERVICES</a>
</li>
<li class="navitem">
<a href="#">ADVERTISEMENT</a>
</li>
<li class="navitem">
<a href="#">CONTACT US</a>
</li >
<li class="navitem">
<a href="#">LOGIN</a>
</li>
<li>
<a href="#">SIGNUP</a>
</li>
</ul>
</div>
<!-- <div class="login">
<button>Login/Signup</button>
</div> -->
</nav>
<div class="Headtxt">
Parrave Ventures
</div>
</center>
</div>
</div>
</header>
<div style="display:flex">
<div class="brandlogos">
<div style="font-family: MarkPro; font-size: 30px; font-weight: bold;">Brands</div>
<img src="Assets/cadbury.webp">
<img src="Assets/cocacola.webp">
<img src="Assets/haldiram.webp">
<img src="Assets/parle.webp">
</div>
<div class="brandcities">
<div style="font-family: MarkPro; font-size: 30px; font-weight: bold">Cities</div>        
<div style="font-family: MarkPro; font-size: 20px;">City1  |  City2   |   City3   |  City4  |   City 5  |   City 6</div>
</div>
</div>
<main>
<section class="hero">
<div style="display:flex; font-family: MarkPro;">
<table class="herosub">
<tr>
<td>
<h2 style="float: center; font-size: 60px; font-family: MarkPro; color: black"> CRACK the deal!</h2>
</td>
<td>
</td>
</tr>
</table>
<table class="herosub2">
<tr>
<td style="color: white; font-weight: bold; font-size: 20px; text-align: center">
Free of Cost Deployment
</td>
<td style="color: white; font-weight: bold; font-size: 20px; text-align: center">
24/7 Service & Availability
</td>
<td style="color: white; font-weight: bold; font-size: 20px; text-align: center">
Paperless Transactions
</td>
</tr>
</table>
</div>
</section>
<section class="section2">
<div>
<div style="text-align: center; font-family: MarkPro; padding-top: 30px; font-size: 60px">
<span>Advertisment Opportunity</span>
</div>
</div>
<div> <br>
<table style="height: 350px; width: 100%">
<tr>
<td style="text-align: center;font-family: MarkPro;">
<div>
<h4>Ads Dimensions</h4>
<span>
1. 24*36 inches
</span>
<span>
2. 12*18 inches
</span>
</div>
<div>
<h4>24/7 Display</h4>
<span>Lorem ipsum dolor sit amet consectetur, adipisicing elit.</span>
</div>
</td>
<td style="text-align: center;font-family: MarkPro;">
<div>
<h1>Subscription Customised Ads</h1>
<span>Lorem ipsum dolor sit amet consectetur, adipisicing elit.</span>
</div>
</td>
<td style="text-align: center; font-family: MarkPro;">
<div>
<h1>Deals And Offers</h1>
<span>Lorem ipsum dolor sit amet consectetur, adipisicing elit.</span>
</div>
</td>
</tr>
</table>
<br> <br> <br>
<div>
<button class="booknow">Book Now</button>
</div>
</div>
</section>
<section style="background-color: black; border-radius: 10px">
<div style="display:flex">
<div class="brandlogos2">
<img src="Assets/cadbury.webp">
<img src="Assets/cocacola.webp">
<img src="Assets/haldiram.webp">
<img src="Assets/parle.webp">
</div>
<!-- <div class="brandcities">
<div style="font-family: MarkPro; font-size: 30px; font-weight: bold">Cities</div>        
<div style="font-family: MarkPro; font-size: 20px;">City1  |  City2   |   City3   |  City4  |   City 5  |   City 6</div>
</div> -->
</div>
</section>
<section class="section3"></section>
<section class="section3.1">
<table style="height: 250px; width: 100% ; background-color: rgb(255, 106, 0); padding-bottom: 40px">
<tr>
<td style="text-align: center; font-family: MarkPro; font-size: 45px" colspan="3">
<div>
<h2>Smart Snacking</h2>
</div>
</td>
</tr>
<tr>
<td style="text-align: center;font-family: MarkPro;">
<div>
<div>
<img src="#" alt="img not found">
</div>
<div>
<h2>Touch Interface</h2>
</div>
</div>
</td>
<td style="text-align: center;font-family: MarkPro;">
<div>
<div>
<img src="#" alt="img not found">
</div>
<div>
<h2>Easy Push & Grab</h2>
</div>
</div>
</td>
<td style="text-align: center;font-family: MarkPro;">
<div>
<div>
<img src="#" alt="img not found">
</div>
<div>
<h2>UPI Payments</h2>
</div>
</div>
</td>
</tr>
</table>
</section>
<br><br><br>
<section>
<div>
<div>
<div>
<img src="#" alt="img not found">
</div>
</div>
<div>
<div>
<svg width="69" height="56" viewBox="0 0 69 56" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.43939 26.8064V26.8069C7.43939 28.1023 8.47095 29.1339 9.76631 29.1339H27.0513V52.6373H3.54785V26.8069C3.54785 14.7491 12.7638 4.80069 24.5036 3.63028V7.536C19.9667 8.0915 15.7593 10.2317 12.6344 13.5947C9.29795 17.1854 7.44223 21.9048 7.43939 26.8064ZM66.8325 29.1339V52.6373H43.329V26.8069C43.329 14.7489 52.5455 4.79947 64.3113 3.63006V7.5342C54.6836 8.69306 47.2205 16.8812 47.2205 26.8069C47.2205 28.1023 48.2521 29.1339 49.5475 29.1339H66.8325Z" stroke="#50FEA8" stroke-width="2"/>
</svg>
</div>
<p>We have been operating for over an providin top-notch services to our clients and build strong track record in the industry.We have been operating for over a decad providi ina top-notch We have been operating</p>
<div>
<div>
<img src="#" alt="img not found">
</div>
<div>
<h6>John Deo</h6>
<span>Company</span>
</div>
</div>
</div>
</div>
</section>
<br><br><br>
<section>
<div>
<div>
<h6>MESSAGE US</h6>
<h2>Lorem ipsum dolor sit amet consectetur, adipisicing elit.</h2>
<div>
<div>
<div>
<i class="fa-solid fa-phone"></i>
</div>
<div>
<p>Requesting A Call:</p>
<a href="tel:9876543210">9876543210</a>
</div>
</div>
<div>
<div>
<i class="fa-solid fa-clock"></i>
</div>
<div>
<span>Open Hours:</span>
<h4>9 am - 8 pm</h4>
</div>
</div>
<div>
<div>
<i class="fa-solid fa-location-dot"></i>
</div>
<div>
<p>Location:</p>
<a href="#">Chitkara University, Rajpura</a>
</div>
</div>
</div>
</div>
<div>
<div>
<span>Your Email</span>
<input type="email">
<div>
<i class="fa-solid fa-paper-plane"></i>
</div>
</div>
<div>
<span>Your Phone</span>
<input type="tel">
<div>
<i class="fa-solid fa-phone"></i>
</div>
</div>
<div>
<span>Your Message</span>
<input type="text">
<div>
<i class="fa-solid fa-envelope"></i>
</div>
</div>
<div>
<button type="submit">Send Message</button>
</div>
</div>
</div>
</section>
</main>
<br><br><br>
<footer>
<section>
<div>
<div>
<p>© <a href="#">ACM</a> 2024 | All Rights Reserved</p>
</div>
<div>
<ul>
<li><a href="#">Terms & Condition</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
</div>
</section>
</footer>
</body>
</html>