-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpress.html
More file actions
56 lines (55 loc) · 3.17 KB
/
press.html
File metadata and controls
56 lines (55 loc) · 3.17 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<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>
<body>
<div class="body4">
<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/">MUSIC</a> |
<a href="video.html">VIDEO</a> |
<a href="https://thegrasshopperliesheavy.bandcamp.com/merch">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">- P R E S S -</div>
</div>
<div class="blog">
<div class="btitle"></div>
<div class="blogbody">
<div class"presslink"><a href="http://piratespress.com/rotw/2017/11/10/gay-witch-abortion-the-grasshopper-lies-heavy-split/">Record of the Week - Pirate's Press Blog</a></div>
<div class"presslink"><a href="https://www.decibelmagazine.com/2017/12/22/squawk-year-review/">Decibel Magazine</a></div>
<div class"presslink"><a href="https://www.cvltnation.com/the-grasshopper-lies-heavy-every-man-for-himself-and-god-against-all-album-review/">Cvlt Nation - Album Review</a></div>
<div class"presslink"><a href="https://news.avclub.com/hear-the-huge-reissued-debut-by-post-rock-band-the-gra-1798269781">AV Club - Album Review </a></div>
<div class"presslink"><a href="https://www.sacurrent.com/sa-sound/archives/2017/10/12/james-woodard-wants-to-score-your-film">San Antonio Current</a></div>
<div class"presslink"><a href="https://www.austinchronicle.com/music/2012-05-25/7a7-is-health-is-the-new-drug-better-daze-conquest-sucker-big-branch-weigh-me-down-the-puddington-sn/">Austin Chronicle</a></div>
</div>
</div>
</div>
<footer> © 2018 THE GRASSHOPPER LIES HEAVY, PHOTOGRAPHY BY OSCAR MORENO</footer>
</div>
</body>
</html>