Skip to content

Commit f69f38a

Browse files
committed
Merged
2 parents b305a30 + 02efe37 commit f69f38a

File tree

8 files changed

+344
-13
lines changed

8 files changed

+344
-13
lines changed

.idea/workspace.xml

Lines changed: 307 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# DroneMapper
22

3-
<a href="https://docs.google.com/document/d/12SayItPnzYe70hpYb2lVgmwHRL0hAytFr74bw49XC-g/edit?usp=sharing">DroneMapper Documentation</a>
3+
<a href="https://docs.google.com/document/d/12SayItPnzYe70hpYb2lVgmwHRL0hAytFr74bw49XC-g/edit?usp=sharing">DroneMapper Old Documentation</a>
4+
Documentation will soon be updated.

gallery.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,10 @@
6666
<div class="container">
6767
<div class="row">
6868
<div class="col l4 s12">
69-
<h5 class="white-text">Info</h5>
70-
<p class="white-text">DroneMapper is an open source project ... add description</p>
69+
<h5 class="white-text">Download</h5>
70+
<a href='https://play.google.com/store/apps/details?id=com.dronemapper&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'>
71+
<img class="badgeGooglePlay" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/>
72+
</a>
7173
</div>
7274
<div class="col l4 s12">
7375
<h5 class="white-text">Contact</h5>

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,13 @@
5050
<div class="row">
5151
<div class="col l4 s12">
5252
<h5 class="white-text">Download</h5>
53+
<<<<<<< HEAD
5354
<a href='https://play.google.com/store/apps/details?id=com.dronemapper&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img class="responsive-img" style="max-width: 60%" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/></a>
55+
=======
56+
<a href='https://play.google.com/store/apps/details?id=com.dronemapper&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'>
57+
<img class="badgeGooglePlay" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/>
58+
</a>
59+
>>>>>>> origin/master
5460
</div>
5561
<div class="col l4 s12">
5662
<h5 class="white-text">Contact</h5>

login.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,10 @@
7474
<div class="container">
7575
<div class="row">
7676
<div class="col l4 s12">
77-
<h5 class="white-text">Info</h5>
78-
<p class="white-text">DroneMapper is an open source project ... add description</p>
77+
<h5 class="white-text">Download</h5>
78+
<a href='https://play.google.com/store/apps/details?id=com.dronemapper&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'>
79+
<img class="badgeGooglePlay" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/>
80+
</a>
7981
</div>
8082
<div class="col l4 s12">
8183
<h5 class="white-text">Contact</h5>

register.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,10 @@
101101
<div class="container">
102102
<div class="row">
103103
<div class="col l4 s12">
104-
<h5 class="white-text">Info</h5>
105-
<p class="white-text">DroneMapper is an open source project ... add description</p>
104+
<h5 class="white-text">Download</h5>
105+
<a href='https://play.google.com/store/apps/details?id=com.dronemapper&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'>
106+
<img class="badgeGooglePlay" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/>
107+
</a>
106108
</div>
107109
<div class="col l4 s12">
108110
<h5 class="white-text">Contact</h5>

styles/map.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@
1010

1111
#materialbox-overlay {
1212
background-color: transparent;
13+
}
14+
15+
img.materialboxed.initialized{
16+
width: 100%;
1317
}

styles/style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,17 @@ main {
1515

1616
.side-nav{
1717
z-index: 9999;
18+
}
19+
20+
@media (min-width: 1025px) {
21+
.badgeGooglePlay{
22+
width: 200px;
23+
margin-left: -14px;
24+
}
25+
}
26+
27+
@media(max-width: 1024px){
28+
.badgeGooglePlay{
29+
width: 100%;
30+
}
1831
}

0 commit comments

Comments
 (0)