-
Notifications
You must be signed in to change notification settings - Fork 1
/
home.html
107 lines (89 loc) · 3.43 KB
/
home.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
<!DOCTYPE HTML>
<!--
Forty by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Curenimal</title>
<link rel="icon" type="image/x-icon" href="images/Fav.jpg">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="asset/css/main.css" />
<link rel="stylesheet" href="css/res.css">
<link rel="stylesheet" href="css/style.css">
<noscript>
<link rel="stylesheet" href="asset/css/noscript.css" />
</noscript>
<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=Roboto:wght@300&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=Poppins:wght@100&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/ab50c1533a.js" crossorigin="anonymous"></script>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<a href="index.html" class="logo"><strong>Curenimal</strong></a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links" style="color: white;">
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="profile.html">Profile</a></li>
<li><a href="index.html">Log out</a></li>
</ul>
</nav>
<div class="quotation">
<h1>You can’t buy Love, but you can <span style="color: #276678;">Rescue </span> it!<p>Pet or not, they all
need your help. Be there for them with Curenimal!</p>
</h1>
<img src="images/pics.png" alt="">
</div>
<div class="button1">
<button> <a href="help.html">Help Now</a></button>
</div>
<div class="button2">
<button> <a href="hospital.html">Hospitals</a></button>
</div>
<div id="pet_maps">
<div class="para_Mypet">
<h1>My Pet!</h1>
<p> With Curenimal you'll never have to see your pet sick again.
Curenimal helps you know what's best for your pet, and makes sure they stay healthy.
Get appointments with doctors and treat your pet at home.
</p>
<a href="profile.html"><button>Explore</button></a>
</div>
<div class="para_maps">
<h1>Maps.</h1>
<p>
We understand every minute counts,
that's why, Curenimal helps you find your nearest animal hospitals just a click.
</p>
<a href="maps.html"><button>Explore</button></a>
</div>
</div>
</div>
<!-- Scripts -->
<script src="asset/js/jquery.min.js"></script>
<script src="asset/js/jquery.scrolly.min.js"></script>
<script src="asset/js/jquery.scrollex.min.js"></script>
<script src="asset/js/browser.min.js"></script>
<script src="asset/js/breakpoints.min.js"></script>
<script src="asset/js/util.js"></script>
<script src="asset/js/main.js"></script>
</body>
</html>