Skip to content

Commit ddb5c89

Browse files
committed
Added Google Play link and bug fixes
1 parent d6ddd8d commit ddb5c89

File tree

8 files changed

+276
-130
lines changed

8 files changed

+276
-130
lines changed

.idea/vcs.xml

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

.idea/workspace.xml

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

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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@
4949
<div class="container">
5050
<div class="row">
5151
<div class="col l4 s12">
52-
<h5 class="white-text">Info</h5>
53-
<p class="white-text">DroneMapper is an open source project ... add description</p>
52+
<h5 class="white-text">Download</h5>
53+
<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'>
54+
<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'/>
55+
</a>
5456
</div>
5557
<div class="col l4 s12">
5658
<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)