-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (40 loc) · 2.4 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
<!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>Photo portfolio</title>
<link rel="stylesheet" href="photo.css">
</head>
<body>
<head>
<div class="containers">
<h1 class="header-name">Best picture of Pahadi22i</h1>
</div>
</head>
<div class="container">
<div class="left-text">
<h2 class="heading">My portfolio</h2>
<p class="subheading">When words become unclear,I shall focus with photograhs .When images become inadequate, I shall be content with silence.</p>
<div class="soical-media-link flex">
<a href="https://www.instagram.com/pahadi22i/" class="hover-link"><i class="fa-brands fa-instagram fa-xl"></i></a>
<a href="https://wa.me/7206247020" class="hover-link"><i class="fa-brands fa-whatsapp fa-xl"></i></a>
<a href="https://www.facebook.com/profile.php?id=100006447915608" class="hover-link"><i class="fa-brands fa-facebook fa-xl"></i></a>
</div>
</div>
<div class="gallery">
<div class="box raw-3" style="background-image: url(./image/Screenshot_20230406-111819_Instagram~2.png);">Jama masjid</div>
<div class="box col-2" style="background-image: url(./image/PXL_20230131_160306874.PORTRAIT.jpg);">Agrasen ki Baoli</div>
<div class="box raw-2" style="background-image: url(./image/Screenshot_20230406-111749_Instagram~2.png);">Purana Qila</div>
<div class="box raw-2" style="background-image: url(./image/PXL_20230405_184432243.jpg);">Sun set</div>
<div class="box" style="background-image: url(./image/Screenshot_20230406-111758_Instagram~2.png);">Pauri Garhwal</div>
<div class="box raw-2" style="background-image: url(./image/Screenshot_20230406-111805_Instagram~2.png);">Safdarjung tomb</div>
<div class="box raw-2" style="background-image: url(./image/Screenshot_20230406-111812_Instagram~2.png);">Archaeological Park</div>
<div class="box raw-2" style="background-image: url(./image/IMG_20230115_065254.jpg);">Yamuna Ghat</div>
<div class="box"></div>
</div>
</div>
<script src="https://kit.fontawesome.com/2f480d0991.js" crossorigin="anonymous"></script>
</body>
</html>