-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.html
More file actions
136 lines (136 loc) · 5.04 KB
/
library.html
File metadata and controls
136 lines (136 loc) · 5.04 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
<!DOCTYPE html>
<html>
<head>
<title>my library</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, user-scalable=no" />
<style>
/* You can put any styles here */
</style>
</head>
<body>
<nav>
<pre>
<a href = "index.html">home</a> <a href = "freestyle.html">freestyle</a> <a href = "foals.html">foals</a> <a href = "library.html">library</a>
</pre>
</nav>
<div>
<center><h1> THINGS OCCUPYING HEADSPACE RECENTLY </h1></center>
</div>
<table>
<tr>
<td>
<a href = "https://tvtropes.org/pmwiki/browse.php">
<img src = "snark.jpg" alt = "Snarky computer saying you twit.">
</a>
</td>
<td>
<a href = "https://www.hulu.com/series/steven-universe-73e1e605-f760-470c-9a58-0148abe73270?entity_id=97c9e03f-9999-403b-8e21-8be8fce39540">
<img src = "Steven-Universe-poster.jpeg" alt = "Steven Universe and the Crystal Gems!">
</a>
</td>
<td>
<a href = "https://www.coolmathgames.com/">
<img src = "coolmath_games_logo.png" alt = "cool math games logo." width = "350">
</a>
</td>
</tr>
<tr>
<td>
<h4>
What does it mean to consume media?
</h4>
</td>
<td>
<h4>
What does it mean to consume media?
</h4>
</td>
<td>
<h4>
What does it mean to consume media?
</h4>
</td>
</tr>
<tr>
<td>
<a href = "https://omnivorescookbook.com/chinese-new-year-recipes">
<img src = "240118_Chinese-Steamed-Fish_1.jpg" alt = "steamed fish for Chinese new year!" width = "350">
</a>
</td>
<td>
<iframe src="https://neal.fun/" height="500" width="750" title="cool website!"></iframe>
</td>
<td>
<a href = "https://www.doesthedogdie.com/">
<img src = "dog.webp" alt = "lovely man with lovely dog" width = "350">
</a>
</td>
</tr>
<tr>
<td>
<h3>
Do I absorb it like water?
</h3>
</td>
<td>
<h3>
Do I absorb it like water?
</h3>
</td>
<td>
<h3>
Do I absorb it like water?
</h3>
</td>
</tr>
<tr>
<td>
<a href = "https://www.oceannetworks.ca/multimedia/live-cameras/">
<img src = "3195CA_600x600_crop_center.png" alt = "ocean blue">
</a>
</td>
<td>
<a href = "https://www.jstor.org/stable/j.ctv11hpn09.5?seq=10">
<img src = "Ku-won-Park.jpg" alt = "Korean Shamanism" width = "800">
</a>
</td>
<td>
<a href = "https://www.artsy.net/artwork/marjolein-burbank-aint-no-cure-for-love">
<img src = "download.png" alt = "aint no cure for love art piece" width = "350">
</a>
</td>
</tr>
<tr>
<td>
<h2>
Does it fuel my living?
</h2>
</td>
<td>
<h2>
Does it fuel my living?
</h2>
</td>
<td>
<h2>
Does it fuel my living?
</h2>
</td>
</tr>
<tr>
<td>
<img src = "IMG_5777 (1).jpg" alt = "my writing from this week" width = "350">
</td>
<td>
<img src = "IMG_5802.jpg" alt = "my art modified from media this week" width = "750">
</td>
<td>
<img src = "IMG_5799.jpg" alt = "some art from this week" width = "350">
</td>
</tr>
</table>
</div>
</body>
</html>