-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathservices.html
161 lines (148 loc) · 5.18 KB
/
services.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/gif/png" href="img/z.png">
<title>Services</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script>
<link href="style.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-md navbar-light bg-light sticky-top">
<div class="container-fluid">
<a class="navbar-brand text-primary font-weight-bold" href="#"><img src="img/z.png" height="40">ap</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="mission.html">Our Mission</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="join.html">Join Us</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navigation -->
<!-- Quote -->
<div class="container-fluid">
<div class="row jumbotron">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 text-center">
<blockquote class="blockquote">
<p>Customer service should not be a department. It should be the entire company.</p>
<footer class="blockquote-footer">From Tony Hsieh</footer>
</blockquote>
</div>
</div>
</div>
<!-- End Quote -->
<!-- Our Services -->
<div class="container-fluid padding">
<div class="row padding">
<div class="col-lg-6 offset-lg-1">
<img src="img/m10.png" class="img-fluid rounded-circle">
</div>
<div class="col-md-12 col-lg-4">
<h1 class="display-4 text-center">Our Services</h1>
<hr width="150px">
<p>Our mission is to see a healthier world by delivering our medical services to the people. The greatest fear of many parents is that they would lose their infants at any time. Thus, zap's focus is on infant healthcare. We offer a product to our customers to monitor the infant's heart rate, oxygen levels, sleeping position, etc. Doctors can monitor the baby and give appropriate treatment by immediately approaching the patient.</p>
</div>
</div>
</div>
<!-- End Our Services -->
<!--- Background image -->
<figure>
<div class="fixed-wrap">
<div id="fixed">
</div>
</div>
</figure>
<!--- End Background image -->
<!--- Worth of products -->
<div class="container-fluid padding bg-light">
<div class="row welcome text-center">
<div class="col-12">
<h1 class="display-4">The Worth of our Products</h1>
<hr width="150px">
</div>
</div>
</div>
<div class="container-fluid padding bg-light">
<div class="row padding">
<div class="col-xs-1 col-sm-1 col-md-1 col-lg-1 col-xl-1 offset-xl-2">
<img class="float-md-left float-lg-right" src="img/z.png" height="40">
</div>
<div class="col-xs-11 col-sm-5 col-md-5 col-lg-5 col-xl-3">
<h2 class="worth">Superior Quality</h2>
</div>
<div class="col-xs-1 col-sm-1 col-md-1 col-lg-1 col-xl-1 offset-xl-0">
<img class="float-md-left float-lg-right" src="img/z.png" height="40">
</div>
<div class="col-xs-11 col-sm-5 col-md-5 col-lg-5 col-xl-3">
<h2 class="worth">Fully Functional</h2>
</div>
<div class="col-xs-1 col-sm-1 col-md-1 col-lg-1 col-xl-1 offset-xl-2">
<img class="float-md-left float-lg-right" src="img/z.png" height="40">
</div>
<div class="col-xs-11 col-sm-5 col-md-5 col-lg-5 col-xl-3">
<h2 class="worth">Convenience</h2>
</div>
<div class="col-xs-1 col-sm-1 col-md-1 col-lg-1 col-xl-1 offset-xl-0">
<img class="float-md-left float-lg-right" src="img/z.png" height="40">
</div>
<div class="col-xs-11 col-sm-5 col-md-5 col-lg-5 col-xl-3">
<h2 class="worth">Absolutely Reliable</h2>
</div>
</div>
</div>
<!--- End Worth of products -->
<!--- Footer -->
<footer>
<div class="container-fluid padding">
<div class="row text-center font-weight-bold">
<div class="col-sm-10 offset-sm-1 col-md-4 offset-md-0">
<hr class="light">
<h5>Stockholm Office</h5>
<hr class="light">
<p>Sollentuna</p>
</div>
<div class="col-sm-10 offset-sm-1 col-md-4 offset-md-0">
<hr class="light">
<a class="logo text-light" href="#"><img src="img/z.png" height="25">ap</a>
<hr class="light">
<p><a href="mailto: info@zap.com">info@Zap.com</a></p>
</div>
<div class="col-sm-10 offset-sm-1 col-md-4 offset-md-0">
<hr class="light">
<h5>Contact Us</h5>
<hr class="light">
<p>Mobile: +46 713254868, +46 724567985</p>
</div>
<div class="col-12">
<hr class="light-100">
<h5>© Zap Consulting AB</h5>
</div>
</div>
</div>
</footer>
<!--- End Footer -->
</body>
</html>