heggy231 / responsive-local-meetup

responsive-local-meetup

Home Page:https://heggy231.github.io/responsive-local-meetup/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Responsive Club Website

Demo

Project Goals

In this project, you’ll be building your own club group page that will dynamically respond as you adjust the size of your screen!​

Tasks

Prerequisites

  1. Responsive Design

Project Requirements

  1. In this project, you’ll build a webpage for a local club. You can base it on real-life organization you belong to or make one up! You’ll get to choose everything about your page: the club name, the page layout and styling, any images that you want to use, and more! You can check out our example site for some inspiration and experiment with what elements are responsive. We’ll provide the full code for this site in the solution section at the end of this project.

A helpful resource for finding beautiful images for your sites is Unsplash.

  1. Your project should demonstrate many of the responsive design tools you learned. In our example project, we use percentages and relative units, such as em and rem, in our CSS to size and position page elements. We also made our website responsive by incorporating media queries to resize elements based on the size of the screen.

Possible responsive design concepts to demonstrate:​

  • Making images toggle to certain percentages in terms of width after a certain minimum screen size.

  • Using a @media rule to change page layout and behavior based on size breakpoints.

  • Employing responsive units em and rem to size and space elements with width and padding.

About

responsive-local-meetup

https://heggy231.github.io/responsive-local-meetup/


Languages

Language:CSS 84.0%Language:HTML 16.0%