-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
73 lines (70 loc) · 2.82 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/92e789af92.js" crossorigin="anonymous"></script>
<title>1peg</title>
<link rel="stylesheet" href="./css new/1pegstyle.css">
</head>
<body>
<nav class="navbar bg-dark">
<div class="container">
<h1 class="main-heading logo lg-heading text-light">1peg.in</h1>
<ul class="nav-items">
<li class="nav-item"><a href="./home.html" >home</a></li>
<li class="nav-item"><a href="./about.html">About</a></li>
<li class="nav-item"><a href="./contact.html">contact</a></li>
</ul>
</div>
</nav>
<section class="about">
<div class="container">
<h2 class="lg-heading text-black about-heading">About Us</h2>
<p class="text-gray">We provide full Bar experience at your home. You can hire Mobile Bar, Coctail Bar, Mocktail Bar, Bartender, Testing,Cocktail Making Glassses, Event Planners.</p>
<div class="about-wrapper">
<div class="left">
<ul>
<li>Corporate Event. </li>
<li>Private Parties.</li>
<li> Glassware Rental.</li>
</ul>
</div>
<div class="right">
<ul>
<li>Wedding.</li>
<li>Bar Equipment.</li>
<li>Event Staff.</li>
</ul>
</div>
</div>
<div class="counts">
<div class="count-item count-item1">
<div class="patanhi"> 40</div>
<p>Services</p>
</div>
<div class="count-item count-item2">
<div class="patanhi">150</div>
<p>Visited</p>
</div>
<div class="count-item count-item3">
<div class="patanhi">38</div>
<p>Happy</p>
</div>
<div class="count-item count-item4">
<div class="patanhi">56</div>
<p>Family</p>
</div>
</div>
<div class="cta-banner">
<div class="cta-banner-left">
<p class="cta-line">What are you waiting for, reach us right now...</p>
</div>
<div class="cta-banner-right">
<a href="contact.html" class='btn-cta maza'>contact us</a>
</div>
</div>
</div>
</section>
</body>
</html>