Skip to content

first assignment for CS4241@WPI in Fall 2021

Notifications You must be signed in to change notification settings

DanStus/a1-gettingstarted

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Daniel Stusalitus http://a1-danstus.glitch.me/

This project shows a simple website with some basic information about myself, and demonstrates basic proficiency with using HTML, CSS, and JS.

Technical Achievements

  • Styled page with CSS: Added rules for font-size on p selector to increase the size of the text and make it more visible. Added width for individual table columns and a border rule for cells, rows, and tables, to make the table and individual cells clearly visible and consistent in appearance.
  • Used other HTML Tags: The table tag (and tr, th, and td tags that make up the table) were used to present my experience with various coding languages/technologies. The script tag was used to allow for the technologies to be sorted alphabetically A-Z or Z-A by pressing on the column header labelled 'Technology'.

Design Achievements

  • Used the Spectral Font from Google Fonts: I used Spectral as the font for the primary text in my site.

About

first assignment for CS4241@WPI in Fall 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 85.2%
  • JavaScript 14.8%