-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
101 lines (101 loc) · 4.21 KB
/
about.html
File metadata and controls
101 lines (101 loc) · 4.21 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
90
91
92
93
94
95
96
97
98
99
100
101
<!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>Document</title>
<link
rel="stylesheet"
href="//use.fontawesome.com/releases/v5.0.7/css/all.css"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<section class="about-us">
<div class="about" id="about-us">
<nav id="about-bars">
<a href="#" class="nav-link" id="menuLink"><i class="fa fa-bars" aria-hidden="true"></i></a>
</nav>
<div class="header-nav-desktop">
<div class="Social-icon">
<ul class="Social-icon-list">
<li><a href=""><i class="fab fa-facebook-f"></i></a></li>
<li><a href=""><i class="fab fa-twitter"></i></a></li>
<li><a href="">English</a></li>
<li><a href="">My Page</a></li>
<li><a href="">Logout</a></li>
</ul>
</div>
<div class="nav-item">
<a href="index.html"><img src="Image/logo.png" alt=""></a>
<ul class="nav-item-list">
<li><a href="about.html" target="_parent" class="homeList">About</a></li>
<li><a href="">Program</a></li>
<li><a href="">Join</a></li>
<li><a href="">Sponser</a></li>
<li><a href="">News</a></li>
<li><button type="button" class="btn-nav">Faya Beauty</button></li>
</ul>
</div>
</div>
<div class="nav-bars">
<ul class="mobile-menu-option">
<li id="close-menu"><i class="fa fa-times" aria-hidden="true">
</i></li>
<li><a href="index.html" class="navLink">Home</a></li>
<li><a href="about.html" class="navLink">About</a></li>
<li><a href="" class="navLink">Program</a></li>
<li><a href="" class="navLink">Join</a></li>
<li><a href="" class="navLink">Sponser</a></li>
<li><a href="" class="navLink">News</a></li>
<li><button>CC Campiaign</button></li>
</ul>
</div>
<h3 class="heading-main">"Welcome to Faya Beauty Salon"</h3>
<h1>COME HERE TO LOOK <br> GLOW and SHINE</h1>
<p class="description">Lorem ipsum dolor sit amet consectetur adipisicing elit. <br> Eius cumque, illo at ad veniam, delectus facilis qui quod, excepturi id iusto doloremque eveniet molestias eos! Reiciendis amet deleniti distinctio cum?</p>
<p>please contact us per Email for any further questions <br> about faya women beauty salon <br>
fayasalon@gmail.com</p>
</div>
<div class="about-logo-section">
<h1>Faya womens Beauty Salon Logo</h1>
<hr class="about-section-separator">
<p>The logo of faya womens beauty salon was decided <br>by the national trade agency</p>
<img src="Image/logo.png" alt="">
<hr class="about-logo-section-separator">
<h1>See the past faya women beauty salon works</h1>
<hr class="about-section-separator">
<p class="prvious-work">Take a look at the last two faya womens beauty salon works with the most profitable companies in Addis Ababa </p>
<div class="previous-work-list">
<div class="previous-work">
<div class="cover-image">
<div class="cover-text">
<h3 class="heading-pre-work">2021</h3>
<h4>Faya beauty salon Bridal work</h4>
</div>
</div>
</div>
<div class="previous-work">
<div class="cover cover-image">
<div class="cover-text">
<h3 class="heading-pre-work">2022</h3>
<h4>Faya beauty salon Bridal work</h4>
</div>
</div>
</div>
</div>
<div class="footer-logo-section">
<div>
<img class="footer-image" src="Image/logo.png" alt="">
</div>
<div>
<p class="footer-logo-section-para">Faya women beauty salon plc.Address: Addis Ababa,Ethiopia.
Office: Cabey Building 3rd floor, Room No. 304.</p>
</div>
</div>
</div>
</section>
<script src="main.js"></script>
</body>
</html>