-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (61 loc) · 2.97 KB
/
index.html
File metadata and controls
69 lines (61 loc) · 2.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>EMILY MOKOENA'S WEBSITE</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="main">
<div class="navbar">
<div class="icon">
<h2 class="logo">
<a href="./images/IMG-20220825-WA0002.jpg"> <img src="./images/IMG-20220825-WA0002.jpg" width="100px"></a></h2>
</div>
<div class="menu">
<ul>
<li><a href="./index.html">HOME</a></li>
<li><a href="./about.html">ABOUT</a></li>
<li><a href="./gallery.html">GALLERY</a></li>
<li><a href="./skills.html">SKILLS</a></li>
<li><a href="./contact.html">CONTACT</a></li>
</ul>
</div>
<div class="search">
<input class="srch" type="search" name="" placeholder="Type To Search">
<a href="#"><button class="btn">search</button></a>
</div>
<div class="content">
<h1> <br><br><span>Fashion Design & <br> Pattern Making</span> <br> </h1>
<p class="par">L'VO SPECIALIZES IN CUSTOM CLOTHING THIS MEANS <br>
THAT WE CAN MAKE WHAT THE CUSTOMER IS LOOKING <br> FOR WE PRIDE OURSELVES IN THIS AS IT IS NOT THE <br> EASIEST TO TURN YOUR VISION INTO CLOTHING
</p>
<button class="cn"><a href="#">JOIN US</a></button>
<div class="form">
<h2>Login Here</h2>
<input type="email" name="email" placeholder="Enter Email Here">
<input type="Password" name="" placeholder="Password Here">
<button class="btn" ><a href="#">Login</a></button>
<p class="link">Don't have an account<br>
<a href="#">Sign up here</a> </p>
<p class="liw" >Log in with </p>
<div class="icon" >
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-whatsapp"></a>
<a href="#" class="fa fa-apple"></a>
<a href="#" class="fa fa-twitter"></a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Section Start -->
<footer>
<div class="text">
<span>Created By <a href="#">Emily MOKOENA</a> | © 2022 All Rights Reserved</span>
</div>
</footer>
<script src="https://kit.fontawesome.com/yourcode.js"></script>
</body>
</html>