Documentation

Fundament is a starter HTML, CSS and JavaScript framework for web applications. Use it to create accessible, modern and responsive websites that follow the design guidelines of ACDH.

Introduction

Package

Fundament uses the following libraries:

  • Bootstrap v4.0.0
  • jQuery v3.2.1
  • Font Awesome Free 5.0.6
  • Popper.js 1.12.9

Compatibility

Fundament is currently fully compatible with the following browsers:

  • Chrome 45+
  • Firefox 38+
  • Opera 30+
  • Internet Explorer 10+
  • Edge 12+
  • iOS 9+
  • Safari 9+
  • Android 4.4+

Development

Fundament is open-source and developed in the following repositories:

Getting Started

If you want to quickly add Fundament to your project or test it out, you may use it remotely provided by on our servers. For long term usage you may want to download the source files and implement them in your application.

Adding the CSS

Copy-paste the stylesheet into the <head></head> section of your website:

https://fundament.acdh.oeaw.ac.at/html/dist/fundament/css/fundament.min.css

Adding the JS

Copy-paste the following JS files at the end of your pages before closing the </body> tag. jQuery is required for many components, thus we use jQuery’s full and minified build:

https://fundament.acdh.oeaw.ac.at/html/dist/fundament/vendor/jquery/jquery.min.js
https://fundament.acdh.oeaw.ac.at/html/dist/fundament/js/fundament.min.js