jarrettkong / jk-comp-challenge-2

Turing School | Public repository for the Static Comp 2 assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static Comp 2

This goal of this project is to recreate job posting in order to practice flex-box and grid.

Description

We were given control over the copy, colors, and images. However, I chose to leave the original styles unchanged. The main layout was created using nested grid containers, and some individual layouts were aligned using flex.

The project is created with HTML and CSS, and responds properly to resizing the window, as well as mobile viewports down to 320px width. Charts were created with the Chart.js library, and applied to <canvas> elements.

Below is the original comp to replicate:

The original comp

Below is the recreated webpage:

My completed webpage

Mobile:

Mobile version

Getting Started

Clone the repo and open the index.html file in your web browser of choice or navigate to https://jarrettkong.github.io/jk-comp-challenge-2/ to view it in the browser.

Dependencies

Chart.js

Known Issues

The bar chart overflows slightly on resizing.

About

Turing School | Public repository for the Static Comp 2 assignment


Languages

Language:CSS 46.1%Language:HTML 42.7%Language:JavaScript 11.2%