-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (73 loc) · 2.93 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/albumCSS.css" />
<title>Albums</title>
</head>
<body>
<div class="albumDiv">
<img src="albums/afb/arialil.jpg" alt="Ariana Grande Ft. Lil Wayne" />
<article>
<h3>Ariana Grande & Lil Wayne</h3>
<p>Let Me Love You</p>
<p>I just broke up with my ex Now I’m out here single, (I don’t really know what’s next) But I ain’t even trippin', I'm not jealous, lay back And I know they will be coming from the right and the left, left, left... (I just broke up
with my ex) You're the one I’m feeling as I'm laying on your chest
</p>
</article>
</div>
<div class="albumDiv">
<img src="albums/afb/buttonrhcp.jpg" alt="Red Hot Chili Peppers" />
<article>
<h3>Red Hot Chili Peppers</h3>
<p>Albums</p>
<ul>
<li>The Red Hot Chili Peppers </li>
<li>Freaky Styley</li>
<li>The Uplift Mofo Party Plan</li>
<li>Mother's Milk</li>
<li>Blood Sugar Sex Magik</li>
<li>One Hot Minute</li>
<li>Californication</li>
<li>By The Way</li>
<li>Stadium Arcadium</li>
</ul>
</article>
</div>
<div class="albumDiv">
<img src="albums/afb/jcole.jpg" alt="J. Cole" />
<article>
<h3>J. Cole</h3>
<p>2014 Forest Hills Drive</p>
<ol>
<li>Intro</li>
<li>January 28th</li>
<li>Wet Dreamz</li>
<li>03' Adolesence</li>
<li>A Tale of 2 City</li>
<li>Fire Sqaud</li>
<li>St. Tropez</li>
<li>G.O.M.D.</li>
<li>No Role Modelz</li>
</ol>
</article>
</div>
<div class="albumDiv">
<img src="albums/afb/weekeind.jpg" alt="weekeinde" />
<article>
<h3>The Weeknd</h3>
<p>Biografie</p>
<p>Abel Tesfaye is een Canadees zanger, songwriter en muziekproducent van Ethiopische afkomst, bekend onder zijn artiestennaam The Weeknd. Naast dat hij zelf muziek maakt is hij ook de eigenaar van het platenlabel XO Records.</p>
</article>
</div>
<div id="validatie">
<a href="http://validator.w3.org/check?uri=referer" target="_blank">
<img src="http://blog.boyet.com/blog/files/media/image/valid-html5-blue.png" alt="Valide HTML5"></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank">
<img src="http://jigsaw.w3.org/css-validator/images/vcss-blue.gif" alt="Valide CSS"></a>
<a href="https://github.com/CoenFilipsen/Animatie" >
<img src="https://assets-cdn.github.com/images/modules/logos_page/GitHub-Mark.png" alt="logo" />
</a>
</div>
</body>
</html>