-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (46 loc) · 2.05 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
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- meta data -->
<meta name="description" content="Personal Profile Card of Md. Jahidul Islam Sujan.">
<meta name="keyword" content="Md. Jahidul Islam Sujan, Md Jahidul Islam Sujan, mrdeveloperjis, Jahidul Islam, Jahid, Jahidul, Sujan, Sujon, JIS, Mohammad Jahidul Islam Sujan, Mohammad Jahidul Islam, Mr. JIS, জাহিদ, সুজন, জাহিদুল ইসলাম, জাহিদুল, জাহিদুল ইসলাম সুজন">
<meta name="author" content="Md. Jahidul Islam Sujan">
<meta name="copyright" content="Md. Jahdul Islam Sujan">
<!-- auto reload and redirect -->
<meta http-equiv="refresh" content="3600; url=https://www.mdjahidulislamsujan.com">
<!-- favicon -->
<link rel="shortcut icon" href="assets/img/JIS-favicon.png" type="image/x-icon">
<!-- custom css -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- page title -->
<title> Md. Jahidul Islam Sujan </title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GP0L6FC17M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
if (window.location.hostname.endsWith('.github.io')) {
gtag('js', new Date());
gtag('config', 'G-GP0L6FC17M');
}
</script>
<!-- Google tag (gtag.js) --- done -->
</head>
<body>
<main>
<section>
<div class="cover-pic skeleton"></div>
<div class="profile-pic skeleton"></div>
<div class="name skeleton"></div>
<div class="title skeleton"></div>
<div class="separator skeleton"></div>
<div class="bio skeleton"></div>
<div class="social skeleton"></div>
</section>
</main>
<!-- custom js -->
<script src="assets/js/script.js"></script>
</body>
</html>