acdh-oeaw / fundament

A starter HTML, CSS, and JavaScript framework/guideline for ACDH web applications.
https://fundament.acdh.oeaw.ac.at/
MIT License
3 stars 0 forks source link
bootstrap4 css css-framework html5 javascript sass

Fundament WP

A starter HTML, CSS, and JavaScript framework/guideline for ACDH web applications.


Table of contents

Status

The most recent stable version can be found under releases.

Development is on hold right now.

The minified fundament.min.js contains bootstrap v4.0.0. This is incompatible with jQuery >= 3.5.0. You can use jQuery up to 3.4.1.

Installation

Source files

JS

JavaScript source files can be found under src/js and these files are bundled and minified in the following order: /assets/bootstrap.bundle.js (https://github.com/twbs/bootstrap/blob/master/dist/js/bootstrap.bundle.js)
/assets/isotope.pkgd.min.js (https://github.com/metafizzy/isotope)
/assets/feather.min.js (https://github.com/feathericons/feather)
/assets/skip-link-focus-fix.js (https://github.com/understrap/understrap/blob/master/src/js/skip-link-focus-fix.js)
/assets/anchor.min.js (https://github.com/bryanbraun/anchorjs)
theme.js

CSS

SASS files, partials and assets for compiling the fundament.css file can be found under src/sass

What's included

fundament/
└── dist/
    └── fundament/ (copy this folder into your project)
        ├── css/
        ├── js/
        ├── images/
        └── vendor/ 

Tips for creating your project website

Bootstrap5

You can find the first version of Fundament with Bootstrap v5.1.3 under the bootstrap5 branch: https://github.com/acdh-oeaw/fundament/tree/bootstrap5 Please test it and give us feedback. (17.11.2021)