-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (69 loc) · 2.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<header>
<div class="banner-container">
<div class="banner-info">
<h1>Lorem ipsum dolor sit amet consectetur, <br> adipisicing elit. Quasi, </h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Veniam dolor deserunt aliquid iste debitis, laborum molestias aliquam enim! Possimus nihil quidem provident cupiditate ducimus blanditiis ea ex laboriosam! Laborum, facere!</p>
<button>contact us</button>
</div>
</div>
</header>
<main>
<section class="section-1">
<div class="img-div">
<img src="./images/person.png" alt="maiya-manush with kubra-chul">
<div class="div"><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>
<li>Contrary to popular belief, is not simply.</li>
<li>Contrary to popular belief, is not simply.</li>
<li>Contrary to popular belief, is not simply.</li>
<li>Contrary to popular belief, is not simply.</li>
</div>
</div>
</section>
<h1 class="logo-section-plans">my plans</h1>
<section class="logo-container">
<div class="logo-items">
<div class="logo-item">
<img src="./images/icons/ecom.png" alt="">
<h3>wev development</h3>
<p>i want to learn</p>
</div>
<div class="logo-item">
<img src="./images/icons/web.png" alt="">
<h3>wev development</h3>
<p>i want to learn</p>
</div>
<div class="logo-item">
<img src="./images/icons/js.png" alt="">
<h3>wev development</h3>
<p>i want to learn</p>
</div>
<div class="logo-item">
<img src="./images/icons/smoke.png" alt="">
<h3>wev development</h3>
<p>i want to learn</p>
</div>
</div>
</section>
<section class="2">
<div class="contact-us-section">
<div class="motivation-info">
<h3>
Awlays keep a positive mindset
</h3>
<button>call now</button>
</div>
</div>
</section>
</main>
</body>
</html>