-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathofferStatus.html
63 lines (51 loc) · 2.72 KB
/
offerStatus.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
<!DOCTYPE html>
<html>
<head>
<mata charset="UTF-8">
<title>offer status</title>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" type="text/css" href="../web-project/style.css">
<link rel="stylesheet" type="text/css" href="../web-project/booking.css">
</head>
<body class="background" style="text-align:center">
<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" style="margin-left:-300px;">babyhood<b>
<div class="w3-right w3-hide-small">
<a href="../web-project/babySitterHomePage.html" class="w3-bar-item w3-button">Home</a>
<a href="../web-project/requestList.html" class="w3-bar-item w3-button">requests list</a>
<a href="../web-project/jobStatus.html" class="w3-bar-item w3-button">My jobs</a>
<a href="../web-project/jobStatus.html" class="w3-bar-item w3-button">My reviews & rate</a>
<a href="../web-project/Sprofile.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>
<div class="signUp"style="font-size:15px" >
<p>offer which you sent to Ms.Afnan</p>
<p style="background-color:green">accepted</p>
<p>you will start working tomorrow until 3april</p>
<p>you will work 7 Hour per day from <strong>8AM</strong> until <strong>3PM</strong></p>
<P><a style="color:green ;text-decoration-style: double;" href="https://goo.gl/maps/4pBw6wdV1Bo3H98A7" >view home location</a></P>
</div>
<br>
<div class="signUp" style="font-size:15px">
<p >offer which you sent to Dr.Huda </p>
<p style="background-color:red ;">rejected</p>
<p style="color:red ;">your price is so expensive !</p>
</div>
<br>
<div class="signUp" style="font-size:15px">
<p>offer which you sent to eng.Ali</p>
<P style="background-color:rgb(233, 241, 91)">pending</P>
</div>
<br><br> <br>
</body>
<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>
</html>