forked from sirclesam/droneSite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrealestate.html
More file actions
81 lines (79 loc) · 4.78 KB
/
realestate.html
File metadata and controls
81 lines (79 loc) · 4.78 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Real Estate</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="rockysky.css">
<link rel="stylesheet" href="realestate.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>
<div class="container">
<h2>Real Estate Services</h2>
<hr>
<div class="row">
<div class="col-xs-8 col-xs-push-2 text-left whyRocky-copy">
<h4 class="text-center"><strong>Why use Rocky Sky?</strong></h4>
<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, and flying commercially as long as it has been legal for non-pilots.</li>
</ul>
</div>
</div>
<hr>
<p>
Aerial photography give your listings something you just can't get from shooting on the ground. <br>Real Estate packages start at $150.
</p>
<div class="row">
<h3 class="col-xs-6">From the ground</h3>
<h3 class="col-xs-6">From the air</h3>
</div>
<div class="row row-grid">
<div class="col-xs-12">
<img class="gal-img-realestate" src="img/real_estate/realh1.jpg" alt="Unable to load image" />
</div>
<hr>
<p class="realestate-text">By showing off the amazing scenery around your property, we can give your clients a much better view of their new home.</p>
<div class="col-xs-12">
<a href="http://montecitoproperties.com/property/125-west-mountain-drive-santa-barbara-ca-93103/" target="_blank" rel="noreferrer noopener"><img class="gal-img-realestate" src="img/real_estate/realh2.jpg" alt="Unable to load image" /></a>
</div>
<p class="realestate-text">Some properties can only be shot properly from the air due to the terrain around them. Don't miss out on displaying the whole property.</p>
<div class="col-xs-12">
<a href="http://montecitoproperties.com/property/730-lilac-drive-montecito-ca-93108/" target="_blank" rel="noreferrer noopener">
<img class="gal-img-realestate" src="img/real_estate/realh3.jpg" alt="Unable to load image" /></a>
</div>
<p class="realestate-text">Highlight the neighborhood and surrounding area</p>
<div class="col-xs-12">
<img class="gal-img-realestate" src="img/real_estate/realh4.jpg" alt="Unable to load image" />
</div>
<p class="realestate-text">Give your high-rise listings a perspective unobtainable by earth bound photography!</p>
</div> <!--Row-->
<hr>
<div class="containter-fluid callToAction">
<div class="row">
<a href="contact.html" class="contactBtn btn" type="button" name="button">Contact Us!</a>
</div>
</div>
<!-- #TODO: Add in showing proximity to local attractions -->
</div>
</div>
<div id="footerPlaceHolder"></div>
<script src="rockysky.js" charset="utf-8"></script>
</body>
</html>