/WebDesignChallenge

Created and deployed a website that has 7 pages

Primary LanguageHTML

                         Web Design Homework - Web Visualization Dashboard (Latitude)

Deployed link: https://manishalal145.github.io/WebDesignChallenge/

The website consists of 7 pages total, including:

  1. A landing page containing:
  • An explanation of the project.
  • Links to each visualizations page. A sidebar containing preview images of each plot, and clicking an image taking the user to that visualization.
    Hml image
  1. 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.
    Hml image
  1. A "Comparisons" page that:
  • Contains all of the visualizations on the same page so we can easily visually compare them.
    Hml image
  1. A "Data" page that:
  • Displays a responsive table containing the data used in the visualizations.
    Hml image

Note:- The website is at the top of every page, and have a navigation menu for plots, comparison, Data, and My page (Portfolio page)

  • Has the name of the site on the left of the nav which allows users to return to the landing page from any page.
  • A dropdown menu created on the right of the navbar named "Plots" that provides a link to each individual visualization page.
  • Provided two more text links on the right: "Comparisons," which links to the comparisons page, and "Data," which links to the data page.
  • A responsive navigation menu created by using media queries, and the background color will also change when it goes from large to small page.

Small screen:
Navigation page small screen