-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (72 loc) · 2.9 KB
/
index.html
File metadata and controls
72 lines (72 loc) · 2.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<!--this is the link for the icons-->
<script src="https://kit.fontawesome.com/736c01c9ff.js" crossorigin="anonymous"></script>
<!--this links to the styles-->
<link rel="stylesheet" href="styles/index.css">
</head>
<body>
<header>
<div class="container">
<nav class="top-nav">
<div class="social">
<a href="http://instagram.com" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="http://facebook.com" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="http://youtube.com" target="_blank"><i class="fab fa-youtube"></i></a>
<a href="mailto:name@email.com"><i class="fas fa-envelope"></i></a>
</div>
<div>
<p>wordpress themes coming soon</p>
</div>
</nav>
<div class="pink">
<a href="">Learn More -></a>
</div>
</div>
<nav class="main-nav">
<div class="logo">
<img src="images/logo.jpg" alt="women in business logo">
</div>
<div class="links">
<a href="#">About</a>
<a href="#">Portfolio</a>
<a href="#">Shop</a>
<a href="#">Blog</a>
<a href="#">Services</a>
<a href="#">Contact</a>
</div>
</nav>
<div class="title-container">
<div class="main-titles">
<p>Feminine website design for</p>
<h1>Women in business</h1>
<a href=""><button>begin your experience today</button></a>
</div>
</div>
</header>
<section id="services">
<div class="left">
<div class="text">
<p>Work with me</p>
<h2>Services</h2>
<hr>
<p class="space">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptate at ad consectetur, assumenda earum optio consequuntur nobis itaque iusto, id quisquam autem recusandae quos quod dolores reprehenderit vitae quia quidem.</p>
<a href="#"><button>Start Here</button></a>
</div>
</div>
<div class="right">
<div class="text">
<p>Do it yourself</p>
<h2>The Shop</h2>
<hr>
<p class="space">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptate at ad consectetur, assumenda earum optio consequuntur nobis itaque iusto, id quisquam autem recusandae quos quod dolores reprehenderit vitae quia quidem.</p>
<a href="#"><button>Start Here</button></a>
</div>
</div>
</section>
</body>
</html>