-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacts.html
34 lines (34 loc) · 1.12 KB
/
contacts.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Restaurant Website</title>
<link rel="stylesheet" href="style.css" />
<script
src="https://kit.fontawesome.com/7a4b62b0a4.js"
crossorigin="anonymous"
></script>
</head>
<body>
<nav>
<div class="navigation container">
<div class="logo_container">
<img src="images/logo.png" alt="logo" />
</div>
<div class="bar_icon">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<center>
<h3><ul type="square">
<li type="square">Management Support<br>Tejas Kumar Chopade:+91 9370746319</li>
<li>App Support<br>Aditya Chavhan:+91 9405233166</li>
<li>Web Support<br>Prianshu Khalde:+91 9820487682</li>
<li>Sponsor Support<br>Vikas Tarange:+91 9832576650</li>
<li>Chef Support<br>Sanket Dubal:+91 98325768765</li>
</ul></h3>
</body>
</html>