forked from HackSummit2-0/CareALot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
206 lines (189 loc) · 8.65 KB
/
contact.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
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!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="stylesheet" href="services.html">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel = "icon" href = "img/healthcare.png">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"rel="stylesheet"/>
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.6.0/mdb.min.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"rel="stylesheet"/>
<script type="text/javascript"src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.6.0/mdb.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<title>Care-A-Lot</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light fixed-top h-color" style="height:80px;">
<div class="container">
<a class="navbar-brand" href="#" style="color:white; font-size:30px;font-weight:bold;font-family:Roboto;position:absolute;left:20px;">Care-A-Lot</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<div class="video__icon">
<a href="live_maps.html"><div class="circle--outer"></div></a>
<a href="live_maps.html"><div class="circle--inner"></div></a>
<a href="live_maps.html"> <p style="font-size: 15px;font-weight:bolder;">LIVE</p></a>
</div>
<li class="nav-item active ">
<a class="nav-link" href="index.html" style="color:white;font-size:20px;position:relative;left:70px">Home</a>
</li>
<li class="nav-item">
<a class="nav-link " href="about.html" style="color:white;font-size:20px;position:relative;left:90px;">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html" style="color:white;font-size:20px;position:relative;left:110px;">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" style="color:white;font-size:20px;position:relative;left:130px;">Contact</a>
</li>
<li class="nav-item">
<a href="login.html" style="position:relative;left:150px;"><i class="fas fa-user-plus fa-3x " style="color:rgb(255, 255, 255);"></i></a>
</li>
</ul>
</div>
</div>
</nav>
<img src="img/helplinepdf.jpg" alt="" id="c-img">
<br><br>
<!-- Footer -->
<footer class=" text-center text-white f-color ">
<!-- Grid container -->
<div class="container p-4">
<!-- Section: Social media -->
<section class="mb-4" id="pad" >
<!-- Facebook -->
<button type="button" class="btn btn-primary btn-lg btn-floating" ><i class="fab fa-facebook-f" ></i> </button>
<!-- Twitter -->
<button type="button" class="btn btn-primary btn-lg btn-floating" style="background-color: #55acee;" ><i class="fab fa-twitter"></i></button>
<!-- Google -->
<button type="button" class="btn btn-primary btn-lg btn-floating" style="background-color: #dd4b39;"><i class="fab fa-google"></i></button>
<!-- Instagram -->
<button type="button" class="btn btn-primary btn-lg btn-floating" style="background-color: #ac2bac;"><i class="fab fa-instagram"></i></button>
<!--WhatsApp-->
<button type="button" class="btn btn-primary btn-lg btn-floating" style="background-color: #25d366;" ><i class="fab fa-whatsapp"></i></button>
</section>
<!-- Section: Social media -->
<!-- Section: Form -->
<section class="">
<form action="">
<!--Grid row-->
<div class="row d-flex justify-content-center">
<!--Grid column-->
<div class="col-auto">
<p class="pt-2">
<strong>Sign up for our newsletter</strong>
</p>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-5 col-12">
<!-- Email input -->
<!-- <div class="form-outline form-white mb-4">
<input type="email" id="form5Example21" class="form-control" placeholder="email">
<label class="form-label " for="form5Example21" >Email address</label> -->
<!-- </div> -->
<label for="exampleInputEmail1" class="form-label" ></label>
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="email address" aria-describedby="emailHelp" style="width: 400px;">
</div>
<!--form input[type="submit"]{}-->
<!--Grid column-->
<!--Grid column-->
<div class="col-auto">
<!-- Submit button -->
<button type="submit" class="btn btn-primary mb-4" style="position:absolute; left:1200px;">
Subscribe
</button>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</form>
</section>
<!-- Section: Form -->
<!-- Section: Text -->
<section class="mb-4">
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sunt distinctio earum
repellat quaerat voluptatibus placeat nam, commodi optio pariatur est quia magnam
eum harum corrupti dicta, aliquam sequi voluptate quas.
</p>
</section>
<!-- Section: Text -->
<!-- Section: Links -->
<section class="">
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase">Links</h5>
<ul class="list-unstyled mb-0">
<li>
<a href="#!" class="text-white">Link 1</a>
</li>
<li>
<a href="#!" class="text-white">Link 2</a>
</li>
</ul>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase">Links</h5>
<ul class="list-unstyled mb-0">
<li>
<a href="#!" class="text-white">Link 1</a>
</li>
<li>
<a href="#!" class="text-white">Link 2</a>
</li>
</ul>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase">Links</h5>
<ul class="list-unstyled mb-0">
<li>
<a href="#!" class="text-white">Link 1</a>
</li>
<li>
<a href="#!" class="text-white">Link 2</a>
</li>
</ul>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase">Links</h5>
<ul class="list-unstyled mb-0">
<li>
<a href="#!" class="text-white">Link 1</a>
</li>
<li>
<a href="#!" class="text-white">Link 2</a>
</li>
</ul>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</section>
<!-- Section: Links -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="text-center p-3" style="background-color: #262726;">
© 2021 Copyright:
<a class="text-white" href="#">carealot.com</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
</body>
</html>