-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphotos.html
142 lines (121 loc) · 6.15 KB
/
photos.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
<!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">
<title>Document</title>
<link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="./node_modules/@fortawesome/fontawesome-free/css/all.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="top-bar">
<div class="container">
<div class="col-12 text-right">
<p><a href="tel:909-534-2369">Call 1-909-534-2369 For Appointments</a></p>
</div>
</div>
</div>
<nav class="navbar sticky-top bg-light navbar-light navbar-expand-lg">
<div class="container">
<a href="index.html" class="navbar-brand">
<img src="./drone-photos/logo.png" alt="Logo">
</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 href="./index.html" class="nav-link">Home</a></li>
<li class="nav-item"><a href="./services.html" class="nav-link">Services</a></li>
<li class="nav-item"><a href="./photos.html" class="nav-link active">Instagram</a></li>
<li class="nav-item"><a href="./contact.html" class="nav-link">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
<!-- LightWidget WIDGET -->
<div class="container">
<div class="content-row mt-3">
<div class="col mb-5">
<h2 class="text-center">Subscribe to Our Instagram</h2>
<div class="border-top border-primary mx-auto w-50"></div>
<iframe src="https://cdn.lightwidget.com/widgets/aec60f2e2eb35f47928d83a02db8dd82.html" scrolling="no" allowtransparency="true" class="lightwidget-widget" style="width:100%;border:0;overflow:hidden;"></iframe>
</div>
</div>
</div>
<!--bottom jumbotron-->
<div class="jumbotron py-5 mb-0">
<div class="container">
<div class="row">
<div class="col-md-7 col-lg-8 col-xl-9 my-auto">
<h3 class="text-bold text-dark">Are you looking to stand apart from the rest or need ideas to get started? </h3>
</div>
<div class="col-md-5 col-lg-4 col-xl-3 pt-4 pt-md-0">
<a href="./contact.html" class="btn btn-info">Contact Us Today</a>
</div>
</div>
</div>
</div>
<!--foooter-->
<footer class="site-footer bg-dark ">
<div class="bg-dark">
<div class="conatiner-fluid">
<div class="row py-4 d-flex text-center">
<div class="col-md-12 align-items-center">
<a href="https://www.instagram.com/dronefooty/"><i class="icons fab fa-instagram-square m-4"></i></a>
<a href="./contact.html"><i class="icons fas fa-address-card m-4"></i></a>
<a href="tel:909-534-2369"><i class="icons fas fa-phone-square-alt m-4"></i></a>
<a href="./contact.html"><i class="icons fas fa-envelope-square m-4"></i></a>
</div>
</div>
</div>
</div>
<div class="container text-center text-md-left mt-5">
<div class="row">
<div class="col-md-3 mx-auto mb-4">
<h5 class="text-uppercase">Certified and Insured</h5>
<hr class="bg-light mb-4 mt-0 d-inline-block mx-auto" style="width: 125px; height: 3px;">
<p class="mt-2 text-white">We are commercially licensed to fly under the FAA's Part 107 certificate. In addition, we are fully insured by AAA.</p>
</div>
<div class="col-md-2 mx-auto mb-4">
<h5 class="text-uppercase">Services</h5>
<hr class="bg-light mb-4 mt-0 d-inline-block mx-auto" style="width: 85px; height: 3px;">
<ul class="list-unstyled">
<li class="my-2"><a href="./services.html">Real Estate</a></li>
<li class="my-2"><a href="./services.html">Construction</a></li>
<li class="my-2"><a href="./services.html">Personalized Footage</a></li>
<li class="my-2"><a href="./services.html">Resort Maketing</a></li>
<li class="my-2"><a href="./services.html">Golf Courses</a></li>
</ul>
</div>
<div class="col-md-2 mx-auto mb-4">
<h5 class="text-uppercase">Menu</h5>
<hr class="bg-light mb-4 mt-0 d-inline-block mx-auto" style="width: 55px; height: 3px;">
<ul class="list-unstyled">
<li class="my-2"><a href="./index.html">Home</a></li>
<li class="my-2"><a href="./services.html">Services</a></li>
<li class="my-2"><a href="./photos.html">Instagram</a></li>
<li class="my-2"><a href="./contact.html">Contact Us</a></li>
<li class="my-2"><a href="tel:909-534-2369">Call Today</a></li>
</ul>
</div>
</div>
<div class="footer-copyright text-center py-3">
<p class="text-white">© Copyright
<a href="">Platinum Perspectives and dronefooty.com</a>
</p>
<p class="text-white"><a href="https://github.com/dev-davey" target="_blank">Designed by: Dev-Davey</a>
</p>
</div>
</div>
</footer>
<script src="./node_modules/jquery/dist/jquery.slim.min.js"></script>
<script src="./node_modules/popper.js/dist/umd/popper.min.js"></script>
<script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="https://cdn.lightwidget.com/widgets/lightwidget.js"></script>
</body>
</html>