-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsquare.html
69 lines (58 loc) · 2.59 KB
/
square.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
<html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<title>square_frame._</title>
</head>
<body>
<main>
<!-- Landing Area -->
<div id="landing">
<div id="landing-text">
<div id="landing-text-inner">
<h1>Welcome to square_frame._</h1>
<h2>Beautiful Photography</h2>
<p>INSTA id
<strong><a href ="https://www.instagram.com/square_frame._/?igshid=1pryb77760hm8">SQUARE FRAME</a></strong></p>
<a href="#images" class="btn" id="view-work">
<h2>View Work</h2>
</a>
</div>
</div>
<div id="landing-image"></div>
</div>
<div id="images">
<div id="header">
<h2>My Work</h2>
</div>
<img src="https://bookriot.com/wp-content/uploads/2019/08/man-in-front-of-shelves-of-books-feature-640-unsplash-1280x720.jpg" alt="">
<div class="caption">
<h2>Photo One</h2>
<p><h1>A reader lives a thousand lives before he dies. The man who never reads lives only one.</h1>.</p>
</div>
<img src="https://wallpapercave.com/wp/wp2553949.jpg" alt="">
<div class="caption">
<h2>Photo Two</h2>
<p><h1>Look deep into nature, and then you will understand everything better..</h1></p>
</div>
<img src="https://cdn.pixabay.com/photo/2013/11/28/10/36/road-220058_1280.jpg" alt="">
<div class="caption">
<h2>Photo Three</h2>
<p><h1>Heaven is under our feet as well as over our heads..</h1></p>
</div>
<img src="https://cdn.pixabay.com/photo/2013/11/05/12/27/sunset-205717_1280.jpg" alt="">
<div class="caption">
<h2>Photo Four</h2>
<p><h1>Keep your face to the sun and you will never see the shadows..</h1></p>
</div>
</div>
</main>
<footer>
<h3>FOLLOW ME ON INSTAGRAM</h3>
<p>For more amazing pictures do follow......</p>
<p>INSTA id
<strong><a href ="https://www.instagram.com/square_frame._/?igshid=1pryb77760hm8">SQUARE FRAME</a></strong>
</p>
</footer>
</body></html>