-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.html
63 lines (56 loc) · 2.55 KB
/
Main.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
<!--Fey Sami Alwafi-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Silhouette Salon</title>
<link rel="stylesheet" type="text/css" href="StyleIndex.css">
</head>
<body>
<header>
<!--Logo-->
<img src="IMGs/Silhouette_Beauty_Salon_Logo.png" class="logo" width = "200" height = "150"
alt="Beauty Salon Logo Image">
<nav>
<ul>
<li><a href="Main.html"> Welcome</a></li>
<li><a href="About-us.html"> About Us</a></li>
<li><a href="CustomerInformation.html"> Contact Us</a></li>
<li><a href="HomePage.html"> Home Page</a></li>
</ul>
</nav>
</header>
<section class="content padding" id="welcomeTitle">
<div class="text-content">
<h3>Silhouette Salon</h3>
<p>Indulge in a world of pampering & rejuvenation. At Silhouette Salon,we are dedicated to enhancing your natural
beauty and providing you with a tranquil escape from the stresses of everyday life. Our team of skilled professionals
is here to help you look and feel your best.From luxurious spa treatments to expert hair and makeup services,
we're committed to making your visit a delightful experience.</p>
</div>
</section>
<footer>
<div class="grid col-4">
<div class="grid col-1">
<h3>Silhouette Salon <br><br><span class="text-left">© beauty salon 2023</span></h3>
</div>
<div><!--address and contact-->
<h4>Address & Contact Info</h4>
<span>Industrial Area No. 2. <br>Riyadh, Saudi Arabia, 7107</span><br>
<span><a href= "tel:00966-1-2820484"> +966 1 2820484</a></span>
<span><a href="mailto:beautysalon@site.com">beautysalon@site.com</a></span>
</div>
<div><!--opening hrs-->
<h4>Opening Hours</h4>
<span>Sun - Thu<br>9am - 10pm</span><br>
<span>Fri - Sat<br>11am - 11pm</span>
</div>
<div><iframe src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d120575.18046635174!2d46.614067944244105!3d24.710388686748264!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2ssa!4v1699385372479!5m2!1sen!2ssa"
width="270" height="270" style="border: 4px solid rgb(228, 219, 219);
width: 270px; height: 450px;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe></div>
</div>
</footer>
</body>
</html>