-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (44 loc) · 2.05 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
<!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="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap" rel="stylesheet">
<title>Landing Page</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="sec1">
<img class="dp" src="image.png" alt="">
<h1>Creativity starts with viewing the <br> whole world differently</h1>
<p class="p1">A service agency with customer satisfaction</p>
<button class="bu">JOIN US</button><br>
<img class="dp2" src="image 1.png" alt="">
</div>
<div>
<h2> <b>Our Blogs</b></h2></div>
</div>
<div class="sec3">
<h4>How to work with prototype design with adobe xd featuring tools</h4>
<p class="p2">The 2019 Innovation by Design Awards honor the designers and businesses solving the problems of today and tomorrow. It is one of the most sought-after design...</p>
<button>Read More</button>
</div>
<div class="sec4">
<h4>How to work with prototype design with adobe xd featuring tools</h4>
<p class="p2">The 2019 Innovation by Design Awards honor the designers and businesses solving the problems of today and tomorrow. It is one of the most sought-after design...</p>
<button>Read More</button>
<br> <br>
</div>
<div class="sec5">
<h4>How to work with prototype design with adobe xd featuring tools</h4>
<p class="p2">The 2019 Innovation by Design Awards honor the designers and businesses solving the problems of today and tomorrow. It is one of the most sought-after design...</p>
<button>Read More</button>
</div>
<div class="footer">
<p class="p3">All rights sereved by weBlogs</p>
</div>
</body>
</html>