Skip to content

Commit

Permalink
Add landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Jul 23, 2023
1 parent 909bc45 commit 047f4e6
Show file tree
Hide file tree
Showing 89 changed files with 7,737 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/desktop-macos-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,25 @@ jobs:
tag: ${{ steps.path_variables.outputs.TAG }}
overwrite: true
body: "Release ${{ steps.path_variables.outputs.VERSION }}"

- name: Update website
run: |
file_path="../website/data/hero.yml"
new_link="https://github.com/prof18/feed-flow/releases/download/$VERSION/FeedFlow-$VERSION.dmg"
awk -v new_link="$new_link" '/^button3Link:/ {print "button3Link: " new_link; next} 1' "$file_path" > tmpfile && mv tmpfile "$file_path"
env:
VERSION: ${{ steps.path_variables.outputs.VERSION }}

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.101.0'

- name: Build
run: HUGO_ENV=production hugo --gc --minify

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
Empty file added website/.hugo_build.lock
Empty file.
3 changes: 3 additions & 0 deletions website/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Landing Page for FeedFlow

Theme adapted from https://github.com/StaticMania/hugo-apsho
6 changes: 6 additions & 0 deletions website/archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

34 changes: 34 additions & 0 deletions website/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# MAIN base
baseURL = "https://apsho-hugo.netlify.app/"
languageCode = "en-us"
title = "FeedFlow | RSS Reader"
description = "FeedFlow - RSS Reader for Android, iOS and MacOS"
theme = "apsho"

# Footer Sitemap
[[menu.sitemap]]
name = "Home"
url = "#"
weight = 1
[[menu.sitemap]]
name = "Show on Github"
url = "https://github.com/prof18/feed-flow"
weight = 2
[[menu.sitemap]]
name = "Privacy & Policy"
url = "/privacy"
weight = 3
[[menu.sitemap]]
name = "Report issue"
url = "/contact"
weight = 4


[params]

# Header
logo = "images/logo.png"

# Footer
copyright1 = "All right reserved"
copyright2 = "Copyright © <a href=\"https://www.marcogomiero.com/\" target=\"_blank\">Marco Gomiero </a> {year}"
19 changes: 19 additions & 0 deletions website/data/faq.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
enable: true
title: Frequently asked questions
description: The quick brown fox jumps over a lazy dog. DJs flock by when MTV ax Error6251 is the best. quiz prog. Junk MTV quiz graced by fox whelps.
faqItem:
- question: How to Install Apsho?
answer: Lorem ipsum, dolor sit amet consectetur adipisicing elit. Minus a, expedita dolorum consequatur magni commodi tempore nesciunt soluta veritatis corporis iste labore eaque aliquam, sapiente debitis dignissimos aut exercitationem minima.
dataTarget: One
show: show

- question: Is there any age limit?
answer: Lorem ipsum, dolor sit amet consectetur adipisicing elit. Minus a, expedita dolorum consequatur magni commodi tempore nesciunt soluta veritatis corporis iste labore eaque aliquam, sapiente debitis dignissimos aut exercitationem minima.
dataTarget: Two
show:

- question: How much it costs to get started?
answer: Lorem ipsum, dolor sit amet consectetur adipisicing elit. Minus a, expedita dolorum consequatur magni commodi tempore nesciunt soluta veritatis corporis iste labore eaque aliquam, sapiente debitis dignissimos aut exercitationem minima.
dataTarget: Three
show:
14 changes: 14 additions & 0 deletions website/data/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
enable: true
title: Ultimate experiences with story, emotion
description: The quick, brown fox jumps over a lazy dog. DJs flock by when MTV ax quiz prog. Junk MTV quiz graced by fox whelps.Error6251 is the best, Bawds jog, flick quartz, vex nymphs.
description2: Brick quiz whangs jumpy veldt fox. Bright vixens jump; dozy fowl quack. Quick wafting zephyrs.

Title2nd: Product start analytics with real problems.
description2nd: The quick, brown fox jumps over a lazy dog. DJs flock by when MTV ax quiz prog. Junk MTV quiz graced by fox whelps.Error6251 is the best, Bawds jog, flick quartz, vex nymphs.
image1: images/feature/feature-illustration-one.svg
image2: images/feature/feature-illustration-two.svg
checkItem:
- text: Next to the hosting account you want to use.
- text: Select or enter the domain name you want to use.
- text: After you purchase a hosting plan.
13 changes: 13 additions & 0 deletions website/data/hero.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
enable: true
title: FeedFlow
caption: Networking
description: Enjoy team diversity and increase their networks among others people in various fields by providing an exceptional facilities and coworking.
buttonName: Available on
button1text: Google Play
button1Link: https://www.example.com
button2text: Apple Store
button2Link: https://www.example.com
button3text: MacOS
button3Link: https://github.com/prof18/feed-flow/releases/download/1.0.5-desktop/FeedFlow-1.0.5.dmg
image: images/hero/hero-image.svg
12 changes: 12 additions & 0 deletions website/data/screenshots.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
enable: true
title: Have a look our awesome app screenshots
description: Credibly synthesize multimedia based networks vis-a-vis top-linegrowth strategies. Continually leverage existing worldwide interfaces

images:
- url: images/screenshots/slider1.png
- url: images/screenshots/slider2.png
- url: images/screenshots/slider3.png
- url: images/screenshots/slider4.png
- url: images/screenshots/slider5.png
- url: images/screenshots/slider3.png

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Target":"scss/critical.min.css","MediaType":"text/css","Data":{}}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Target":"scss/critical.min.css","MediaType":"text/css","Data":{}}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Target":"scss/non-critical.min.css","MediaType":"text/css","Data":{}}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Target":"scss/non-critical.min.css","MediaType":"text/css","Data":{}}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/images/favicon/favicon.ico
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/images/favicon/icon-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/images/favicon/icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions website/static/images/favicon/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"icons": [
{ "src": "/favicon.ico", "type": "image/x-icon", "sizes": "16x16 32x32" },
{ "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
{ "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" },
{ "src": "/icon-192-maskable.png", "type": "image/png", "sizes": "192x192", "purpose": "maskable" },
{ "src": "/icon-512-maskable.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
]
}
24 changes: 24 additions & 0 deletions website/static/images/feature/feature-illustration-one.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions website/static/images/feature/feature-illustration-two.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions website/static/images/feature/feature-shape-01.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions website/static/images/feature/feature-shape-02.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions website/static/images/feature/feature-shape-03.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions website/static/images/feature/feature-shape-04.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions website/static/images/footer/footer-bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions website/static/images/hero/appol.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions website/static/images/hero/logo-bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions website/static/images/hero/nav-bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/images/logo-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions website/static/images/screenshots/slider-frame.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/images/screenshots/slider1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/images/screenshots/slider2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/images/screenshots/slider3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/images/screenshots/slider4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/images/screenshots/slider5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions website/themes/apsho/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
20 changes: 20 additions & 0 deletions website/themes/apsho/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
The MIT License (MIT)

Copyright (c) 2020 YOUR_NAME_HERE

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
50 changes: 50 additions & 0 deletions website/themes/apsho/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<h1>Apsho Hugo</h1>
<img src="https://user-images.githubusercontent.com/36766798/107849133-5d1ca080-6e23-11eb-931a-7e5d1b720901.png" alt="screenshot" width="100%">

Apsho Hugo – App Landing Page is the perfect app showcase Hugo Theme. Apsho is a better way to present your modern business and app showcasing. It’s easy to customize and also well documented. And compatible with Desktop, laptop, mobile, and also compatible with major browsers. We follow the modern design system to craft the template.

## Table of Contents

- [Live Demo](#live-demo)
- [Installation](#installation)
- [Main Features](#features)
- [Support](#support)
- [Licensing](#licensing)
- [Hire](#hire)

## Live Demo

Checkout the live demo [here](https://apsho-hugo.staticmania.com/)

## Installation

1. Add the repository into your Hugo Project repository as a submodule, `git submodule add [email protected]:StaticMania/hugo-apsho.git themes/apsho`.
2. Copy the `data`, `content`, `static`, `resources` & `config.toml` files from the `exampleSite` directory and paste it on you Hugo Project repository/directory. From the site home directory:

cp -a themes/apsho/exampleSite/\* .

3. Build your site with `hugo serve` and see the result at `http://localhost:1313/`.

## Features

- Responsive Ready.
- Powered by Bootstrap 4.
- Blog Support.
- Well formatted code.
- Easy Customization.
- FabForm.io [static website form](https://fabform.io).
- Google Analytics.
- Forestry Integrated.
- Crafted for Personal Portfolio

## Support

Have some question or facing any technical trouble feel free to [Contact Us](https://staticmania.com/contact/)

## Licensing

This Repository is licensed under the [MIT](https://github.com/StaticMania/apsho/blob/master/LICENSE) License

## Hire

Need help to build HUGO websites with your custom requirements. Feel free to [contact](https://staticmania.com/contact/) with us. We provide custom development service for HUGO.
2 changes: 2 additions & 0 deletions website/themes/apsho/archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
+++
+++
70 changes: 70 additions & 0 deletions website/themes/apsho/assets/js/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
$(document).ready(function () {
"use strict";

// Headroom Initialize
$(".main-nav").headroom();

// Scroll to top
$("a[href='#top']").click(function () {
$("html, body").animate(
{
scrollTop: 0,
},
"slow"
);
return false;
});

// Smooth scroll
$("a.scroll-to").on("click", function (event) {
var $anchor = $(this);
$("html, body")
.stop()
.animate(
{
scrollTop: $($anchor.attr("href")).offset().top - 50,
},
1000
);
event.preventDefault();
});

// Screenshot Slider
$(".screenshots-slider").slick({
infinite: true,
slidesToShow: 5,
slidesToScroll: 1,
dots: true,
arrows: false,
centerMode: true,
centerPadding: "0px",
autoplay: true,
speed: 500,

responsive: [
{
breakpoint: 992,
settings: {
slidesToShow: 3,
slidesToScroll: 1,
},
},
{
breakpoint: 576,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
},
},
],
});

// AOS initialize
AOS.init({
disable: "mobile",
});

// Tooltip
$(".footer-tooltip").tooltip();
});

86 changes: 86 additions & 0 deletions website/themes/apsho/assets/js/vendor.js

Large diffs are not rendered by default.

Loading

0 comments on commit 047f4e6

Please sign in to comment.