diff --git a/CNAME b/CNAME index 8b13789179..687ccbaebf 100755 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ - +www.noactivityapp.com \ No newline at end of file diff --git a/_config.yml b/_config.yml index a3392556a1..51b6902ce7 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ # App Info -ios_app_id : 1234793120 # Required. Enter iOS app ID to automatically populate name, price and icons (e.g. 718043190). +ios_app_id : 1351478990 # Required. Enter iOS app ID to automatically populate name, price and icons (e.g. 718043190). appstore_link : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually. playstore_link : # Enter Google Play Store URL. @@ -9,97 +9,72 @@ presskit_download_link : app_icon : # assets/appicon.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually. app_name : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually. app_price : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually. -app_description : Write a short tagline for your app. +app_description : Track your sleep by taking off your watch at night, and putting it on in the morning. enable_smart_app_banner : true # Set to true to show a smart app banner at top of page on mobile devices. # Information About Yourself -your_name : Emil Baehr -your_link : https://emilbaehr.com -your_city : Copenhagen -email_address : emil.baehr@gmail.com +your_name : John Yorke +your_link : https://johnyorke.me +your_city : Milton Keynes +email_address : hello@johnyorke.me facebook_username : -instagram_username : ebaehr -twitter_username : ebaehr -github_username : emilbaehr +instagram_username : +twitter_username : johnyorke +github_username : johnyorke youtube_username : - +privacy_policy : true # Feature List Edit, add or remove features to be presented. features : + - title : Easy To Use + description : Just take your watch off to start your sleep, and put it on to end it. + fontawesome_icon_name : check - - title : GitHub Pages Jekyll Theme - description : Designed for GitHub Pages. Fork. Edit _config.yml. Upload screenshot/video. Push to gh-pages branch. Voilá! - fontawesome_icon_name : magic - - - title : iPhone Device Preview - description : Preview your app in the context of an iPhone device. Five different device colors included. - fontawesome_icon_name : mobile - - - title : Video Support - description : Preview app video on the iPhone device simply by placing your video files in the videos folder. - fontawesome_icon_name : play-circle - - - title : Automatic Icon and Metadata - description : Enter iOS app ID in the _config.yml file to automatically fetch app icon, price and App Store Link. - fontawesome_icon_name : sync - - - title : Easy to Tweak - description : Tweak accent color, images, icons and transparency via the _config.yml file. No HTML/CSS needed. + - title : Customisable + description : Choose whether to track sleep or time in bed, and set a nightly target. fontawesome_icon_name : adjust - - title : Feature List - description : Add features (like this one) to your site via the _config.yml file. No HTML/CSS needed. - fontawesome_icon_name : star - - - title : Smart App Banner - description : Display a smart app banner on iOS devices. - fontawesome_icon_name : arrow-alt-circle-down - - - title : Social Links - description : Easily add social media accounts and contact info in the footer via the _config.yml file. No HTML/CSS needed. - fontawesome_icon_name : link - - - title : FontAwesome Support - description : Pick custom Font Awesome icons for the feature list via the _config.yml file. No HTML/CSS needed. - fontawesome_icon_name : info-circle + - title : Secure + description : All your data stays on your phone and safely encrypted within the Health app. + fontawesome_icon_name : lock - - title : # New Feature Title - description : # New Feature Description - fontawesome_icon_name : # Enter Font Awesome icon name (e.g. star). Find icons on fontawesome.com/icons. + - title : Private + description : No 3rd party analytics and no ads. Your data is exactly that...yours. + fontawesome_icon_name : eye-slash # Theme Settings -topbar_color : "#000000" -topbar_transparency : 0.1 +topbar_color : "#101010" +topbar_transparency : 1.0 topbar_title_color : "#ffffff" -cover_image : assets/headerimage.png # Replace with alternative image path or image URL. -cover_overlay_color : "#363b3d" -cover_overlay_transparency : 0.8 +cover_image : assets/headerimage.jpg # Replace with alternative image path or image URL. +cover_overlay_color : "#000000" +cover_overlay_transparency : 0.3 device_color : black # Set to: blue, black, yellow, coral or white. -body_background_color : "ffffff" +body_background_color : "#101010" -link_color : "#1d63ea" +link_color : "#b5ff32" app_title_color : "#ffffff" app_price_color : "#ffffff" app_description_color : "#ffffff" -feature_title_color : "#000000" +feature_title_color : "#b5ff32" feature_text_color : "#666666" -feature_icons_foreground_color : "#1d63ea" -feature_icons_background_color : "#e6e6e6" +feature_icons_foreground_color : "#b5ff32" +feature_icons_background_color : "#000000" -social_icons_foreground_color : "#666666" -social_icons_background_color : "#e6e6e6" +social_icons_foreground_color : "#b5ff32" +social_icons_background_color : "#000000" footer_text_color : "#666666" diff --git a/_includes/footer.html b/_includes/footer.html index a5c8bd23f0..a532215808 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -38,5 +38,14 @@ {% endif %} + {% if site.privacy_policy %} + + + + + + + {% endif %} + \ No newline at end of file diff --git a/_sass/layout.scss b/_sass/layout.scss index 13be3d6865..ccc725551a 100644 --- a/_sass/layout.scss +++ b/_sass/layout.scss @@ -11,7 +11,7 @@ background-repeat: no-repeat; background-size: cover; background-position: top; - border-radius: 0px 0px 40px 40px; + border-radius: 0px 0px 0px 0px; } @@ -501,4 +501,4 @@ footer { .hidden { display: none; -} \ No newline at end of file +} diff --git a/assets/headerimage.jpg b/assets/headerimage.jpg new file mode 100644 index 0000000000..89174617e8 Binary files /dev/null and b/assets/headerimage.jpg differ diff --git a/assets/headerimage.png b/assets/headerimage.png deleted file mode 100644 index eb5505365d..0000000000 Binary files a/assets/headerimage.png and /dev/null differ diff --git a/assets/screenshot/screenshot.jpeg b/assets/screenshot/screenshot.jpeg new file mode 100644 index 0000000000..84ad4e9298 Binary files /dev/null and b/assets/screenshot/screenshot.jpeg differ diff --git a/assets/screenshot/yourscreenshot.png b/assets/screenshot/yourscreenshot.png deleted file mode 100644 index 1f71756269..0000000000 Binary files a/assets/screenshot/yourscreenshot.png and /dev/null differ diff --git a/privacy_policy.html b/privacy_policy.html new file mode 100644 index 0000000000..f88884eb0e --- /dev/null +++ b/privacy_policy.html @@ -0,0 +1 @@ +

This app does not collect any personal data from the user. If you have opted into analytics on your iOS device, some anonomised usage statistics will be sent to Apple (go here for more details).

If you have any questions, please email hello@noactivityapp.com. \ No newline at end of file