-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquarantunes.html
More file actions
185 lines (143 loc) · 4.99 KB
/
quarantunes.html
File metadata and controls
185 lines (143 loc) · 4.99 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!-- starter html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<!--fill these out -->
<title>Stay Home With Me!</title>
<meta name="author" content="Diane">
<meta name="description" content="Stay Home With Me">
<!--optional -->
<meta name="keywords" content="shelter-in-place,stay, home, covid">
<!-- Place favicon.ico in the root directory -->
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon">
<!--if using Google fonts link this to source or Adobe fonts -->
<link rel="stylesheet" href="https://use.typekit.net/jcf4lxq.css">
<!--link to your css here -->
<link rel="stylesheet" href="css/starter.css" type="text/css">
</head>
<!-- body -->
<body id="mainpage">
<div class="indexcontainer">
<!-- this is where you start coding all your stuff -->
<div class="indexlanding">
<header>
<a href="index.html"></a><h1>Diane's Essentials</h1></a>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="quarantunes.html">Quaran-tunes</a></li>
<li><a href="recipes.html">Recipes</a></li>
<li><a href="photos.html">Photos</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</nav>
</header>
</div> <!--Landing-->
<div class="tunedescription">
<div class="tunedescriptioncard">
<p>My current favorite quaran-tunes.</p>
</div>
</div>
<div class="tunecards">
<!-- create a div with a class of card -->
<div class="tunecard">
<!-- create a div with a class of photo -->
<div class="tunecardphoto">
<img src="img/coffee-quinn.png" alt="coffee by quinn">
</div> <!-- end of photo -->
<article class="tunecardarticle">
<h2 class="tunecardH1">Coffee</h2>
<p>Quinn XCII, Marc E. Bassy</p>
</article>
</div><!-- end of card -->
<div class="tunecard">
<!-- create a div with a class of photo -->
<div class="tunecardphoto">
<img src="img/bali.png" alt="album cover">
</div> <!-- end of photo -->
<article class="tunecardarticle">
<h2 class="tunecardH1">Bali</h2>
<p>Rich Brian, Guapdad 400</p>
</article>
</div><!-- end of card -->
<div class="tunecard">
<!-- create a div with a class of photo -->
<div class="tunecardphoto">
<img src="img/iwantin.png" alt="album cover">
</div> <!-- end of photo -->
<article class="tunecardarticle">
<h2 class="tunecardH1">I Want In</h2>
<p>88Rising</p>
</article>
</div><!-- end of card -->
<div class="tunecard">
<!-- create a div with a class of photo -->
<div class="tunecardphoto">
<img src="img/justfriends.png" alt="album cover">
</div> <!-- end of photo -->
<article class="tunecardarticle">
<h2 class="tunecardH1">Just Friends</h2>
<p>Audrey Mika</p>
</article>
</div><!-- end of card -->
<div class="tunecard">
<!-- create a div with a class of photo -->
<div class="tunecardphoto">
<img src="img/prayforreal.png" alt="album cover">
</div> <!-- end of photo -->
<article class="tunecardarticle">
<h2 class="tunecardH1">Pray For Real</h2>
<p>Peter Cottontale, tobi lou, Chance The Rapper</p>
</article>
</div><!-- end of card -->
<div class="tunecard">
<!-- create a div with a class of photo -->
<div class="tunecardphoto">
<img src="img/stuckwithu.png" alt="album cover">
</div> <!-- end of photo -->
<article class="tunecardarticle">
<h2 class="tunecardH1">Stuck With U</h2>
<p>Justin Bieber, Ariana Grande</p>
</article>
</div><!-- end of card -->
<div class="tunecard">
<!-- create a div with a class of photo -->
<div class="tunecardphoto">
<img src="img/missedcalls.png" alt="album cover">
</div> <!-- end of photo -->
<article class="tunecardarticle">
<h2 class="tunecardH1">Missed Calls</h2>
<p>MAX, Hayley Kiyoko</p>
</article>
</div><!-- end of card -->
<div class="tunecard">
<!-- create a div with a class of photo -->
<div class="tunecardphoto">
<img src="img/boysaintit.png" alt="album cover">
</div> <!-- end of photo -->
<article class="tunecardarticle">
<h2 class="tunecardH1">Boy's Ain't It</h2>
<p>SAYGRACE, Tate McRay, Audrey Mika</p>
</article>
</div><!-- end of card -->
<div class="tunecard">
<!-- create a div with a class of photo -->
<div class="tunecardphoto">
<img src="img/lostinparis.png" alt="album cover">
</div> <!-- end of photo -->
<article class="tunecardarticle">
<h2 class="tunecardH1">Lost In Paris</h2>
<p>Tom Misch, Goldlink</p>
</article>
</div><!-- end of card -->
</div>
<footer>
<p>Made with ♡ by DH.</p>
</footer>
</div>
<!-- all javascript at the bottom of the body -->
<script src="js/scripts.js"></script>
</body>
</html>