-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
177 lines (148 loc) · 7.32 KB
/
index.php
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>pawsome</title>
<script src="https://kit.fontawesome.com/95092686e4.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:[email protected]&family=Lobster&family=Protest+Revolution&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js" integrity="sha512-7eHRwcbYkK4d9g/6tD/mhkf++eoTHwpNM9woBxtPUBWm67zeAfFC+HrdoE2GanKeocly/VxeLvIqwvCdk7qScg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/iconify-icon.min.js"></script>
<link href='https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://cdn.lordicon.com/lordicon.js"></script>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
</head>
<body>
<header class="navbar-light bg-light">
<!-- <header class=" sticky-top navbar-light bg-light"> -->
<div class="logo">
<!-- Logo -->
<span class="ion--paw-sharp"></span>
paw<span>some</span>
</div>
<nav >
<ul class="menu" id="menu"><li><a href="#menu">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#services">Services</a></li>
<li><a href="login.php"><button type="button" class="btn btn-primary">login</button></a></li>
<!-- <li><a href="#">Contact</a></li> -->
</ul>
<!-- <i class="fa-solid fa-bars" id="toggle"></i> -->
</ul>
<!-- <i class="fa-solid fa-bars" id="toggle"></i> -->
</nav>
</header>
<section class="home" id="home">
<div class="home-content">
<h2>Welcome To</h2>
<h1>pawsome</h1>
<p>We Treat Your Pet Like Your Mom Treats You </p>
<!-- <img src="C:\Users\Admin\Desktop\Pwsm\Pw\Open Doodles - Petting (1).png" alt="" class="home_img"> -->
<img src="Open Doodles - Petting (1).png" alt="" class="home_img">
<a href="signin.php"><button class="btn">SignIn</button></a>
</div>
</section>
<section class="about" id="about">
<div class="abt">
<span class="section_subtitle">About Us</span>
<h2>we serve the best Animal care services in town.</h2>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Reprehenderit necessitatibus illo quas similique numquam rem commodi officiis, corrupti voluptates sit totam ducimus asperiores! Illum at enim similique, natus quas aperiam repellat eveniet ab ex ipsum provident voluptas consequatur rerum soluta blanditiis! Impedit atque praesentium autem! Non sunt quam dolore facere totam perferendis excepturi sapiente?
</p>
</div>
</section>
<section class="services" id="services">
<p class="servicetext">Our Services</p>
<h2 class="section_title">What We Offer?</h2>
<div class="abc">
<div class="services_content">
<lord-icon
src="https://cdn.lordicon.com/wvceonwa.json"
trigger="hover"
delay="2000"
style="width:150px;height:150px">
</lord-icon>
<h3 class="services_title">Shelter</h3>
<p class="services_desc">Give shelter to lost pets, help them find their way back home.</p>
<a href="shelter.php"><button class="btn_serv">Shelter</button></a>
</div>
<div class="services_content">
<lord-icon
src="https://cdn.lordicon.com/chkplqja.json"
trigger="hover"
style="width:150px;height:150px">
</lord-icon>
<h3 class="services_title">Adoption</h3>
<p class="services_desc">Find your new furry friend here. We are open for adoption every weekend.</p>
<a href="adopt.php"><button class="btn_serv">Adopt</button></a>
</div>
<div class="services_content">
<lord-icon
src="https://cdn.lordicon.com/awlmzerl.json"
trigger="hover"
style="width:150px;height:150px">
</lord-icon>
<h3 class="services_title">Donation</h3>
<p class="services_desc">Donate to help us provide food, shelter and veterinary care to stray animals.</p>
<a href="donate.php"><button class="btn_serv">Donate</button></a>
</div>
<div>
<div class="services_content">
<lord-icon
src="https://cdn.lordicon.com/bjbmvfnr.json"
trigger="hover"
style="width:150px;height:150px">
</lord-icon>
<h3 class="services_title">Volunteer</h3>
<p class="services_desc">Join us to help animals in need and help us make a difference for our furry friends.</p>
<a href="volunteer.php"><button class="btn_serv">Volunteer</button></a>
</div>
</section>
<script>
gsap.from('.img1',2,{opacity:0, y:150,delay:1});
// gsap.from('.img2',2,{opacity:0, y:-200,delay:1});
gsap.from('h1',2,{opacity:0, y:-200,delay:1});
gsap.from('.home h2',2,{opacity:0, y:-200,delay:1.2});
const menu = document.querySelector('.menu');
const toggle = document.getElementById('toggle');
toggle.onclick = function(){
menu.classList.toggle('active');
}
</script>
<footer >
<div class="footercontainer">
<div class="nh">
<div class="text">
<h1>🐾pawsome</h1></div>
<div class="social">
<a href="https://www.facebook.com"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.twitter.com"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com"><i class="fab fa-linkedin-in"></i></a></div>
</div>
<div class="footer_nav">
<ul>
<li><a href="#menu">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#services">Services</a></li>
<li><a href="signin.php">SignIn</a></li>
</ul>
</div>
</div>
<div class="footer_bottom">
<i class="ri-code-s-slash-line"></i> with <i class="ri-heart-fill"></i>
</div>
</footer>
</body>
</html>