-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (78 loc) · 3.58 KB
/
index.html
File metadata and controls
87 lines (78 loc) · 3.58 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
<!DOCTYPE html>
<html>
<head>
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WPLMLTW');</script>
<!-- End Google Tag Manager -->
<title>Buzzards and Bees</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- facebook metadata -->
<meta property="og:image" content="http://www.buzzardsandbees.com/img/facebook-preview.jpg" />
<meta property="og:url" content="http://www.buzzardsandbees.com/"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="Buzzards & Bees"/>
<meta property="fb:app_id" content="514978942637816"/>
<meta property="og:description" content="A multi-venue music festival in Downtown Provo October 26. 60+ Performers at 10 different locations all within 4 walkable blocks. Secret shows, street performers, and Goth Prom opening party." />
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
<link rel="stylesheet" href="https://use.typekit.net/izb2jdj.css">
<link rel="stylesheet" type="text/css" href="style.css">
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2171758779810936');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2171758779810936&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
</head>
<body style="background: black; filter: invert(100%);">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WPLMLTW"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- insert header -->
<script>
$(function(){
$("#header").load("header.html");
});
</script>
<div id="header"></div>
<hr>
<div id="description">
<h3>
We look forward to seeing everyone at the festival this year.
<br><br>
We are working hard on planning the event and building our website.
<br><br>
Band applications are open now until August 21! If you've got a music project you should <a href="https://docs.google.com/forms/d/e/1FAIpQLSext1TQgZ0Vjv7sfH3DL4gBNJVnUeNY7uW46o6OdC6jtrPWkQ/viewform?usp=sf_link"> apply here</a>.
<br><br>
-Spooky Scary People
</h3>
</div>
<hr>
<p><br><br><br></p>
</body>
</html>