-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pick Me App.html
58 lines (39 loc) · 1.71 KB
/
Pick Me App.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.css" type="text/css">
<link rel="stylesheet" href="assets/css/index.css" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Fira+Sans|Ubuntu" rel="stylesheet">
<title>Pick Me App</title>
</head>
<body>
<script type="text/javascript" src="assets/js/index.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.js"></script>
<div class="jumbotron" style="margin-bottom: 0px">
<h1> Pick Me App</h1>
<p>Your #1 Delivery And Pick Up Services</p>
</div>
<nav class="navbar sticky-top navbar-expand-md navbar-dark bg-dark">
<button><a class="navbar-brand" href="index.html">Pick Me App <i class="fa fa-car fa-1x"></i></a></button>
<ul class= "navbar-nav">
<li class="nav-item"><a class= "nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class= "nav-link" href="services.html">Services</a></li>
<li class="nav-item"><a class= "nav-link" href="aboutUs.html">About Us</a></li>
<li class="nav-item"><a class= "nav-link" href="contactUs.html">Contact Us</a></li>
</ul>
</nav>
<div class=" container-fluid">
<img class="card-img-top" src="assets/imgs/images3.jfif">
<div class="card-block">
<p class="card-text">Let's Help You Beat Time.</p>
<a href="#Contact Us" class="btn btn-primary">Call Us</a>
</div>
</div>
</div>
</body>
</html>