-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
107 lines (107 loc) · 7.72 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.6">
<title>Official Acid Fog Depot!</title>
<meta
http-equiv="Content-Type"
content="text/html; charset=utf-8"
>
<meta name="description" content="Acid Fog Official Site">
<meta name="author" content="Acid Fog">
<meta name="keywords" content="Music, records, albums, acid, fog, acidfog, acid fog">
<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="#00a300">
<meta name="theme-color" content="#ffffff">
<script defer src="https://analytics.edsmcserv.com/script.js" data-website-id="e331402a-10ae-4030-b5d0-14d2eae72744"></script>
<link rel="stylesheet" href="stylesh.css">
</head>
<body>
<div class="container">
<header>
<a href="https://acidfog.com"><img src="./siteimage/banner.jpg" alt="Acid Fog Banner" class="banner"></a>
<nav>
<ul class="nav">
<li><a href="https://acidfog.com">Acid Fog</a></li>
<li><a href="#">Hear It</a>
<ul class="dropdown">
<li><a href="./articles/sotm.html" title="Maybe not so monthly, and a little more quarterly">Song of the Month</a></li>
<li><a href="https://music.acidfog.com" title="Acid Fog Related Music instance. I promise it isn't the name of a bad NFT series">Funkwhale</a></li>
<li><a href="https://open.spotify.com/artist/3JXrxOSYCRqrwIBF5KFNqO" title="At this point paying for spotify feels like an investment">Spotify</a></li>
<li><a href="https://music.amazon.com/artists/B0BZ73TD6K/acid-fog" title="More used than Pandora">Amazon Music</a></li>
<li><a href="https://www.youtube.com/channel/UCEBjp8Ghj1HVw5sI9mZ73fg" title="classic">YouTube Music</a></li>
</ul></li>
<li><a href="#">Buy It</a>
<ul class="dropdown">
<li><a href="https://acidfog87.bandcamp.com/" title="Thank you in advance">Band Camp</a></li>
<li><a href="https://shop.acidfog.com/index.php" title="Still needs set up">Merch Store</a></li>
</ul></li>
<li><a href="#">Watch It</a>
<ul class="dropdown">
<li><a href="https://peer.acidfog.com/videos/trending/" title=""What is this xvideos knockoff looking-ass site"">AF Tube</a></li>
<li><a href="https://www.youtube.com/@acidfogtapesofficial" title="Behind the scenes of the lives of Acid Fog">The Tapes</a></li>
<li><a href="https://www.youtube.com/@AcidFogOfficial87" title="The Official Acid Fog Youtube Channel">Acid Fog Official</a></li>
</ul></li>
<li><a href="#">Check It</a>
<ul class="dropdown">
<li><a href="./articles/ArticleList.html" title="Acid-Fog-based article submissions welcome. Proper credit guaranteed.">Articles</a></li>
<li><a href="https://dumbrecs.com/bands/current-bands-2/acid-fog/" title="Check it, on the official Dumb Recs site???">Featured In</a></li>
<li><a href="./articles/Mellow.html" title="Article on the most recent Acid Fog release">Out NOW!</a></li>
<li><a href="/trivia.html" title="Some silly wacky zany trivia to pass the time">Trivia</a></li>
<li><a href="/calendar/pastevents.html" title="What Acid Fog events have you missed?">Past Events</a></li>
<li><a href="https://host.acidfog.com/wiki" title="A Wiki? That seems a little excessive, eh?">AFWiki</a></li>
</ul></li>
<li><a href="#">Follow It</a>
<ul class="dropdown">
<li><a href="https://www.instagram.com/acid_fog_official_87/" title="Acid Fog is most active here">Instagram</a></li>
<li><a href="https://x.com/dumb_records/status/1768826427464384798" title="There is no Acid Fog Twitter, so this counts for that">Twitter</a></li>
<li><a href="https://www.facebook.com/p/Acid-Fog-100092044354492/" title="For your mom + please forward her to Mr. YMST">Facebook</a></li>
</ul></li>
</ul>
</nav>
</header>
<main>
<h1>Welcome to the Acid Fog Depot</h1>
<section class="content-block">
<img src="./siteimage/img1.jpg" alt="Acid Fog Band Members Enshrouded in Fog">
<p>Acid Fog, founded in a secluded garage in Mechanicsburg, Illinois, is a band with a primary focus on doom metal, but freely dabbles in any genre, creating timeless classics. A three-piece crew with band lead Ethan Wright, Bassist Clint Schrader, and Drummer Connor Cappitelli. Inspiration from Van Halen, Mephistofeles, Primus, Electric Wizard, Acid Mammoth, Pentagram, and Nirvana, and many many others. The eclectic three combine their passion into a truly wonderful musical feast.</p>
</section>
<a class="test" href="./calendar/events.html">
<section class="content-block">
<img src="./siteimage/img2.jpg" alt="Acid Fog Performing Live">
<p>Performances galore. Click here to check out Acid Fog's latest, upcoming, and past performances, including notable locations such as the Sangamon County LOG fest, the Midwest trade Expo, many performances at Dumb Records of Springfield IL, some self-hosted shows, and others!</p>
</section>
</a>
<section class="content-block">
<img src="./siteimage/img3.jpg" alt="Acid Fog Old-Looking Advertisement">
<p>Ethan Wright is the man behind many of the tasteful flyers and designs assosciated with Acid Fog. Still, some of the logos were created by others for use by Acid Fog. Many flyers that come from Dumb Records shows are made courtesy of Dumb Records, but that shouldn't take away from the legendarily gloomy and sinister concoctions that sway even the heaviest of viewers.</p>
</section>
<section class="content-block">
<img src="./siteimage/img4.jpg" alt="Acid Fog "Gloom" Artwork">
<p>Acid Fog's journey has just begun. Consider supporting the band in any way that you can. Everything you can do is appreciated. From their beginnings as "Gloom", to present, this is just the beginning of the new age of doom.</p>
</section>
</main>
<footer>
<ul>
<li><a
href="mailto:[email protected]"
title="Please contact us here for gigs"
>Contact Us!</a></li>
<li><a href="#" title="Will add later">About Us</a></li>
<li><a href="#" title="To make some fuckin doom metal, what do you think?">Our Mission</a></li>
<li><a href="./articles/AFcast.html" title="There's some zany people here">The Cast</a></li>
<li><a
href="#"
title="Yes, this is ours, and not yours."
>All Rights Reserved ©2024</a></li>
<li><a href="./sitemap_4432965.html" title="Who the actual fuck uses sitemaps anymore? Seriously. I'm putting this here half as a fucking joke. I mean, why not just navigate? It's really not that complicated. And this site map only includes uninteresting shit that's on this subdomain. Nothing from anything interesting, like the peer.acidfog.com site.">Sitemap?</a></li>
</ul>
</footer>
</div>
</body>
</html>