-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (69 loc) · 2.12 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
78
79
80
<!DOCTYPE html>
<html>
<head>
<title>linda case library</title>
<link href="stylesheets/linda_style.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class = big>
<header>
<h1>Linda's Library</h1>
<h2>~Welcome back Nerds~</h2>
</header>
<div class = blue>
<div class = dotted_red>
<h2>Menu</h2>
<div class = buttonparent>
<a href="blog/blogs_menu.html" class="button">Blog</a>
<a href="about.html" class="button"> About </a>
<a href="library.html" class = "button">Explore Library</a>
<a href="serendipity.html" class = "button">Serendipity Button</a>
</div>
</div>
</div>
<div class = green>
<div class = dotted_red>
<h2>Last Posts</h2>
<ul>
<li>Coffee Data</li></ul>
</div>
</div>
<div class = yellow>
<div class = dotted_green>
<h2>Next Step</h2>
<ul>
<li>making links work on my page</li>
<li>finish book review: Age of AI</li></ul>
</div>
</div>
<div class = blue>
<div class = dotted_red>
<h2>Reading-List: <br> Ever-Growing & Never-Ending</h2>
<ul>
<li>Foundation</li>
<li>The Age of AI</li>
<li>brave new world</li>
<li>flowers for algernon</li>
<li>the vital question</li>
<li>do androids dream of electric sheep</li>
<li>How high we go in the dark</li>
<li>Japanese Ghost stories</li>
<li>She who became the sun</li>
<li>...</li>
</ul>
</div>
</div>
<div class = green>
<div class = dotted_green>
<h2>recommend me a really good book and have my eternal gratitude</h2>
</div>
</div>
<div class = yellow>
<div class = dotted_red>
<p>Fact of the day</p>
<p>"a juvenile fish is called a fry"</p>
</div>
</div>
</div>
</body>
</html>