-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
164 lines (103 loc) · 3.59 KB
/
index.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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
<link rel="stylesheet" href="css/slider.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<style>
.section1{background-image: url("images/background\(2\).jpg")}
</style>
<body class="">
<div class="topnav" style=" margin-bottom: 20px;" >
<a style="padding-top:0px; padding-bottom: 0px"><img src="images/download.jpeg.jpg" width="100px" height="100px"></a>
<a class="active" href="index.html">Home</a>
<a href="gallery.html">Gallery</a>
<a href="Services.html">Services</a>
<a href="discounts.html">Discounts</a>
<a href="aboutus.html">About us</a>
<a href="contactus.html">Contact us</a>
<a href="login.php">Log In</a>
<a href="register.php">Register</a>
<div class="search-container">
<form action="search.php" method="POST">
<input type="text" placeholder="Search.." name="name">
<button type="submit" value="submit" name="submit"><i class="fa fa-search"></i></button>
</form>
</div>
</div>
<div class="section1" style=" margin-bottom: 20px;">
<h1 align="center" style="margin-top: 220px; font-size: 80px; color:dimgray" >Why Look Simple When You can Look Stunning ?</h1>
</div>
<div class="section2" style=" margin-bottom: 20px;">
<div class="left">
<div>
<span1>The Best Stylists You'll Find In town</span1>
<p>You deserve that beauty and glow Anyways....</p>
</div>
</div>
<div class="slider">
<ul>
<li style="background-image:url(images/colouring.jpg)">
</li>
<li style="background-image:url(images/eyemakeup.jpg)">
</li>
<li style="background-image:url(images/fa6422340829e8fe0182f1c321c8a2e4.jpg)">
</li>
<li style="background-image:url(images/makeover.jpg)">
</li>
</ul>
<ul>
<nav>
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
</nav>
</ul>
</div>
</div>
<footer class="footer-distributed">
<div class="footer-left">
<a><img src="images/download.jpeg.jpg" alt="" width="100px" height="100" ></a>
<p class="footer-links">
<a href="index.html" class="link-1">Home</a>
<a href="gallery.html">Gallery</a>
<a href="products.html">Products</a>
<a href="aboutus.html">About us</a>
<a href="contactus.html">Contact us</a>
</p>
<p class="footer-company-name">Capello Name © 2021</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p>Capello Salon (PVT) LTD,<br> De Krester Place, Colombo</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>077 786 1863</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="Capello:support@company.com">support@Capello.com</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>Our Story</span>
Above Everything, Capello always tries to give clients the most affordable prices with the best quality products and treatments.
</p>
<div class="footer-icons">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-youtube"></i></a>
</div>
</div>
</footer>
<script src="js/slider.js"></script>
</body>
</html>