Skip to content

NSideas/fairport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fairport Asset Management

A development guide for the Fairport Asset Management website.

Contents

Production-ready assets (JS, CSS, fonts and images) can be found in the dist/ folder. The src/ folder is for development purposes only.

The site/ folder is the root of the demo website.

Images

The sites/uploads/ folder represents content uploaded to the CMS by the content manager. The dist/img/ folder contains UI components, logos, icons, etc.

Getting Started

Download core JS and CSS files from dist/ and add them to the website:

<!DOCTYPE html>
<html lang="en">
<head>
    ...
    <link rel="stylesheet" href="path/to/fairport.css">
</head>
<body>
    ...
    <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
    <script src="path/to/plugins.min.js"></script>
    <script src="path/to/fairport.min.js"></script>
</body>
</html>

Example code

Take a look at Modules, Templates and Structure for implementation instructions and module definitions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published