-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (85 loc) · 3.63 KB
/
Copy pathindex.html
File metadata and controls
87 lines (85 loc) · 3.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style/style.css">
<title>Fast Assignment</title>
</head>
<body>
<header>
<div>
<div>
<div class="main-se">
<h1 class="head-title">All Thinks Are Possible If You believe</h1>
<p class="head-dis">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>
<button class="btn-praimary" type="button">Contact Us</button>
</div>
</div class="bon">
</div>
</header>
<main>
<section class="sec-section">
<div>
<img id="sec-img" src="./images/person.png" alt="">
</div>
<div class="sec-div-text">
<h3 class="sec-title">My failures of previous year</h3>
<p class="sec-p">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>
</div>
</section>
</main>
<section>
<h2 class="my-plan-h">My Plans</h2>
<div class="my-plan">
<div class="main-blog">
<img class="icon" src="./images/icons/web.png" alt="Web Development">
<h3 class="blog-h">Web Development</h3>
<p class="blog-p">I want to start</p>
</div>
<div class="main-blog">
<img class="icon" src="./images/icons/js.png" alt="Javascript">
<h3 class="blog-h">Javascript</h3>
<p class="blog-p">I want to start</p>
</div>
<div class="main-blog">
<img class="icon" src="./images/icons/smoke.png" alt="Smoking Habit">
<h3 class="blog-h">Smoking Habit</h3>
<p class="blog-p">I want to start</p>
</div class="main-blog">
<div class="main-blog">
<img class="icon" src="./images/icons/ecom.png" alt="ecommerce">
<h3 class="blog-h">ecommerce</h3>
<p class="blog-p">I want to start</p>
</div>
</div>
</section>
<section class="gradient">
<div class="bonus">
<div>
<h1 id="gradient-h"> Awlays keep a positive mindset</h1>
<button id="gradient-btn" type="button">Contact Us</button>
</div>
</div>
</section>
</body>
<footer>
<div class="footer">
<div class="footer-div">
<h1 class="footer-h">Future</h1>
<p class="footer-p">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>
<p class="footer-p">Email : info@gmail.com</p>
<p class="footer-p">Phone : 01500 00 00 00</p>
<a href="https://www.facebook.com/okay.siyam"><img class="social-icon" src="./images/icons/fb.png" alt=""></a>
<a href="https://twitter.com/?lang=en"><img class="social-icon" src="./images/icons/twitter.png" alt=""></a>
<a href="https://www.youtube.com/watch?v=qw1CVt43VKw"><img class="social-icon" src="./images/icons/youtube.png" alt="" ></a>
</div>
<div class="footer-sub">
<h1 class="footer-h">Subscribe</h1>
<input id="email" type="email" placeholder="Enter Your Email">
<input id="footer-btn" type="submit">
</div>
</div>
</footer>
</html>