This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<!-- for this project we've linked to a css we downloaded called normalize & placed it in the vendor folder | |
For an unspoken reason, we are required to list this one first --> | |
<link rel="stylesheet" type="text/css" href="vendors/css/normalize.css"> | |
<!-- copy and paste or highlight and used ctrl + D to copy. | |
The grid used is an augmented file pulled from responsivegridsystem.com --> | |
<link rel="stylesheet" type="text/css" href="vendors/css/ionicons.min.css"> |
NewerOlder