Skip to content

NickFrangie/a1-gettingstarted

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nicholas Frangie https://a1-nickfrangie.glitch.me/index.html

This project shows ...

Technical Achievements

  • Styled page with CSS:

    • Set the font-family of all elements on the page to a custom font
    • Set background-color for the page body, th, and td table cells
    • Centered all content on the page with classes
    • Set colors and font-weight for headers
    • Created table, th, td collapsed borders
    • Padded and left-aligned text in th and td tags

  • JavaScript Animation:

    Added a simple JS animation where the image on the page increases in size to a maximum while the user is hovering over it, and then decreases in size to its initial size when the user's mouse isn't hovering over it.

  • Additional HTML Tags:

    • table, tr, td, and th tags for table structure
    • link tag for importing stylesheets
    • img tag for displaying an image
    • hr tag for breaking page into subsections
    • h4 tag for organizing page subsections
    • i, b tags for text styling

Design Achievements

  • Color Palette:

    I used a Monochromatic palette of green shades from the target website, and included a screenshot as color_wheel.png

  • Google Fonts:

    I used Saira Semi Condensed as my site's font

About

first assignment for CS4241@WPI in Fall 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 49.5%
  • JavaScript 35.2%
  • CSS 15.3%