-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
66 lines (60 loc) · 2.2 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
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<header class="header">
<div class="box1">
<img src="logo.png">
<span>IMAGE</span>
</div>
<div class="box2">
<a href="">Home</a>
<a href="">About</a>
<a href="">Blogs</a>
<a href="">Plans</a>
<a href="">Gallery</a>
<a href="">Contact </a>
</div>
<button class="btn">Book Trial</button>
</header>
</header>
<div class="home">
<h2>
Photographer's Blog
</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus dolor laboriosam nisi, perspiciatis neque</p>
</div>
<div class="imgd">
<div><img src="img1.png" alt=""></div>
<div><img src="img2.png" alt=""></div>
<div><img src="img3.png" alt=""></div>
<div><img src="img4.png" alt=""></div>
<div><img src="img5.png" alt=""></div>
<div><img src="img6.png" alt=""></div>
</div>
<footer class="ftr">
<div>
<h4>Start your Journey!</h4>
<h2>Lets capture this world</h2>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Corrupti ex repudiandae laudantium magnam provident doloremque aperiam animi itaque corporis vero consequatur reiciendis reprehenderit, quasi voluptatem fugit eius? Nisi, quidem fuga!</p>
</div>
<button class="btn">Book Trial</button>
<div class="lst">
<div class="phto">
Photography
</div>
<div class="contct">Contact Us
</div>
<div class="news">NewsLetter</div>
</div>
</footer>
<script src="" async defer></script>
</body>
</html>