Website

I've finished coding the website! I used the Material Design Lite Dashboard template (https://getmdl.io), and made significant theme and content changes (including creating a dark theme, based on the two main colours in our logo - #1A1A1A & 006DCC). The dashboard now looks like this:


It depends on the following resources:
  • Material Design (material.min.js, material-theme.min.css)
  • Material Icons (material-icons.css)
  • jQuery (jquery.min.js)
  • Morris JS (morris.min.js, morris.css)
    • Raphaël (raphael.min.js)
  • Palette JS (palette.js)
jQuery CSV is used to retrieve the data from CSV files on the local server, and Morris JS (which depends on Raphaël) is for the charts that are created from the CSV data, and Palette JS is used to create an array of colours forming a rainbow for each doughnut chart. The charts are configured to update every second; the code is all available open-source on GitHub.

We are yet to implement the AI tips service, and are in the process of organising navigation of the site - including how different datasets are accessed.

To preview how the site would look in your home, please see our demo site; all of our code is available open-source on GitHub.

Comments

Popular posts from this blog

Move From XML To CSV

CSV Reading/Writing