Giter Site home page Giter Site logo

personal-portfolio-site's Introduction

Personal Portfolio Site

Introduction

It is common for developers to create a website to show off their web-dev skills and document their work and interests. These sites often feature things like:

  • A professional introduction of themselves, careers, and interests
  • A portfolio of projects that they've created and/or collaborated on
  • A blog to share their experiences, thoughts, and/or subject matter expertise
  • Other materials to share any non-coding interests and hobbies
  • A site designed to express themselves

We will use HTML & CSS to create a static site whose content is our personal portfolio. Our personal portfolio site should contain information about ourselves and the coding work we've done.

Some Inspiration

Learning Goals:

  • Practice creating semantic HTML
  • Practice applying visual styles with CSS
  • Use both HTML & CSS together to create a comprehensive design

Project Requirements

Only Use Static HTML and CSS

We should only use static HTML and CSS for this project. Preprocessors (haml, erb, sass, less, etc.) and Javascript of any kind are not allowed. All submitted HTML needs to pass as valid HTML through an HTML Validator.

Wave 1 - Basic HTML

This portfolio site must have the following HTML files:

  • index.html must include your name somewhere.

  • about.html should include some information about you, your interests, background or similar. Only post what you are comfortable sharing.

  • portfolio.html must include information about several projects you have completed at Ada (or elsewhere) with links to the GitHub repo (if available), descriptions, images, etc.

Layout

Each page in this project must comply with the following layout requirements:

  • Has the following tags: <header>, <footer>, and <nav>
  • Inside of the <nav>, there are links to all of the other pages

Wave 2 - Styling

Required Content

  • Uses at least one CSS file (likely named style.css)

Wave 3 - Layout

Required Content

Present the elements on the page as you see fit by using the following at least once:

  • a grid container with a few grid items
  • a flexbox container with a few flex items

Both of these containers do not need to be on the same page. Try using one for one page, and the other for another page!

If you need some inspiration, here are two common layouts you can replicate

Personal Portfolio Wfireframe Example 1

Personal Portfolio Wfireframe Example 2


Non-Functional Requirements

The site should follow best practices, including:

  • All markup should be semantic, with consideration of hierarchy and accessibility
  • CSS should be concise and well-formatted
  • Images and stylesheets should be kept in their own folders, called images and stylesheets, respectively
  • Run your site through an HTML Validator and fix all errors before submitting

Optional Enhancements

  • Create a blog/ or code-journal/ directory. Within this directory...
    • create single html file for each entry in your blog/journal
    • update the nav on the rest of your site to reference each entry as a sublist/subnav.
    • update any tags with path references (img, link, a tags) to accommodate for the entries being in a different directory.
  • Create any number of additional pages or directories.

A Word of Caution

A lot of developers find their initial foray into CSS frustrating. Every browser implements the CSS standard a little (or a lot) differently. Learning to manipulate elements and understand the box model takes time. Layout can be especially challenging to developers new to CSS. For this project, focus on understanding the mechanics and semantics of HTML and CSS, and how the two work together.

Optional: Deploy with GitHub Pages

Want more? Make your site live on the internet! There are a lot of ways to go about hosting a live website, but GitHub provides a way to host static sites for free using your GitHub account. Follow the steps listed here.

personal-portfolio-site's People

Contributors

tildeee avatar kariabancroft avatar beccaelenzil avatar cheezitman avatar spitsfire avatar jnf avatar jmaddox19 avatar jericahuang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.