-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcaretaker.html
69 lines (57 loc) · 1.75 KB
/
caretaker.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" >
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>Upchaar</title>
</head>
<body>
<header>
<h1>
UPCHAAR
</h1>
<div class="logo">
<img src="/upchaar/up.png" alt="" width="200px" className="App-logo" >
</div>
<div class="philosophy">
<h1>
Our Philosophy
</h1>
<div class="philosophy--des">
Our web app aims to deliver Care taker to people who need post medical assistance.
We provide user experience to go through plenty caretaker,
their fields, their past work details & rating.
</div>
</div>
<hr>
<div class="profile">
<div class="become-caretake">
<a href="www.google.com" target="_blank"> Become A caretaker</a>
</div>
<div class="look-for-caretaker">
<a href="www.netflix.com" target="_blank" >Looking for a caretaker</a>
</div>
</div>
<hr>
</header>
<div class="footer">
<footer>
<div>
<a href="/" target="_blank">Contact Us</a>
</div>
<div>
<a href="/" target="_blank"> Community</a>
</div>
<div>
<a href="/" target="_blank">Our Blogs</a>
</div>
<div>
<a href="https://github.com/apala7778/upchaar" target="_blank">Our Github</a>
</div>
</footer>
</div>
</body>
</html>