-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
56 lines (47 loc) · 2.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Curenimal</title>
<link rel="icon" type="image/x-icon" href="images/Fav.jpg">
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/res.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rhodium+Libre&display=swap" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Paytone+One&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rhodium+Libre&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/ab50c1533a.js" crossorigin="anonymous"></script>
</head>
<body>
<section class="landingPage">
<div class="container">
<div class="image">
<img src="images/logo.png" alt="logo" class="logo">
<span class="name">
<h1>CURENIMAL</h1>
<p>LOVE THE WORLDLESS</p>
</span>
</div>
<div class="button">
<form>
<h1>Get started!</h1>
<button class="signup"> <a href="./signup.html" style="color: white; text-decoration: none;">SIGN UP</a></button>
<button class="login"><a href="./login.html" style="color: white; text-decoration: none;">LOGIN</a></button>
<button class="emergency"><a href="./emergency.html" style="color: white; text-decoration: none;">EMERGENCY</a></button>
</form>
</div>
</div>
<div class="paw">
<img src="images/paws.png" alt="paws_pic" class="paw">
</div>
</section>
</body>
</html>