nikki-mac / portfolio

Portfolio web page project using HTML/CSS only

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Development Portfolio

Portfolio web page project using HTML/CSS only

This project was an assignment for Thinkful's Engineering Flex Bootcamp section on HTML/CSS Basics.

The following requirements were listed:

Content Requirements

  • HTML code that is semantic and valid
  • CSS code that has been written by you, without the use of templates
  • Content that is clear and readable
  • An Intro section that contains the following information:
    • Who you are
    • Where you are located
  • An About Me section that contains the following information:
    • A description that shows your passion for web development and your willingness to work with others
    • One or two sentences that describe other interests you have outside of web development
  • A Contact section that contains the following information:
    • A link to your LinkedIn profile
    • A link to your GitHub profile
    • A link to your email (optional)

Technical requirements

Your portfolio must be hosted on GitHub Pages, and it must include the following technical elements:

  • The following HTML elements:

    • doctype
    • html
    • head
    • body
    • meta
    • title
    • h1
    • h2
    • h3
    • p
    • link
    • ul
    • ol
    • img
    • a
    • hr
  • The following CSS properties:

    • background
    • color
    • font-family
    • font-size
    • height
    • margin
    • padding
    • text-align
  • Semantic containers like:

    • main
    • article
    • footer
  • Styled links using pseudo-classes

  • Comments throughout your HTML and CSS that explain your code

I really enjoyed this project because it allowed me to practice my newly learned HTML/CSS skills from Thinkful's curriculum, and I had the opportunity to learn even more HTML/CSS techniques in order to create the specific look I wanted for this page.

Click here to view page

About

Portfolio web page project using HTML/CSS only


Languages

Language:HTML 59.2%Language:CSS 40.8%