-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
62 lines (51 loc) · 2.67 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact us</title>
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<style>
</style>
<body>
<!-- ----------------------------------Home Page-------------------------------------------------- -->
<section id="home">
<nav>
<div class="logo"><span>Brekkie</span></div>
<input type="checkbox" id="click">
<label for="click" class="menu-btn"><i class="fa-solid fa-bars"></i></label>
<ul >
<li ><a href="index.html">Home</a></li>
<li><a href="about.html">About us </a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a class="active" href="contact.html">Contact us</a></li>
<li><a href="register_form.html"> Register Now </a></li>
</ul>
</nav>
<div id="galley">
<div class="row">
<div class="herooo">
<h2 class="contenta"><span>Find us now in Social Media</span></h2>
<a href="#"><img src="img/insta.png" class="min"></a>
<a href="#"><img src="img/facebook-icon.png"class="min" ></a>
<a href="#"><img src="img/linkedin-icon.png"class="min" ></a><br>
<a href="#"><img src="img/snapchat-icon.png"class="min" ></a>
<a href="#"><img src="img/twitter-icon.png"class="min" ></a>
</div>
<p style="color: white; text-align:center; background-color: #111111;">
<i class="fa-solid fa-envelope"></i> [email protected]
<br>
<br>
<i class="fa-solid fa-phone"></i> 1301-4321-4374
<br>
<br>
<i class="fa-solid fa-location-dot"></i>Brekkie Restuarant near lissa shop ,Sweden,Europe.
</p>
</div>
</div>
</div>
</div>
</section>