-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmusic.html
More file actions
43 lines (40 loc) · 4.19 KB
/
music.html
File metadata and controls
43 lines (40 loc) · 4.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
<script src="script.js"></script>
<!-- Personal/Commtech Website -->
</head>
<body>
<div class="navbar">
<a href="index.html" class="navlinks">Home</a>
<a href="music.html" class="navlinks">Music</a>
</div>
<div class="grid">
<h2>Music</h2>
<!-- <a href=""><img class="album-art" src="" alt=""></a> album card template -->
<div class="album-grid">
<a href="https://taxpayers.bandcamp.com/album/to-risk-so-much-for-one-damn-meal-2010"><img class="album-art" src="https://f4.bcbits.com/img/a4070333778_16.jpg" alt="To Risk So Much For One Damn Meal">To Risk So Much For One Damn Meal</a>
<a href="https://noidearecords.bandcamp.com/album/the-great-depression-2"><img class="album-art" src="https://f4.bcbits.com/img/a3894402868_16.jpg" alt="The Great Depression">The Great Depression</a>
<a href="https://noidearecords.bandcamp.com/album/midwestern-minutes"><img class="album-art" src="https://f4.bcbits.com/img/a4015505786_16.jpg" alt="Midwestern Minuters">Midwestern Minutes</a>
<a href="https://daysndaze.bandcamp.com/album/rogue-taxidermy"><img class="album-art" src="https://f4.bcbits.com/img/a1464928958_10.jpg" alt="Rougue Taxidermy">Rougue Taxidermy</a>
<a href="https://daysndaze.bandcamp.com/album/show-me-the-blueprints"><img class="album-art" src="https://f4.bcbits.com/img/a4019269327_10.jpg" alt="Show Me The Blueprints">Show Me The Blueprints</a>
<a href="https://subhumans.bandcamp.com/album/crisis-point"><img class="album-art" src="https://f4.bcbits.com/img/a3625157216_16.jpg" alt="Crisis Point">Crisis Point</a>
<a href="https://subhumans.bandcamp.com/album/the-day-the-country-died"><img class="album-art" src="https://f4.bcbits.com/img/a2827975541_16.jpg" alt="The Day The Country Died">The Day The Country Died</a>
<a href="https://merylstreek.bandcamp.com/album/796"><img class="album-art" src="https://f4.bcbits.com/img/a3012894072_16.jpg" alt="796">796</a>
<a href="https://chumbawamba.bandcamp.com/album/pictures-of-starving-children-sell-records"><img class="album-art" src="https://f4.bcbits.com/img/a3787973033_10.jpg" alt="Pictures Of Starving Children">Pictures Of Starving Children Sell Records</a>
<a href="https://sweepingpromises.bandcamp.com/album/hunger-for-a-way-out"><img class="album-art" src="https://f4.bcbits.com/img/a0431503262_10.jpg" alt="Hunger for a Way Out">Hunger for a Way Out</a>
<a href="https://thetojoyamamoto.bandcamp.com/album/tojo-yamamoto"><img class="album-art" src="https://f4.bcbits.com/img/a3414554824_16.jpg" alt="山本東条 (Tojo Yamamoto)">山本東条 (Tojo Yamamoto)</a>
<a href="https://aikoelgrupo.bandcamp.com/album/me-est-n-apuntando-con-un-arma"><img class="album-art" src="https://f4.bcbits.com/img/a1586421928_10.jpg" alt="Me están apuntando con un arma">Me están apuntando con un arma</a>
<a href="https://earlyriserrr.bandcamp.com/album/currents"><img class="album-art" src="https://f4.bcbits.com/img/a1288506539_16.jpg" alt="Currents">Currents</a>
<a href="https://bustyandthebass.bandcamp.com/album/eddie"><img class="album-art" src=https://f4.bcbits.com/img/a3788228778_10.jpg"" alt="Eddie">Eddie</a>
<a href="https://aliennosejob.bandcamp.com/album/the-derivative-sounds-of-or-a-dog-always-returns-to-its-vomit"><img class="album-art" src="https://f4.bcbits.com/img/a1828954230_16.jpg" alt=" The Derivative Sounds of... Or... A Dog Always Returns to its Vomit">The Derivative Sounds of... Or... A Dog Always Returns to its Vomit</a>
<a href="https://themeffs.bandcamp.com/album/broken-britain-pt-2"><img class="album-art" src="https://f4.bcbits.com/img/a2185601716_16.jpg" alt="Broken Britain Pt. 1">Broken Britain Pt. 1</a>
<a href="https://themeffs.bandcamp.com/album/broken-britain-pt-1-ep"><img class="album-art" src="https://f4.bcbits.com/img/a3542452517_16.jpg" alt="Broken Britain Pt. 2">Broken Britain Pt. 2</a>
</div>
</body>
</html>