Skip to content
/ WebDesign-Project Public template

Creating a visualization dashboard website using visualizations we've created in a past projects.

Notifications You must be signed in to change notification settings

RussCob/WebDesign-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Web Visualization Dashboard (Latitude)

Please Check The Link For Output @ https://RussCob.github.io/WebDesign-Project/WebVisualizations/Index.html

Overview

In this project I used HTML and CSS for creating a dashboard showing off the analysis I've done before.

Images/landingResize.png

Latitude - Latitude Analysis Dashboard with Attitude

In this project, a web visualization dashboard is created to show off the analysis of weather changes at different latitudes relative to the equator line. The data visualization shows temperature, humidity, cloudiness and wind speed trend using HTML5, CSS3, and Bootstrap4. It also provided insights that cities closer to the equator line are warmer.

Website Requirements

The website must consist of 7 pages total, including:

  • A landing page containing:
    • An explanation of the project.
    • Links to each visualizations page. There should be a sidebar containing preview images of each plot, and clicking an image should take the user to that visualization.
  • Four visualization pages, each with:
    • A descriptive title and heading tag.
    • The plot/visualization itself for the selected comparison.
    • A paragraph describing the plot and its significance.
  • A "Comparisons" page that:
    • Contains all of the visualizations on the same page so we can easily visually compare them.
    • Uses a Bootstrap grid for the visualizations.
      • The grid must be two visualizations across on screens medium and larger, and 1 across on extra-small and small screens.
  • A "Data" page that:
    • Displays a responsive table containing the data used in the visualizations.
      • The table must be a bootstrap table component. Hint
      • The data must come from exporting the .csv file as HTML, or converting it to HTML. Try using a tool you already know, pandas. Pandas has a nifty method approprately called to_html that allows you to generate a HTML table from a pandas dataframe. See the documentation here

The website must, at the top of every page, have a navigation menu that:

  • Has the name of the site on the left of the nav which allows users to return to the landing page from any page.
  • Contains a dropdown menu on the right of the navbar named "Plots" that provides a link to each individual visualization page.
  • Provides two more text links on the right: "Comparisons," which links to the comparisons page, and "Data," which links to the data page.
  • Is responsive (using media queries). The nav must have similar behavior as the screenshots "Navigation Menu" section (notice the background color change).

Landing page

Large screen:

Landing page large screen

Small screen:

Landing page small screen

Comparisons page

Large screen:

comparison page large screen

Small screen:

comparison page small screen

Data page

Large screen:

data page large screen

Small screen:

data page small screen

Visualization pages

You'll build four of these, one for each visualization. Here's an example of one:

Large screen:

visualize page large screen

Small screen:

visualize page small screen

Navigation menu

Large screen:

nav menu large screen

Small screen:

nav menu small screen

About

Creating a visualization dashboard website using visualizations we've created in a past projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published