Giter VIP home page Giter VIP logo

static-site's Introduction

Static Site: Code Journal & Portfolio

You will create a static web site using HTML & CSS. This static site will serve as the foundation for later projects, and will contain information about your programming projects and efforts at Ada.

This is an individual, stage 2 project.

Learning Goals:

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

Project Requirements

This is an individual project. It consists of a baseline and a single wave. You are only permitted to use static HTML and CSS for this project. Preprocessors (haml, erb, sass, less, etc.) and Javascript of any time are not allowed.

Baseline

  • Create an index.html that has the necessary meta information to link a stylesheet called styles.css.
  • Add a <header>, <footer>, and <nav> to your index.html.
  • Create a portfolio.html page that also includes styles.css.
  • Include a link to both pages in the <nav> on both pages.

Primary Requirements

  • Add pages to your static site. The requirement is a minimum of four pages. These pages should be:
    • index.html
    • portfolio.html: information about the projects you've completed at Ada (or elsewhere) with links (to github repo), descriptions, images, etc.
    • code-journal.html or hobby-blog.html: article or blog style posts about either your journey/observations about programming or a hobby you enjoy.
    • about.html: some information about you, your interests, background or similar. Whatever you're comfortable sharing.
  • 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.

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 accomodate for the entries being in a different directory.
  • Create any number of additional pages or directories.

A Word of Caution

Lots 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. Floats 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.

Inspiration ๐Ÿ‘ฏ

static-site's People

Contributors

kariabancroft avatar virtuallindsey avatar jnf avatar

Watchers

James Cloos avatar  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.