add favorites
This commit is contained in:
parent
91df2b8529
commit
0a1dca1b8c
46
about.html
46
about.html
|
@ -20,6 +20,52 @@
|
|||
rendering of the Loveland frog monster" width=944 height=850
|
||||
/>
|
||||
<p>I'm in your walls.</p>
|
||||
|
||||
<h2 class="cleared">Favorites.</h2>
|
||||
<h3>Albums.</h3>
|
||||
<ul>
|
||||
<li>Oceanic - ISIS</li>
|
||||
<li>Panopticon - ISIS</li>
|
||||
<li>Ants From Up There - Black Country, New Road</li>
|
||||
<li>Ashes Against the Grain - Agalloch</li>
|
||||
<li>In Rainbows - Radiohead</li>
|
||||
<li>Mellon Collie and the Infinite Sadness - Smashing Pumpkins</li>
|
||||
<li>Flood - Boris</li>
|
||||
<li>Solace - Jakob</li>
|
||||
<li>Emergency & I - Dismemberment Plan</li>
|
||||
<li>The Downward Spiral - Nine Inch Nails</li>
|
||||
<li>Lift Your Skinny Fists Like Antennas to Heaven - Godspeed You! Black Emperor</li>
|
||||
<li>Stage Four - Touche Amore</li>
|
||||
<li>Mirror Reaper - Bell Witch</li>
|
||||
<li>Sunbather - Deafheaven</li>
|
||||
<li>Somewhere Along the Highway - Cult of Luna</li>
|
||||
<li>This Will Destroy You - This Will Destroy You</li>
|
||||
<li>Siamese Dream - Smashing Pumpkins</li>
|
||||
</ul>
|
||||
<h3>Movies.</h3>
|
||||
<ul>
|
||||
<li>2001: A Space Odyssey</li>
|
||||
<li>The Dark Knight</li>
|
||||
<li>The Big Short</li>
|
||||
<li>Spider-Man 2</li>
|
||||
<li>Bill and Ted's Execellent Adventure</li>
|
||||
<li>Inglourious Basterds</li>
|
||||
<li>Monty Python and the Holy Grail</li>
|
||||
<li>Napoleon Dynamite</li>
|
||||
<li>Clerks</li>
|
||||
<li>My Cousin Vinny</li>
|
||||
<li>The Departed</li>
|
||||
</ul>
|
||||
<h3>TV shows.</h3>
|
||||
<ul>
|
||||
<li>Community</li>
|
||||
<li>Nathan for You</li>
|
||||
<li>Veep</li>
|
||||
<li>Arrested Development</li>
|
||||
<li>It's Always Sunny in Philadelphia</li>
|
||||
<li>Workaholics</li>
|
||||
</ul>
|
||||
|
||||
<h2>Contact.</h2>
|
||||
<p><a href="mailto:filifa.breath652@8alias.com">filifa.breath652@8alias.com</a></p>
|
||||
</article>
|
||||
|
|
|
@ -6,3 +6,7 @@
|
|||
margin-bottom: 10px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.cleared {
|
||||
clear: left;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue