-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparentHomePage.html
50 lines (34 loc) · 1.55 KB
/
parentHomePage.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
<html>
<head>
<title>Parent Home Page</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="../web-project/style.css">
</head>
<body class="background">
<div class="w3-top">
<div class="w3-bar w3-white w3-wide w3-padding w3-card">
<b> <img src="../web-project/cloud.png" width="50" height="50">babyhood<b>
<div class="w3-right w3-hide-small">
<a href="../web-project/veiwMyRequests.html" class="w3-bar-item w3-button">My requests</a>
<a href="../web-project/viewOfferList.html" class="w3-bar-item w3-button">Offer list</a>
<a href="../web-project/bookingStatus.html" class="w3-bar-item w3-button">My bookings</a>
<a href="../web-project/Pprofile.html" class="w3-bar-item w3-button"><img src="../web-project/user.png" width="50" height="50"></a>
</div>
</div>
</div>
<br><br><br><br><br><br>
<br><br><br>
<h1>Caring for Love</h1>
<br>
<h3>We are here to take care of your children </h3>
<footer class="footer">
<br>
<a href="https://www.facebook.com/" ><img src="../web-project/facebook.png" width="18" height="18"></a>
<a href="https://twitter.com/"><img src="../web-project/twitter.png" width="18" height="18"></a>
<a href="https://www.instagram.com/"><img src="../web-project/instagram.png"width="18" height="18"></a>
<p> babyhood © <a href="#" >www.babyhood.com</a></p>
</footer>
</body>
</html>