-
Notifications
You must be signed in to change notification settings - Fork 1
/
about copy.html
24 lines (24 loc) · 1.41 KB
/
about copy.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Feline Good | Stats</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="about-body">
<div class="title-wrapper">
<ul>
<li class="title-item"><img class="smiley-face" src="happy-face.svg" alt="smiley-face"></li>
<li class="title-item"><a href="index.html"><h1>Feline Good</h1></a></li>
<li class="title-item"><img class="smiley-face" src="happy-face.svg" alt="smiley-face"></li>
</ul>
</div>
<div class="about-wrapper">
<h2>About</h2>
<p class="about-text">This is an app created to make you smile! Even on days when you aren’t feeling it. We’ve compiled pictures of all kinds of cute animals like cats, dogs, foxes and more, as well as some memes and jokes if you feel like getting a laugh. If you see something you like, swipe right and our carefully crafted algorithm will show you more of what you love! And if you see something you don’t like? Simply swipe left and we promise to show you less of what you don’t want. We guarantee that after a few minutes on this app, you’ll have a smile on your face!</p>
<p class="about-text">Created by: Alex, Chris, Pranav and Jadyn</a></p>
</div>
</body>
</html>