Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for #28 #38

Merged
merged 7 commits into from
Apr 7, 2019
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added favicon.ico
Binary file not shown.
Binary file added images/commons-app-qr.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/commons-app-qr.png
Binary file not shown.
15 changes: 8 additions & 7 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,13 +157,13 @@ <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">
<img src="images/commons-app-qr.png"/>
<img src="images/commons-app-qr.jpeg"/>
</div>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,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 @@ -168,5 +168,5 @@ footer h2 {
}

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