-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomedy.html
48 lines (42 loc) · 2.22 KB
/
comedy.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Dwarkanath Prabhu </title>
<!-- CSS & JS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="css/other.css">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-101288487-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<section class ="comedy-page vh-100" id="comedy">
<div class="front-content d-flex flex-column justify-content-between">
<div class="text-center text-white py-1">
<h1>Coming Soon</h1>
</div>
<div class="d-flex flex-row justify-content-center py-1">
<a class = "mx-3" href ="https://www.instagram.com/DKDoesComedy" target="_blank">
<img src = "assets/instagram-logo-13.png" class = "logo-size mx-2" alt = "Facebook">
</a>
<a class = "mx-3" href ="https://twitter.com/DKDoesComedy" target="_blank">
<img src = "assets/Twitter_Logo_White_On_Blue.png" class = "logo-size mx-2" alt = "Twitter">
</a>
</div>
<div class ="text-center py-1 mt-5">
<a href="index.html" class="btn btn-outline-info">Home</a>
</div>
</div>
</section>
</body>
</html>