-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (66 loc) · 3.1 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Is it pub day?</title>
<meta name="author" content="Guillaume M.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The best way to know if it's pub day or not!">
<meta name="keywords" content="pub, day, after work, work, productivity, team building, team">
<meta property="og:image" content="https://www.isitpubday.com/beer-time.png">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.isitpubday.com">
<meta property="og:title" content="Is it pub day?">
<meta property="og:description" content="The best way to know if it's pub day or not!">
<meta name="twitter:title" content="Is it pub day?">
<meta name="twitter:description" content="The best way to know if it's pub day or not!">
<meta name="twitter:image" content="https://www.isitpubday.com/beer-time.png">
<meta name="twitter:site" content="GM4s_">
<meta name="twitter:creator" content="GM4s_">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122374603-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-122374603-1');
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/isitpubday.js"></script>
<link rel="stylesheet" type="text/css" href="css/isitpubday.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
</head>
<body>
<h1>Is it pub day?</h1>
<div id="container" class="aligncenter">
<img id="maingif" alt="gif" />
</div>
<h2>YES IT IS! 🍺</h2>
<div class="aligncenter">
<p>
Discover the best pubs, restaurants & bars reopening after lockdown.</br>
<h3><a href="https://catchmeoutside.co/" target="_blank">Catch Me <strike>Outside</strike></a></h3>
</p>
</div>
<div class="aligncenter">
<h4>Share with your friends:</h4>
<a class="twitter-share-button" target="_blank" href="https://twitter.com/intent/tweet?text=Is%20it%20pub%20day%20today%3F%20https%3A%2F%2Fwww.isitpubday.com">
<i class="fa fa-twitter-square" style="font-size:36px;color:#5A9FE5"></i>
</a>
<a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https://www.isitpubday.com" lang="en" xml:lang="en">
<i class="fa fa-facebook-square" style="font-size:36px;color:#3b5998"></i>
</a>
<p>
<h3>-</h3>
made with
<b>♥</b> by
<a target="_blank" href="https://twitter.com/GM4s_">GM4s_</a>
</p>
</div>
<footer class="aligncenter">
Powered By
<a target="_blank" href="https://giphy.com/">GIPHY</a>
</footer>
</body>
</html>