-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
62 lines (44 loc) · 2.95 KB
/
Copy pathblog.html
File metadata and controls
62 lines (44 loc) · 2.95 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="I've always loved games more than anything, I have so many ideas with so much potential. I want to create this and that and so on, but you know...">
<meta name="author" content="Dhaval Prajapati">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://dhvl5.github.io/home/">
<meta property="og:title" content="Dhaval Prajapati | Blog">
<meta property="og:description" content="I've always loved games more than anything, I have so many ideas with so much potential. I want to create this and that and so on, but you know...">
<meta property="og:image" content="https://images.unsplash.com/photo-1555099962-4199c345e5dd?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://dhvl5.github.io/home/">
<meta property="twitter:title" content="Dhaval Prajapati | Blog">
<meta property="twitter:description" content="I've always loved games more than anything, I have so many ideas with so much potential. I want to create this and that and so on, but you know...">
<meta property="twitter:image" content="https://images.unsplash.com/photo-1555099962-4199c345e5dd?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80">
<title>Dhaval Prajapati | Blog</title>
<link rel="stylesheet" href="blog.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="shortcut icon" href="me.png" type="image/x-icon">
<link rel="icon" href="me.png" type="image/x-icon">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-152719039-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-152719039-1');
</script>
</head>
<body>
<div class="main_bg"></div>
<div class="main_txt"><h1 style="font-size: 60px;"> { <span> Shhhh..... I'm still working on it!!! </span> } </h1></div>
<div class="info-footer__social">
<a href="https://twitter.com/dhvl05" target="_blank" class="fa fa-twitter info-footer__social-icon--twitter"></a>
<a href="https://github.com/dhvl5/" target="_blank" class="fa fa-github info-footer__social-icon--github"></a>
<a href="https://www.instagram.com/dhvl5/" target="_blank" class="fa fa-instagram info-footer__social-icon--instagram"></a>
<a href="https://www.linkedin.com/in/dhvl5/" target="_blank" class="fa fa-linkedin info-footer__social-icon--linkedin"></a>
</div>
</body>
</html>