From c3245c0f6a3391f56dba8691b15d65e95a8d7c40 Mon Sep 17 00:00:00 2001 From: Floens Date: Wed, 17 Jan 2018 19:02:13 +0100 Subject: [PATCH] add dev builds section --- css/main.css | 9 +++++---- index.html | 17 +++++++++++++++-- js/main.js | 2 +- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/css/main.css b/css/main.css index 4ca28e46..5bbdcf8c 100644 --- a/css/main.css +++ b/css/main.css @@ -328,21 +328,22 @@ table th, table td { text-align: center; padding: 20px 0 0 0; } -} -@media (max-width: 500px) { .header .navbar li { margin: 0 5px; } +} +@media (max-width: 500px) { .devices .phone { width: 240px; height: 400px; } -} -@media (max-width: 400px) { .header .navbar li { font-size: 13px; } } + +@media (max-width: 400px) { +} diff --git a/index.html b/index.html index 1f956ec4..4311a41f 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ - + @@ -22,6 +22,7 @@
  • Index
  • Download
  • F-Droid
  • +
  • Dev builds
  • Donate
  • @@ -106,6 +107,18 @@

    +
    +

    Development builds

    +

    + A development build is created automatically for each new commit on the dev branch. +

    +

    + Latest development build.exit_to_app +

    +

    + It will notify you of new dev builds automatically. +

    +

    Donate

    @@ -460,6 +473,6 @@
    - + diff --git a/js/main.js b/js/main.js index 2ffc89f3..87c6dec5 100644 --- a/js/main.js +++ b/js/main.js @@ -91,7 +91,7 @@ function getReleases() { } } -var pages = ['index', 'fdroid', 'releases', 'donate'] +var pages = ['index', 'releases', 'fdroid', 'dev', 'donate'] function switchPage(page) { if (page[0] == '#') {