Giter VIP home page Giter VIP logo

html-css-milestone-challenge's Introduction

HTML-CSS-Milestone-Challenge

Instructions

Create a page for your own personal branding that can be treated as the beginning of your portfolio. You should focus on HTML structure and syntax with basic layout using styles.

Content and Technical Requirements

Title - make it meaningful. Header element

- This is the main headline; include your name and what this page is. Photo Section element containing your bio Section element with links to resources or sites you like Section element with two sections for future projects (placeholders) Section area containing your blog posts. Each of these should use article element. Footer element with email and professional social media links; Github, twitter, LinkedIn, etc. Semantic mark-up for all major elements. Validate your html page with W3 validator: https://validator.w3.org/ Appropriate folder structure: images, css. Color scheme - choose primary, secondary, and tertiary colors in addition to black and white. Use these colors consistently in your stylesheet. The page will have a linked JavaScript file for the blog posts section. Create an array to hold your posts (at least 2 posts). Each item in the array must be an object that contains at a minimum the following information: Title, Copy, Date. Use JavaScript to add each post to the DOM. Notes

Examples of non-semantic elements:

and - Tells nothing about its content.

Examples of semantic elements:

, , and - Clearly defines the content.

Page Titles and Headings: http://meetcontent.com/blog/introducing-content-page-titles-headings/

Explore and create color combinations: https://color.adobe.com

Material Color: https://material.io/guidelines/style/color.html#color-color-system

Material color tool - https://material.io/color/#!/?view.left=0&view.right=0

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.