Skip to content

pjsalisbury/a1-gettingstarted

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Patrick Salisbury http://a1-pjsalisbury.glitch.me

This project tells the reader a little bit about myself, with some included styling, images, and links.

Technical Achievements

  • Styled page with CSS: The following rules were added:
  1. The body selector received a background color.
  2. The h1 selector received a font, centering margin, color, sizing, and border.
  3. The h2, h3, and p selectors received a font, size, and weight.
  4. The h2, h3, and p selectors were given separate colors.
  5. The ol and ul selectors received a color, font, border, font size, and width.
  • Extra HTML Tags: The following tags were added:
  1. The "a" tag was used for hyperlinks to other websites and images.
  2. The "ol" tag was used for an ordered (numbered) list.
  3. The "ul" tag was used for an unordered (bullets) list.
  4. The "li" tag was used for elements in each of these lists.
  5. the "link" tag was used to link a stylesheet.

Design Achievements

  • Color palette: An adobe color palette was generated using the monochrome setting. The CSS was implemented to color the site using the palette, and a screenshot of the palette used was included in the repo.

About

Assignment #1 for Webware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.6%
  • CSS 24.0%
  • JavaScript 19.4%