-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProfileInformation2.html
82 lines (68 loc) · 3.56 KB
/
ProfileInformation2.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"><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/style.css">
<title>Profile Infromation 2</title>
</head>
<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:-440px;">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/offerStatus.html" class="w3-bar-item w3-button">My offers</a>
<a href="../web-project/jobStatus.html" class="w3-bar-item w3-button">My jobs</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>
<body class="background" style="text-align:center">
<div class="signUp">
Phone : 056559876 <br>
E-mail : debraDB@gmail.com
<br>
<div>
<h3>Experience</h3>
<ul style="text-align: left;" > <strong>2015 - 2017 </strong> special needs child caregiver </ul>
<li style="text-align: left;">observed childeren to productivity identity issuses with emtional or physical development and worked with parents and supervisiors to address concerns.</li><br>
<li style="text-align: left;">met with parents about daily activities, positive development and issuses.</li><br>
<ul style="text-align: left;"> <strong>2017 - 2022 </strong> Freelancing BabySitter</ul>
<li style="text-align: left;">Fostered good relationships with parents consiting of efficient cmmunication and teamwork.</li><br>
<li style="text-align: left;">Taught language skills by reading books to childeren before bedtime.</li>
<br>
<h3>Education</h3>
Nevada state college <br>
Bachleor of Arts : libreal arts and general studies.
</div>
<br>
</div>
<br>
<br>
<div class="signUp" style="font-family:Arial, Helvetica, sans-serif">
<div>
<h3 style="font-size:25px">rating :</h3>
<img src = "../web-project/IMG_8053.jpg" width="100" height="60">
</div>
<h3 style="font-size:25px">review :</h3>
<p> very professional and ontime.</p>
<hr>
<p> debra was very helpful with me and my kids.</p>
<hr>
<p> she hlep me to do plan for my childeren and activities for them.</p>
<hr>
<p> without her I get lost because my time all it in the work as a doctor.</p>
</div>
</body>
<br>
<br>
<br>
<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>