-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbookmarks.html
44 lines (35 loc) · 1.4 KB
/
bookmarks.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
<!DOCTYPE html>
<html>
<head>
<title>Riva Kepych</title>
<link rel="stylesheet" href="style2.css" />
<meta charset="UTF-8">
</head>
<body>
<div class="container">
<div class="row">
<p>Reading, Listening</p>
</div>
<div class="row">
<p><a href="https://en.wikipedia.org/wiki/The_Chrysanthemum_and_the_Sword">The Chrysanthemum and the Sword, Ruth Benedict</a></p>
<p><a href="https://nadia.xyz/summer-of-protocols-working-notes">Working Notes for Summer of Protocols, Nadia Asparouhova</a></p>
<p><a href="https://readwriteown.com/">Read Write Own, Chris Dixon</a></p>
<p><a href="https://www.harpercollins.com/products/the-infinite-machine-camila-russo?variant=32123333836834">The Infinite Machine, Camila Russo</a></p>
<p><a href="https://www.harpercollins.com/products/we-have-been-harmonized-kai-strittmatter?variant=33021494394914">We Have Been Harmonized, Kai Strittmatter</a></p>
</div>
<div class="row">
<p>Local Places</p>
</div>
<div class="row">
<p><a href="https://mamapy.cz/">Mámapy</a></p>
<p><a href="https://mk.gov.cz/">Ministerstvo kultury</a></p>
<p><a href="https://praha.eu/">Portál hlavního města Prahy</a></p>
<p><a href="https://www.botanicka.cz/">Botanická zahrada</a></p>
<p><a href="https://www.ngprague.cz/">Národní galerie</a></p>
</div>
<div class="row">
<p><a href="index.html">Riva Kepych</a></p>
</div>
</div>
</body>
</html>