forked from sirclesam/droneSite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
construction.html
111 lines (105 loc) · 6.43 KB
/
construction.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Construction Progress Services</title>
<meta name="description" content="Portfolio, Gallery, and Marketing for Rocky Sky Photo Aerial and Drone Photography in Denver, CO">
<meta name="keywords" content="drone photography, aerial photography, discount, affordable, real estate, construction, Denver, Colorado">
<script src="assets/jquery-3.1.1.min.js" charset="utf-8"></script>
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> -->
<link rel="stylesheet" href="assets/bootstrap.min.css" media="screen" title="no title">
<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> -->
<script src="assets/bootstrap.min.js" charset="utf-8"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="dist/css/swiper.min.css" media="screen" title="no title">
<link rel="stylesheet" href="meinswiper.css" media="screen">
<link rel="stylesheet" href="rockysky.css">
<link rel="stylesheet" href="construction.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="icon" href="favicon.png" type="image/png">
</head>
<body>
<div class="wrap">
<div id="navbarPlaceholder"></div>
<h1>Construction Services</h1>
<h4>Watch your project grow from the ground up</h4>
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="swiper-container fadeswipe">
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide"><img src="img/parkside/1.jpg" alt="1" /></div>
<div class="swiper-slide"><img src="img/parkside/2.jpg" alt="" /></div>
<div class="swiper-slide"><img src="img/parkside/3.jpg" alt="" /></div>
<div class="swiper-slide"><img src="img/parkside/4.jpg" alt="" /></div>
<div class="swiper-slide"><img src="img/parkside/5.jpg" alt="" /></div>
<div class="swiper-slide"><img src="img/parkside/6.jpg" alt="" /></div>
</div>
<!-- If we need pagination -->
<div class="swiper-pagination"></div>
<!-- If we need navigation buttons -->
<div class="swiper-button-prev swiper-button-white"></div>
<div class="swiper-button-next swiper-button-white"></div>
<!-- If we need scrollbar -->
<div class="swiper-scrollbar"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-6 text-left">
<h4><strong>Why use Rocky Sky?</strong></h3>
<ul>
<li><strong>Fast</strong> - Get your images the same day as they are taken!</li>
<li><strong>Professional</strong> - High Resolution images and 4k video mean your sites will look amazing online or in print.</li>
<li><strong>Affordable</strong> - Low rates with professional results. I guarantee you'll be satisfied with my service.</li>
<li><strong>Accountable</strong> - Fully FAA 107 certified for commercial use and insured for $1,000,000 during all flights.</li>
<li><strong>Experience</strong> - 15 years of digital photo/video production and 3 years flying with drones</li>
</ul>
<h4><strong>Aerial Photography benefits:</strong></h3>
<ul>
<li><strong>Plan</strong> - Survey the site, get top-down shots of the whole area before breaking ground</li>
<li><strong>Progress</strong> - Using GPS we can take the same pictures each visit to show the exact progress
of your site that stakeholders can see the very same day!</li>
<li><strong>Inspect</strong> - Quickly and easily take photos of hard to reach areas anywhere on your job site</li>
<li><strong>Marketing</strong> - Want to show what the view from the 12th floor will be like before you've laid the foundations? Or show case your
finished work from on-high? We can help you get exactly the material you need to sell your finished product.</li>
</ul>
</div>
<div id="ogdenSwiper" class="col-xs-12 col-md-6">
<div class="swiper-container fadeswipe2">
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide"><img src="img/ogden/1.jpg" alt="1" /></div>
<div class="swiper-slide"><img src="img/ogden/2.jpg" alt="" /></div>
<div class="swiper-slide"><img src="img/ogden/3.jpg" alt="" /></div>
<div class="swiper-slide"><img src="img/ogden/4.jpg" alt="" /></div>
<div class="swiper-slide"><img src="img/ogden/5.jpg" alt="" /></div>
</div>
<!-- If we need pagination -->
<div class="swiper-pagination"></div>
<!-- If we need navigation buttons -->
<div class="swiper-button-prev swiper-button-white"></div>
<div class="swiper-button-next swiper-button-white"></div>
<!-- If we need scrollbar -->
<div class="swiper-scrollbar"></div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="callToAction col-xs-12">
<a href="contact.html" class="contactBtn btn" type="button" name="button">Get a quote today</a>
</div>
</div>
</div>
<div id="footerPlaceHolder"></div>
<script src="rockysky.js" charset="utf-8"></script>
<script src="dist/js/swiper.min.js"></script>
<script src="meinswiper.js" charset="utf-8"></script>
</body>
</html>