Giter VIP home page Giter VIP logo

user-interface's Introduction

User Interface Project: Great Idea Web Page

Being able to create a user interface from a design file is considered a basic necessity for front end developers. We will be building a single page website throughout this week to get plenty of practice using HTML and CSS. We will approach the same layout in several different ways so that we can learn the many challenges of building user interfaces. The first challenge will be to build the interface using only the box model and display: inline-block. You can use floats and clears if you want as well! The second challenge will be to re-build your first inline-block build with flexbox techniques. Do not skip the first challenge! The learnings you will gain from inline-block layout are important for you to understand.

Hint The HTML structure is already in the project, you can use that as a guide for your CSS. If you want to stretch yourself, delete the HTML and start from scratch.

Challenge 1: display:inline-block

Only use display:inline-block and box model CSS properites to layout the Great Idea design.

Useful Resource: Layout Using inline-block

Objectives:

  • Style the provided HTML using display:inline-block and box model CSS properties only.
  • Try to make your styles match as close to the desktop design as you can.
  • Aim for coding the whole page from navigation all the way to the footer
  • Stretch Goal: Delete the provided HTML and build your own file.

Challenge 2: display: flexbox

Building layouts with flexbox is way more fun compared to inline-block but flexbox comes with a lot more things to learn. This challenge is to use the same layout design file as challenge 1 but now you will use flexbox to control your layout isntead of inline-block.

Useful Resource: Flexbox Guide

Objectives:

  • You must complete challenge 1 before attempting challenge 2.
  • Incorporate flexbox where you were using inline-block.
  • Aim for coding the whole page from navigation all the way to the footer
  • Stretch Goal: Delete the provided HTML and build your own file.

If you accomplish both challenges early, push yourself to build the other pages in the navigation

To Get Started

  • Fork / Clone this project into a directory on your machine.
  • cd into your forked local copy.
  • Start coding!

user-interface's People

Contributors

bigknell avatar masontmorrow 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.