Skip to content

Commit

Permalink
Merge pull request #38 from sivaraam/minor-fixes
Browse files Browse the repository at this point in the history
Fix for #28
  • Loading branch information
sivaraam committed Apr 7, 2019
2 parents 09ad046 + a4ac8ed commit eb865f2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
Binary file added favicon.ico
Binary file not shown.
Binary file modified images/commons-app-qr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ <h2>The App</h2>
<p class="lead">
The Commons Mobile App is a community maintained app that makes it easy to upload your pictures to Wikimedia Commons. The app can be installed on any Android device and uses your Commons user account to upload photos.
</p>

<a class="btn btn-lg btn-outline-primary" role="button" href="https://f-droid.org/repository/browse/?fdid=fr.free.nrw.commons">F-Droid page</a>
<a class="btn btn-lg btn-outline-primary" role="button" href="https://play.google.com/store/apps/details?id=fr.free.nrw.commons">Google Play page</a>
<div class="btn-group">
<a class="btn btn-outline-primary" role="button" href="https://f-droid.org/repository/browse/?fdid=fr.free.nrw.commons">F-Droid page</a>
<a class="btn btn-outline-primary" role="button" href="https://play.google.com/store/apps/details?id=fr.free.nrw.commons">Google Play page</a>
</div>
</div>
<div class="section-divider"></div>
<div class="container inner" id="community">
Expand Down Expand Up @@ -156,9 +157,9 @@ <h2>Photo Guidelines</h2>
<div class="section-divider"></div>
<footer class="inner container footer">
<h2>Commons Mobile App</h2>
<div>
<a class="btn btn-lg btn-outline-primary" role="button" href="https://github.com/commons-app/apps-android-commons">Source code</a>
<a class="btn btn-lg btn-outline-primary" role="button" href="https://github.com/commons-app/apps-android-commons/issues">Report an issue</a>
<div class="btn-group">
<a class="btn btn-outline-primary" role="button" href="https://github.com/commons-app/apps-android-commons">Source code</a>
<a class="btn btn-outline-primary" role="button" href="https://github.com/commons-app/apps-android-commons/issues">Report an issue</a>
</div>

<div class="qr-code-div">
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ body {
.large-count li:before {
content: counter(first-order-counter);
counter-increment: first-order-counter;
font-size: 50px;
font-size: 30px;
line-height: 70px;
position: absolute;
left: -50px;
Expand Down Expand Up @@ -169,5 +169,5 @@ footer h2 {
}

.qr-code-div {
padding: 30px;
padding: 30px 15px;
}

0 comments on commit eb865f2

Please sign in to comment.