-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
144 lines (144 loc) · 4.91 KB
/
index.html
File metadata and controls
144 lines (144 loc) · 4.91 KB
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
<!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" />
<meta
property="og:title"
content="Sanajit Jana | Coder | Designer | Explorer | Links"
/>
<meta
property="og:site_name"
content="Sanajit Jana | Coder | Designer | Explorer | Links"
/>
<meta property="og:url" content="https://sanajitjana.github.io/" />
<meta
property="og:description"
content="This is landing page for Sanajit Jana, a Coder, a Designer and an Explorer."
/>
<meta property="og:type" content="website" />
<meta
name="title"
content="Sanajit Jana | Coder | Designer | Explorer | Links"
/>
<meta
name="description"
content="This is landing page for Sanajit Jana, a Coder, a Designer and an Explorer."
/>
<meta
name="keywords"
content="Sanajit Jana, Sanajit, Jana, LinkTree, Links"
/>
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://sanajitjana.github.io/" />
<meta
property="twitter:title"
content="Sanajit Jana | Coder | Designer | Explorer | Links"
/>
<meta
property="twitter:description"
content="This is landing page for Sanajit Jana, a Coder, a Designer and an Explorer."
/>
<meta property="twitter:image" content="./images/avatar.png" />
<link rel="shortcut icon" type="image/png" href="./images/avatar.png" />
<title>Sanajit Jana | Coder | Designer | Explorer | Links</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;600&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css"
/>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"
/>
<link href="./style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-12">
<img src="./images/plant1.png" alt="" class="plant" id="plant1" />
<img src="./images/plant2.png" alt="" class="plant" id="plant2" />
<div class="m-3 text-center">
<img
src="./images/avatar.png"
alt="Sanajit Jana"
class="rounded-circle img-thumbnail"
width="200"
height="200"
loading="lazy"
/>
<h1>Sanajit Jana</h1>
<h2>Coder | Designer | Explorer</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-lg-6 offset-lg-3 mt-4">
<div class="list-group">
<h3 href="#" class="list-group-item">Let's get connected</h3>
<a
href="https://www.linkedin.com/in/sanajitjana01/"
class="list-group-item list-group-item-action"
target="_blank"
>
<span class="icon-wrapper"><i class="fab fa-linkedin"></i></span>
LinkedIn
</a>
<a
href="https://github.com/sanajitjana"
class="list-group-item list-group-item-action"
target="_blank"
>
<span class="icon-wrapper"
><i class="fab fa-github-square"></i
></span>
Github
</a>
<a
href="mailto:mail.sanajitjana@gmail.com"
class="list-group-item list-group-item-action"
>
<span class="icon-wrapper"><i class="fas fa-envelope"></i></span>
Email
</a>
<a
href="https://twitter.com/sanajitjana01"
class="list-group-item list-group-item-action"
target="_blank"
>
<span class="icon-wrapper"
><i class="fab fa-twitter-square"></i
></span>
Twitter
</a>
<a
href="https://instagram.com/sanajitjana01"
class="list-group-item list-group-item-action"
target="_blank"
>
<span class="icon-wrapper"><i class="fab fa-instagram"></i></span>
Instagram
</a>
<a
href="https://facebook.com/sanajitjana01"
class="list-group-item list-group-item-action"
target="_blank"
>
<span class="icon-wrapper"
><i class="fab fa-facebook-square"></i
></span>
Facebook
</a>
</div>
</div>
</div>
</div>
</body>
</html>