-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (120 loc) · 3.8 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>bree's place</title>
<link rel="icon" href="favicon.ico" />
</head>
<body>
<header>
<h1>
<img src="assets/caticon.png" alt="caticon" height="50" />
bree's place
</h1>
</header>
<div class="first-wrapper">
<section id="about">
<h2>About her</h2>
<p>her name is Bree</p>
<p>she is a cat</p>
<p>she is a good cat</p>
<p>she is a very good cat</p>
<p>she is the best cat</p>
<p>she is the best cat in the world</p>
<p>she is the best cat in the universe</p>
<p>she is the best cat in the omniverse</p>
<p>she is the best cat in the omniverse and beyond</p>
<p>she is the best cat in the omniverse and beyond and beyond</p>
<p>
she is the best cat in the omniverse and beyond and beyond and beyond
</p>
<p>
she is the best cat in the omniverse and beyond and beyond and beyond
and beyond
</p>
</section>
</div>
<div class="second-wrapper">
<section id="pictures">
<h2>Pictures of her</h2>
<div class="image-container">
<div class="images">
<img src="assets/pic1.png" alt="pic1" />
</div>
<div class="images">
<img src="assets/pic2.png" alt="pic2" />
</div>
<div class="images">
<img src="assets/pic3.png" alt="pic3" />
</div>
<div class="images">
<img src="assets/pic4.png" alt="pic4" />
</div>
</div>
<p>she likes to sleep a lot</p>
<div class="image-container">
<div class="images">
<img src="assets/pic5.png" alt="pic5" />
</div>
<div class="images">
<img src="assets/pic6.png" alt="pic6" />
</div>
<div class="images">
<img src="assets/pic7.png" alt="pic7" />
</div>
<div class="images">
<img src="assets/pic8.png" alt="pic8" />
</div>
</div>
<p>she doesn't even have to try to be cute</p>
<div class="image-container">
<div class="images">
<img src="assets/pic9.png" alt="pic9" />
</div>
<div class="images">
<img src="assets/pic10.png" alt="pic10" />
</div>
<div class="images">
<img src="assets/pic11.png" alt="pic11" />
</div>
<div class="images">
<img src="assets/pic12.png" alt="pic12" />
</div>
<div class="images">
<img src="assets/pic13.png" alt="pic13" />
</div>
<div class="images">
<img src="assets/pic14.png" alt="pic14" />
</div>
</div>
<p>
she likes to help in catching pests (spiders are not pests though, i
just hate them)
</p>
<img src="assets/spider.png" alt="spider" id="spider" />
</section>
</div>
<footer>
<div class="footer-text">
<div class="spinning-cat">
<img
src="assets/caticon-black.png"
alt="caticon-black"
style="width: 50px"
/>
</div>
<p>
she is the best cat in the omniverse and beyond and beyond and beyond
and beyond and beyond
</p>
<p>made with ❤️ by Reeman Singh</p>
<a href="https://www.flaticon.com/free-icons/cat" title="cat icons"
>Cat icons created by Smashicons - Flaticon</a
>
</div>
<img src="assets/wowpic.png" alt="wowpic" width="100%" />
</footer>
</body>
</html>