1. Overview
1.1 Introduction
The Remark template is an awesome web application and admin dashboard template which built with Boostrap 3 and jQuery. There is an extra package supports Angular-UI. It provides a large selection of ready-made UI Components, Widgets, Modules and Web Apps for you to customize and create multiple projects.
1.2 Dependencies
Remark template depends on two main frameworks. The downloadable package contains both of these libraries, so you don't have to manually download them.
And the angular-ui pages depends on
1.3 What's included
You'll find the following folder struction and files in Remark download package.
Folders
Once downloaded, unzip the compressed folder to see the structure of (the compiled) Remark. You'll see something like this:
remark/
├── assets/
│ ├── css/
│ ├── fonts/
│ ├── images/
│ ├── data/ (data for plugins)
│ └── vendor/
├── html/ (compiled html file)
├── src/ (source files)
├── grunt/ (grunt task configs)
├── README.md
├── CHANGELOG.md
├── config.json
├── components.json
├── bower.json
├── color.yml
├── Gruntfile.js
└── package.json
Source code
The template source code downloaded includes the pre-compiled assets,CSS, JavaScript, and font assets, along with source Less, and JavaScript. More specifically, it includes the following and more:
src/
├── js/
├── less/
├── fonts/
└── vendor/
1.4 Bowser Support
Remark is built to work best in the latest desktop and mobile browsers, older browsers might display differently styled, though fully functional, renderings of certain components.
- IE9+
- FireFox (latest)
- Safari (latest)
- Chrome (latest)
- Opera (latest)
Note: IE9 does not support transitions or animations. The template will function properly but it won't use animations/transitions on IE9.
Learn more form bootstrap documentation.