-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutus.html
More file actions
89 lines (69 loc) · 3.06 KB
/
aboutus.html
File metadata and controls
89 lines (69 loc) · 3.06 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Leisure Square Grub & Wine</title>
<link rel="icon" href="sushi.ico">
<link rel="bootstrap" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="stylesaboutus.css">
</head>
<body>
<div class="topnav">
<a href="index.html">Home</a>
<a href="reservation.html">Reservation</a>
<a href="delivery.html">Delivery</a>
<a href="gallery.html">Gallery</a>
<a class="active" href="aboutus.html">About us</a>
<a href="contact.html">Contact us</a>
<div class="search-container">
<form action="/action_page.php">
<input type="text" placeholder="Search.." name="search">
<button type="submit">Submit</button>
</form>
</div>
</div>
<div class="first-container">
<img class="f1" src="pics/1111.png" alt="">
<div class="container">
<div class="hero-text">
<h1>More about us</h1>
<p>We at Leisure Square Grub & Wine would love to serve you yummy dishes straight
from our kitchen ready for you. We will fulfil you hunger needs and ensure that we
leave you licking your fingers and asking for more yummy dishes!</p>
<p>We believe passionately in great bargains and excellent service,
which is why we commit ourselves to giving you the best of both.
If you’re looking for something new, you’re in the right place.
We strive to be industrious and innovative, offering our customers
something they want, putting their desires at the top of our priority list.
So hurry! Order now!</p>
</div>
</div>
</div>
<footer class="footer">
<ul class="social-icon">
<li class="social-icon__item"><a class="social-icon__link" href="#">
<ion-icon name="logo-facebook"></ion-icon>
</a></li>
<li class="social-icon__item"><a class="social-icon__link" href="#">
<ion-icon name="logo-twitter"></ion-icon>
</a></li>
<li class="social-icon__item"><a class="social-icon__link" href="#">
<ion-icon name="logo-linkedin"></ion-icon>
</a></li>
<li class="social-icon__item"><a class="social-icon__link" href="#">
<ion-icon name="logo-instagram"></ion-icon>
</a></li>
</ul>
<ul class="menu">
<li class="menu__item"><a class="menu__link" href="#">Home</a></li>
<li class="menu__item"><a class="menu__link" href="#">About</a></li>
<li class="menu__item"><a class="menu__link" href="#">Services</a></li>
<li class="menu__item"><a class="menu__link" href="#">Team</a></li>
<li class="menu__item"><a class="menu__link" href="#">Contact</a></li>
</ul>
<p>©2021 Nadine Coelho | All Rights Reserved</p>
</footer>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>
</html>