-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkiwi.html
82 lines (79 loc) · 2.67 KB
/
kiwi.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
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<link href="./mystyle.css" type="text/css" rel="stylesheet">
<meta charset="UTF-8">
<title>Cat.</title>
</head>
<body>
<header>
<h1 id="title">Cat.</h1>
<p id="subtitle">Homegrown cat content</p>
</header>
<nav class="navbar">
<a class="home" href="index.html">Home</a>
<a href="simba.html">Simba</a>
<a href="baileys.html">Baileys</a>
<a href="litschi.html">Litschi</a>
<a class="active" href="kiwi.html">Kiwi</a>
<a class="logo" href="https://github.com/JohannesPertl/JohannesPertl.github.io" target="_blank"><img
src="./media/logos/GitHub-Mark-Light-32px.png" alt="Github Logo"></a>
</nav>
<div class="row">
<div class="column-large">
<div class="pics header-pics">
<img src="./media/kiwi/kiwi-index.jpg" alt="Kiwi Index">
</div>
</div>
<div class="column-small">
<table>
<caption><h2>Kiwi</h2></caption>
<tr>
<th>Likes</th>
<th>Dislikes</th>
</tr>
<tr>
<td>• Hiding in weird places</td>
<td>• Getting picked up (except for catching flies)</td>
</tr>
<tr>
<td>• Stealing food</td>
<td>• Food with jelly</td>
</tr>
<tr>
<td>• Snow</td>
<td>• Huskies</td>
</tr>
<tr>
<td>• Opening doors she's not supposed to open</td>
<td>• Being alone</td>
</tr>
</table>
</div>
</div>
<div class="videos">
<video controls autoplay loop muted>
<source src="./media/kiwi/kiwi-bed.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<video controls autoplay loop muted>
<source src="./media/kiwi/kiwi-hole.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<video controls autoplay loop muted>
<source src="/media/kiwi/kiwi-tree.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="pics content-pics">
<img src="./media/kiwi/kiwi-toilet.jpg" alt="kiwi toilet">
<img src="./media/kiwi/kiwi-creepy.jpg" alt="kiwi creepy">
<img src="./media/kiwi/kiwi-stairs.jpg" alt="kiwi stairs">
<img src="./media/kiwi/kiwi-corn.jpg" alt="kiwi corn">
<img src="./media/kiwi/kiwi-angry.jpg" alt="kiwi angry">
<img src="./media/kiwi/kiwi-sims.jpg" alt="kiwi sims">
<img src="./media/kiwi/kiwi-necklace.jpg" alt="kiwi necklace">
<img src="./media/kiwi/kiwi-sleep.jpg" alt="kiwi sleep">
</div>
</body>
</html>