-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
119 lines (117 loc) · 4.98 KB
/
index.html
File metadata and controls
119 lines (117 loc) · 4.98 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Debbie Designs</title>
<link rel="stylesheet" href="fontawesome-free-5.13.0-web/css/all.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="landing">
<nav>
<!-- <div class="icon"><i class="fas fa-clone"></i></div> -->
<ul>
<div class="icon"><i class="fas fa-clone"></i></div>
<li><a href="index.html">Home</a></li>
<li><a href="product.html">Product</a>
</li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
<div id="header">
<div class="header-content">
<h1>We Help Your Business</h1>
<p>It is a long established fact that a reader will be distracted by
the readable content of a page when looking at its layout
</p>
<a href="contact.html"><input type="button" value="Learn More"></a>
</div>
</div>
<div id="landing-content">
<h1>Our Product</h1>
<div id="product">
<div class="product-content">
<div id="center">
<div id="icon2"> <i id="star"class="far fa-star"></i></div>
</div>
<h2>seo</h2>
<p>Its a long established fact that a reader will be directed by the</p>
</div>
<div class="product-content">
<div id="center">
<div id="icon2"> <i id="star" class="far fa-star"></i></div>
</div>
<h2>Branding</h2>
<p>Its a long established fact that a reader will be directed by the</p>
</div>
<div class="product-content">
<div id="center">
<div id="icon2">
<div class="icon2"> <i id="star" class="far fa-star"></i></div>
</div>
</div>
<h2>Logo</h2>
<p>Its a long established fact that a reader will be directed by the</p>
</div>
</div>
</div>
<div id="about">
<div class="aboutcon">
<h1>about us</h1>
<p>It is a long established fact that a reader will be distracted by
the readable content of a page when looking at its It is a long established fact that a reader will be distracted by
the readable content of a page when looking at itslayout
</p>
</div>
<img src="image/pexels-photo-260024.jpeg" alt="image">
</div>
<div id="testimony">
<div class="icon3">
<i class="fas fa-chevron-left"></i>
</div>
<img src="image/InShot_20200702_105942926.jpg" alt="picture">
<div class="profile">
<h1>Debbie Icezik</h1>
<p>It is a long established fact that a reader will be distracted by
the readable content of a page when looking at its layout</p>
</div>
<div class="icon3">
<i class="fas fa-chevron-right"></i>
</div>
</div>
<div id="form">
<input type="email" name="email" id="email" placeholder="Email ID">
<input type="submit" value="Subscribe">
</div>
<div id="summary">
<div class="sum1">
<h1>About Company</h1>
<p>It is a long established fact that a reader will be distracted by
the readable content of a page when looking at its layout</p>
</div>
<div class="sum1">
<h1>Quick Links</h1>
<p> <a href="index.html">Home</a></br>
<a href="product.html">Product</a><br>
<a href="pricing.html">Pricing</a></br>
<a href="contact.html">contact Us</a></br>
</p>
</div>
<div class="sum1">
<h1>Contact Us</h1>
<p> okonudeborah28@gmail.com<br>
+234 701 574 1887<br>
<a href="#"> <i class="fab fa-facebook-f"></i></a>
<a href="#"> <i class="fab fa-twitter"></i> </a>
<a href="#"> <i class="fab fa-google-plus-g"></i> </a>
</p>
</div>
</div>
<footer>
copyright © 2020 All rights reserved- Debbie_Designs
</footer>
</div>
</body>
</html>