-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
136 lines (124 loc) · 5.57 KB
/
Copy pathindex.html
File metadata and controls
136 lines (124 loc) · 5.57 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!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>Practise</title>
<!-- Font_link -->
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Work+Sans&display=swap" rel="stylesheet">
<!-- Font_link -->
<!-- bootstrap link -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css">
<!-- bootstrap link -->
<!-- my style -->
<link rel="stylesheet" href="style.css">
<!-- my style -->
</head>
<body>
<div class="container">
<div class="header">
<div class="banner">
<div class="text">
<h1>All Thinks Are Possible If You believe</h1>
<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>
<button class="my-btn">Contact Us</button>
</div>
</div>
</div>
<div class="failure-section">
<div class="row align-items-center">
<div class="col-md-6">
<div class="my_dp">
<img src="img/profile-img.png" alt="">
</div>
</div>
<div class="col-md-6">
<div class="info-section">
<h1>My failures of previous year</h1>
<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>
<h2><span class="okicon">✔</span> Contrary to popular belief, is not simply.</h2>
<h2><span class="okicon">✔</span> Contrary to popular belief.</h2>
<h2><span class="okicon">✔</span> Contrary to popular , is not simply.</h2>
<h2><span class="okicon">✔</span> Contrary to popular belief, is not simply.</h2>
<h2><span class="okicon">✔</span> Contrary to popular simply.</h2>
</div>
</div>
</div>
</div>
<div class="Plans-section">
<div class="plan-heading">
<h1>My Plans</h1>
</div>
<div class="row">
<div class="col-md-3 d-flex justify-content-center">
<div class="icon">
<img src="img/icon/web.png" alt="">
<h2>Web Development</h2>
<p>I want to start</p>
</div>
</div>
<div class="col-md-3 d-flex justify-content-center">
<div class="icon">
<img src="img/icon/js.png" alt="">
<h2>Javascript</h2>
<p>I want to learn</p>
</div>
</div>
<div class="col-md-3 d-flex justify-content-center">
<div class="icon">
<img src="img/icon/smoke.png" alt="">
<h2>Smoking Habit</h2>
<p>I want to end</p>
</div>
</div>
<div class="col-md-3 d-flex justify-content-center">
<div class="icon ">
<img src="img/icon/ecom.png" alt="">
<h2>E-commerce</h2>
<p>I want to develop</p>
</div>
</div>
</div>
</div>
<div class="contact-section justify-content-center">
<div class="call-button">
<h1>Awlays keep a positive mindset</h1>
<button>Call Now</button>
</div>
</div>
<div class="footer-top">
<div class="row">
<div class="col-md-6">
<div class="future">
<h2>Future</h2>
<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>Email : info@gmail.com</p>
<p>Phone : 01500 00 00 00</p>
<ul class="social-icon">
<li>
<a href="#"><img src="img/icon/fb.png" alt=""></a>
<a href="#"><img src="img/icon/twitter.png" alt=""></a>
<a href="#"><img src="img/icon/youtube.png" alt=""></a>
</li>
</ul>
</div>
</div>
<div class="col-md-6">
<div class="sub">
<h2>Subscribe</h2>
<p><input type="email" placeholder="Enter your email"></p>
<button class="sub-btn">Subscribe</button>
</div>
</div>
</div>
</div>
<footer>
© All right Researved by | <a href="https://wa.me/+880177382714">Najatul islam</a>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.min.js" integrity="sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V" crossorigin="anonymous"></script>
</body>
</html>