-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
153 lines (144 loc) · 5.1 KB
/
contact.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Contact | Fuzzy Sweater</title>
<meta charset="utf-8" />
<meta name="description" content="Fuzzy Sweater is a small team of artists in Philadelphia, PA who want to document the areas thriving music and arts scene.">
<meta name="keywords" content="Music, Audio, Video, Live">
<meta name="author" content="Shane Hobensack">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/fuzzy.css" />
<link rel="stylesheet/less" href="fuzzy.less" type="text/css" />
<link rel="icon" href="webicon.png" type="image/x-icon" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript><!-- Global site tag (gtag.js) - Google Ads: 389325019 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-389325019"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-389325019');
</script>
</head>
<body class="no-sidebar is-preload">
<div id="page-wrapper">
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Website",
"name" : "Contact Us",
"email" : "[email protected]"
}
</script>
<!-- Header -->
<div id="header">
<!-- Inner -->
<div class="inner">
<header class="home_header">
<h1>
<img class="fuzzy_logo" src="fuzzy_logo_transparent_site.webp" alt="Fuzzy Sweater Logo">
<a class="fuzzy_title" href="index.html" style="vertical-align: super;" id="logo">Fuzzy Sweater
<br />Productions</a></h1>
</header>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="watch.html">Watch</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</nav>
</div>
<!-- Main -->
<div class="wrapper style1">
<div class="container">
<article id="main" class="special">
<header>
<h2>Contact Us</h2>
<p>
<a href = "mailto: [email protected]">[email protected]</a>
</p>
</header>
<h3>
<b>IMPORTANT</b> For artist submissions:
</h3>
<p>Please make the subject line of your email something like <b>"SUBMISSION - (YOUR BAND/ARTIST NAME HERE)"</b>. Please include a short description of you or your band including genre & influences as well as links to your social media. It also helps A LOT if you send us a video or two of you in a live setting. We really wanna work with everyone but also want to make sure we give our viewers something really special! If you don't include these things, we can't make any promises we will be able to get you in for a set!</p>
<br>
</article>
</div>
</div>
<!-- Footer -->
<div id="footer">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Contact -->
<section class="contact">
<header>
<h3>Need something that isn't here... or want more frequent updates?</h3>
</header>
<p>Give us a follow on social media below!</p>
<ul class="icons">
<li>
<a href="https://www.youtube.com/channel/UCTO6uD0GhYubgoFQKhnKwUg/videos?sub_confirmation=1" class="icon brands fa-youtube">
<span class="label">Youtube</span>
</a>
</li>
<li>
<a href="https://www.instagram.com/fuzzy.sweater.productions/" class="icon brands fa-instagram">
<span class="label">Instagram</span>
</a>
</li>
<li>
<a href="https://fuzzysweaterproductions.bandcamp.com/" class="icon brands fa-bandcamp">
<span class="label">Bandcamp</span>
</a>
</li>
<li>
<a href="https://tiktok.com/@fuzzy.sweater" class="icon brands fa-tiktok">
<span class="label">TikTok</span>
</a>
</li>
<li>
<a href="https://www.facebook.com/fuzzy.sweater.productions" class="icon brands fa-facebook-f">
<span class="label">Facebook</span>
</a>
</li>
</ul>
</section>
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>© Fuzzy Sweater Productions. All rights reserved.</li>
<li>Design Based On Template from:
<a href="http://html5up.net">HTML5 UP</a></li>
<li><a href="privacy.html">Our Privacy Policy</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/less.js/4.1.1/less.min.js" ></script> -->
</body>
</html>