-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
155 lines (144 loc) · 6.8 KB
/
gallery.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE html>
<html lang="en">
<head>
<title>Gallery</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap" rel="stylesheet">
<link rel="icon" href="css/house-237998/favicon.ico">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/styles.css" type="text/css">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-174218862-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-174218862-1');
</script>
</head>
<body>
<div class="bs4example">
<nav class="fixed-top navbar-light bg-light shadow">
<h2 class="brand_head">Amaan<span>Shaikh</span></h2>
<ul class="nav_links">
<li>
<a href="index.html" class="">Home</a>
</li>
<li>
<a href="blog.html" class="">Blog</a>
</li>
<li>
<a href="gallery.html" class="active_link">Gallery</a>
</li>
<li>
<a href="./resume/resume.html" class="">Resume</a>
</li>
</ul>
<div class="burger_ p-3">
<div class="line1_ d-flex justify-content-"></div>
<div class="line2_ d-flex justify-content-end"></div>
<div class="line3_ d-flex justify-content-end"></div>
</div>
</nav>
</div>
<div class="container gallery">
<div class="row">
<div class="col-12">
<h2 class="land">Landscape Pictures</h2>
</div>
</div>
<div class="col-xs-12">
<section class="rows">
<figure class="align-left">
<img class="" src="css/gallery/img-idol.jpg">
</figure>
<figure class="align-right">
<img class="" src="css/gallery/img-hostel-ground.jpeg">
</figure>
</section>
<section class="rows">
<figure class="align-left">
<img class="" src="css/gallery/img-cycle.jpg">
</figure>
<figure class="align-center">
<img class="" src="css/gallery/img-math-dept.jpeg">
</figure>
<figure class="align-right before-port">
<img class="" src="css/gallery/img-ground-hostel.jpeg">
</figure>
</section>
<section class="rows">
<figure class="align-center">
<img class="" src="css/gallery/img-mess.jpg">
</figure>
</section>
<div class="">
<h2 class="port">Portrait Pictures</h2>
</div>
<section class="rows">
<figure class="align-left-portrait">
<img class="" src="css/gallery/img-night.jpg">
</figure>
<figure class="align-center-portrait">
<img class="" src="css/gallery/img-flower-pink-portrait.jpg">
</figure>
<figure class="align-right-portrait">
<img class="" src="css/gallery/img-college-ground.jpg">
</figure>
</section>
<section class="rows">
<figure class="align-left-portrait">
<img class="" src="css/gallery/img-night.jpg">
</figure>
<figure class="align-center-portrait">
<img class="" src="css/gallery/img-flower-red.jpg">
</figure>
<figure class="align-right-portrait">
<img class="" src="css/gallery/img-college-ground.jpg">
</figure>
</section>
</div>
</div>
<footer>
<div class="footer" id="footer">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-6 col-sm-12 col-xs-12 div-3">
<h3 class=""> Know more about me </h3>
<ul class="social social-1">
<li> <a href="https://www.linkedin.com/in/amaan-shaikh-973009194/" target="_blank"> <i class=" fa fa-linkedin"></i></a> </li>
<li> <a href="https://github.com/shaikhamaan" target="_blank"> <i class="fa fa-github"> </i> </a> </li>
<li> <a href="https://twitter.com/a_weird_maan" target="_blank"> <i class="fa fa-twitter"> </i> </a> </li>
</ul>
<div class="">
<ul class="social social-2">
<li> <a href="mailto:amaanshaikh@gmail.com?subject=Hey%20There!!" target="_blank"> <i class="fa fa-google-plus"> </i> </a> </li>
<li> <a href="https://www.facebook.com/profile.php?id=100015847547293" target="_blank"> <i class="fa fa-facebook"> </i> </a> </li>
<li> <a href="https://www.instagram.com/mori.r.t_/" target="_blank"> <i class="fa fa-instagram"> </i> </a> </li>
</ul>
</div>
</div>
</div>
<!--/.row-->
</div>
<!--/.container-->
</div>
<!--/.footer-->
<div class="footer-bottom">
<div class="container">
<p class="text-center">shaikhamaan | © All rights reserved</p>
</div>
</div>
<!--/.footer-bottom-->
</footer>
<script src="app.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
</body>
</html>