-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (92 loc) · 4.27 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
<!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">
<title>Document</title>
<link rel="stylesheet" href="style/first-assignment.css">
</head>
<body>
<main>
<section class="header">
<div class="text">
<h1 class="first-heading">All Thinks Are Possible If You believe</h1>
<p class="lorem">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="primary-btn">Contact Us</button>
</div>
</section>
<section class="section-2">
<img class="img" src="images/person.png" alt="">
<div class="center">
<h2 class="header-2">My failures of previous year</h2>
<p class="lorem">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>
<p class="lorem">Contrary to popular belief, is not simply.</p>
<p class="lorem">Contrary to popular belief.</p>
<p class="lorem">Contrary to popular , is not simply.</p>
<p class="lorem">Contrary to popular belief, is not simply.</p>
<p class="lorem">Contrary to popular simply.</p>
</div>
</section>
<section class="section-3">
<h2 class="heading-3">My Plans</h2>
<div class="centers">
<div class="skill">
<img class="img-1" src="/images/icons/web.png" alt="">
<p class="skills">Web Development</p>
<p class="lorem2">I want to start</p>
</div>
<div class="skill">
<img class="img-1" src="/images/icons/js.png" alt="">
<p class="skills">Javascript</p>
<p class="lorem2">I want to learn</p>
</div>
<div class="skill">
<img class="img-1" src="/images/icons/smoke.png" alt="">
<p class="skills">Smoking Habit</p>
<p class="lorem2">I want to end</p>
</div>
<div class="skill">
<img class="img-1" src="/images/icons/ecom.png" alt="">
<p class="skills">ecommerce</p>
<p class="lorem2">I want to develop</p>
</div>
</div>
</section>
<section class="images">
<div class="lol-5">
<img src="/images/gradient2.png" alt="">
<div class="text-align">
<h2 class="mindset">Awlays keep a positive mindset</h2>
<button class="call-button">Call Now</button>
</div>
</div>
</section>
<section class="my-activities">
<div>
<div class="align-11">
<h2 class="none">Future</h2>
<div class="color">
<p class="color-1">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="color-2">email : siam@gmail.com</p>
<p class="color-3">phone : 098764321</p>
</div>
<a href=""><img src="/images/icons/fb.png" alt=""></a>
<a href=""><img src="/images/icons/twitter.png" alt=""></a>
<a href=""><img src="/images/icons/youtube.png" alt=""></a>
</div>
</div>
<div class="subs">
<h3 class="heading-5">Subscribe</h2>
<input class="email-style" type="email" placeholder="Enter your email">
<button class="sub-button">Subscribe</button>
</div>
</section>
</main>
</body>
</html>