-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphotography.html
93 lines (78 loc) · 2.98 KB
/
photography.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
<!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">
<!-- seo contents, to modify -->
<meta name="author" content="Debmalya Pramanik">
<meta name="description" content="Data Science and Analyst with a passion for Research and Open Source Development">
<meta name="keywords"
content="portfolio, python, machine learning, deep learning, data science, data analyst, data engineer, mlops, open source, academic research">
<meta name="robots" content="INDEX, FOLLOW">
<!-- adding google site verification for indexing -->
<meta name="google-site-verification" content="ZeaUYtgWMDFeVFqyu7bg1NPTsBfWaIog9DnOkWACF9w" />
<!-- normalize all browser -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
<!-- add style sheets -->
<link rel="stylesheet" href="./css/photography/style.css">
<link rel="stylesheet" href="./css/photography/animation.css">
<link rel="stylesheet" href="./css/social-buttons.css" class="stylesheet">
<!-- icons library stylesheet -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Photography Showcase</title>
</head>
<body>
<div class="imgLoader"></div>
<div class="container">
<h1 class="title">Photo Gallery</h1>
<div class="credit">
* thanks to <a href="https://twitter.com/amit_sheen">Amit Sheen</a> for <a
href="https://codepen.io/amit_sheen/pen/WNweryv"><code>code</code></a>
</div>
<!-- books & pages animation -->
<div class="book">
<div class="gap"></div>
<div class="pages">
<div class="page"></div>
<div class="page"></div>
<div class="page"></div>
<div class="page"></div>
<div class="page"></div>
<div class="page"></div>
</div>
<div class="flips">
<div class="flip flip1">
<div class="flip flip2">
<div class="flip flip3">
<div class="flip flip4">
<div class="flip flip5">
<div class="flip flip6">
<div class="flip flip7"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end: books & pages animation -->
<div class="links">
<a href="https://www.instagram.com/d.e.b.m.a.l.y.a/" target="_blank">
<button class="icon-btn instagram">
<i class="fa fa-instagram"></i>
</button>
</a>
<a href="https://www.facebook.com/iamMrHobo/photos" target="_blank">
<button class="icon-btn facebook">
<i class="fa fa-facebook"></i>
</button>
</a>
</div>
</div>
<a href="index.html" class="homeLink" target="_top">
<img src="./assets/images/house.png" /><br>↩<code>homepage</code>
</a>
</body>
</html>