-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (95 loc) · 5.53 KB
/
index.html
File metadata and controls
96 lines (95 loc) · 5.53 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
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" href="./css/styles.css">
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Bungee|Poppins" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css"
integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
<title>The Grasshopper Lies Heavy</title>
</head>
</head>
<body>
<div class="body1">
<header>
<nav>
<div id=iconshortcuts>
<a href="http://www.facebook.com/grasshopperliesheavy"> <i class="fab fa-facebook-square"></i></a>
<a href="https://www.instagram.com/jamestglh/"> <i class="fab fa-instagram"></i></a>
<a href="https://thegrasshopperliesheavy.bandcamp.com/"><i class="fab fa-bandcamp"></i></a>
</div>
<p>
<a href="index.html">NEWS</a> |
<a href="https://thegrasshopperliesheavy.bandcamp.com/" target="_blank">MUSIC</a> |
<a href="video.html">VIDEO</a> |
<a href="https://thegrasshopperliesheavy.bandcamp.com/merch" target="_blank">MERCH |
<a href="about.html">ABOUT</a> |
<a href="press.html">PRESS</a> |
<a href="mailto:t-g-l-h-@hotmail.com">CONTACT</a>
</p>
</nav>
<img src="./img/logopinkbgSMCROP.png" alt="logoheader">
</header>
<div class="blogs">
<div class="blog">
<div class="news">- N E W S -</div></div>
<div class="blog"> <!– this is the special blog just for shows - its set up a little differently –>
<div class="btitle">Upcoming dates:</div>
<div class="shows">
<div class="mmddyyyy">5.5.2018</div>
<div class"showname">NOISE UNDER THE TEXAS SKY MUSIC FESTIVAL - DEL VALLE, TX</div>
<div class"rsvpbutton"><a href="https://www.facebook.com/events/315856675567488/" target="_blank">RSVP</a></div>
<div class"tktbutton"><a href="https://www.eventbrite.com/e/noise-under-the-texas-sky-nutts-a-music-art-and-comedy-festival-tickets-43535750602 target="_blank"">TICKETS</a></div>
</div>
<div class="shows">
<div class="mmddyyyy">7.22.2018</div>
<div class"showname">SOLO PERFORMANCE - MEADOWS MUSEUM OF ART - SHREVEPORT, LA</div>
<div class"rsvpbutton"><a href="url">RSVP</a></div>
<div class"tktbutton"><a href="url">TICKETS</a></div>
</div>
</div>
<div class="blog"> <!– commence regular blogs –>
<div class="btitle">Just Announced: Performance at the Meadows Museum of Art in Shreveport, LA</div>
<div class="blogbody">
We are happy to announce that we've been asked to perform at the
<a href="https://www.centenary.edu/campus-community/meadows-museum/" target="blank">Meadows Museum of Art</a> in Shreveport, LA on July 22nd. We will be
performing a long-form ambient set in the gallery.
Artists <a href="http://www.joshuachambers.net/2015" target="blank">Joshua Chambers</a>
and <a href="https://www.ktbs.com/art-in-the-meadow/video_d1e4c80e-d161-5976-a889-3b69019681ef.html" target="blank">Thom Johnson</a>
will be exhibing their artwork. More details soon.
</div>
</div>
<div class="blog">
<div class="btitle">Now Available: Gay Witch Abortion and The Grasshopper Lies Heavy split LP</div>
<div class="blogbody">
<p>This one's been in the works for quite a while: a split with Minneapolis'
incredible
<a href="https://gaywitchabortion.bandcamp.com/" target="_blank">Gay Witch Abortion</a>.
Go to <a href="https://learningcurverecords.com" target="blank">Learning Curve Records</a> for all color variants.
Includes unlimited streaming of the LP via the free Bandcamp app, plus high-quality download in MP3, FLAC and more.</p>
<a href="https://learningcurverecords.bandcamp.com/album/gay-witch-abortion-the-grasshopper-lies-heavy-split-lp" target="_blank">
<img src="https://f4.bcbits.com/img/a0486277811_16.jpg" alt="Click to listen" width="200"> </a>
</div>
</div>
<div class="blog">
<div class="btitle">Now Available: "CAVERN" Soundtrack LP</div>
<div class="blogbody">
<p>We were fortunate enough to score Dave Sims' survival / horror short film, <a href="http://www.cavernfilm.com" target="blank">"CAVERN"</a>
with our long-term collaborator and friend Bob Catlin. Now we are proud to say that it's receiving a
vinyl release on Canon Imprint.</p>
<a href="https://thegrasshopperliesheavy.bandcamp.com/album/cavern">
<img src="https://f4.bcbits.com/img/a0539656632_16.jpg" alt="Click to listen" width="200">
</a>
</div>
</div>
<footer>© 2018 THE GRASSHOPPER LIES HEAVY, PHOTOGRAPHY BY OSCAR MORENO</footer>
</div>
</div>
</div>
</body>
</html>