-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
99 lines (95 loc) · 4.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=Frontend Project One, initial-scale=1.0">
<title>Document</title>
<script src="https://kit.fontawesome.com/0bd885d957.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="static/css/style.css">
</head>
<body>
<div class="banner">
<div class="cotetion-area">
<p class="cotetion">All Thinks Are Possible If You believe</p>
<p class="cotetion-des">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words</p>
<input class="btn" type="button" value="Contact Us">
</div>
</div>
<div class="failures-area">
<div class="person-image">
<img src="static/images/person.png" alt="person image">
</div>
<div class="failures-text">
<div class="heading-text">
<p class="heading-text-one">My failures of <br> previous yea</p>
<p class="heading-text-des">Contrary to popular belief, Lorem Ipsum is not
simply random text. It has roots in a piece of
classical Latin literature from 45 BC, making it over
2000 years old. Richard McClintock
</p>
<ul>
<li><i class="fa-solid fa-check"></i> Contrary to popular belief, is not simply.</li>
<li><i class="fa-solid fa-check"></i> Contrary to popular belief.</li>
<li><i class="fa-solid fa-check"></i> Contrary to popular , is not simply.</li>
<li><i class="fa-solid fa-check"></i> Contrary to popular belief, is not simply</li>
<li><i class="fa-solid fa-check"></i> Contrary to popular simply</li>
</ul>
</div>
</div>
</div>
<div class="plans">
<h1 class="plans-heading">My Plans</h1>
<div class="palns-info-container">
<div class="plans-about">
<img src="static/images/icons/js.png" alt="" srcset="">
<p class="plans-title">Javascript</p>
<p class="plnas-des">I want to learn</p>
</div>
<div class="plans-about">
<img src="static/images/icons/web.png" alt="" srcset="">
<p class="plans-title">Web Development</p>
<p class="plnas-des">I want to start</p>
</div>
<div class="plans-about">
<img src="static/images/icons/smoke.png" alt="" srcset="">
<p class="plans-title">Smoking Habit</p>
<p class="plnas-des">I want to end</p>
</div>
<div class="plans-about">
<img src="static/images/icons/ecom.png" alt="" srcset="">
<p class="plans-title">Ecommerce</p>
<p class="plnas-des">I Want to develop</p>
</div>
</div>
</div>
<div class="positive-mind-container">
<div class="positive-mind-img">
<div class="image-heading">
<p> Awlays keep a positive mindset</p>
<input class="btn-call-now" type="button" value="Call Now">
</div>
</div>
</div>
<footer class="footer">
<div class="description">
<p class="future">Future</p>
<p class="des-text">There are many variations of passages of Lorem Ipsum
available, but the majority have suffered alteration in some
form, by injected humour, or randomised word.</p>
<p class="email">info@gmail.com</p>
<p class="phone-number">Phone: 0150000000</p>
<div class="socila-icon">
<img src="static/images/icons/fb.png" alt="Facebook">
<img src="static/images/icons/twitter.png" alt="Twitter">
<img src="static/images/icons/youtube.png" alt="Youtube">
</div>
</div>
<div class="search">
<p class="subscribe-title">Subscribe</p>
<input class="search-holder" type="text" placeholder="Enter your email" name="search">
<input class="btn-search" type="button" value="Subscribe">
</div>
</footer>
</body>
</html>