Skip to content

This is an example of webpage exported from Froont app.

Notifications You must be signed in to change notification settings

froont/demo-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Froont demo project

This is example of a webpage exported from Froont

Preview:

You can see how the exported page would look on your server right here (in GitHub pages): https://froont.github.io/demo-project/

By the way, that "Made with Froont" badge will not be there in your exported page. It's just there because this is our demo page. So don't be shy, click on it and start hacking on your own Froont page.

Made with Froont badge

Webpage content:

  • /css folder contains css files for the page
    • base.css - is general Froont stylesheet and reset styles to make project styles work correctly
    • style.css - are styles of elements in this project
  • /images folder contains all images that where uploaded to Froont and used in this project
  • /js folder contains all JavaScript files necessary for the page. There are several libraries from Froont.
    • page-script.js file is the main JavaScript file that initializes effects and all other JS in the page.
  • /vendor folder contains opensource JavaScript libraries necessary for the page, like jQuery.
  • /index.html file is the HTML file from which the page consists of. Opening it will show you how the page looks like.