Skip to content

juliekhov/User-Interface-II

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flexbox Module Challenge

The module challenge is the afternoon project or assignment that students work through independently. This expands on the guided project completed earlier with the instructor.

User Interface and Git

Objectives

  • implement a CSS reset and understand why it’s important for cross-browser development
  • identify and explain all properties in the box model
  • describe and understand that flexbox is a module
  • demonstrate understanding of flex container properties in flex box

Introduction

In this challenge you will be building a simple portfolio website based on a wireframe of your choosing using the CSS principles covered today.

Portfolio websites are a great way to show off your work to friends, family, and future employers. As you progress through Lambda School you can update this site with projects you're proud of. Similarly, you can change the style, add a blog page, the possibilites are really endless.

Instructions

Task 1: Set Up The Project With Git

Follow these steps to set up and work on your project:

  • Create a forked copy of this project.
  • Add your Team Lead as collaborator on Github.
  • Clone your OWN version of the repository (Not Lambda's by mistake!).
  • Create a new branch: git checkout -b <firstName-lastName>.
  • Implement the project on your newly created <firstName-lastName> branch, committing changes regularly.
  • Push commits: git push origin <firstName-lastName>.

Task 2: Minimum Viable Product

Once your repository is set up, practice what you learned today to create a portfolio site from the wireframe of your choosing. You may choose any of the three wireframes in the "Wireframe Options" folder above. Your complete project should look similar to the wireframe you chose, and include all of the following elements:

  • A navigation bar with About, Projects, and Contact that link to the corresponding pages
  • Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you
  • Information about you in place of the given placeholder
  • A My Projects button that links to the projects page
  • A Contact Me button that links to the contact page
  • Links to any social media profiles (Instagram, linkedIn, Twitter) into the footer section of your home page

Task 3: Stretch Goals

The following goals are designed to stretch your knowledge and may require additional research beyond what was learned in class today.

  • Make your webpage work at different browser widths, including mobile
  • Add CSS animations
  • Design and execute your own wireframe for About, Projects, and Contact pages
  • Host your website on Netlify.com

FAQs

What is a wireframe? How do I use one?

Wireframes are used to outline webpage styles, content, and functionality. UX designers will often use wireframes to explain their ideas to web developers. These wireframes, hand drawn or mocked up on software, are a cheap and easy way to iterate over designs. In this assignment you will chose a wireframe like the one below and create the elements with HTML and CSS.

Screen Shot 2020-02-27 at 5.23.20 PM

Resources

👋 Assignment help: A Complete Guide to Flexbox

👀 Explore a Curated Gallery of Professional Portfolios

🌼 From Wireframes to Code

Submission format

Follow these steps for completing your project.

  • Submit a pull request to merge Branch into master (student's Repo). Please don't merge your own pull request
  • Add your Team Lead as a reviewer on the pull request
  • Your Team Lead will count the project as complete by merging the branch back into master

About

Flexbox Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 97.1%
  • CSS 2.9%