Skip to content

DogukanCifci/Team-Members-Page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clarusway

Project-006 : Team Members Page (HC-006)

Description

Project aims to create your development team web page.

Problem Statement

  • Your company is updating its website. They ask you to make your development team page.

Project Skeleton

006-team-members-page(folder)
|
|----readme.md         # Given to the students (Definition of the project)
|----/images # Contains development team members photos         
|----solution
        |----index.html  
        |----style.css   
        

Expected Outcome

Project 006 Snapshot

Objective

Build a responsive web page similar to Project 004 Snapshot

At the end of the project, following topics are to be covered;

  • HTML

  • CSS

At the end of the project, students will be able to;

  • improve coding skills within HTML & CSS

  • use git commands (push, pull, commit, add etc.) and Github as Version Control System.

Steps to Solution

  • Step 1: Download or clone project repo on Github

  • Step 2: Create project folder for local public repo on your pc

  • Step 3: Team Members Web Page

Part-1 HTML Structure

- Creat structure of the HTML5
- Give name of your project (title)
- Create the main structur of the HTML

Part-2 CSS Structure

- You can apply all the technologies you learn. (Flexbox, Grid)
- Set a background and define font color
- Set container background color and margin
- Define others color-size-padding etc...

Images

Images Folder

Notes

  • Pay attention to the direction of the texts in the picture.
  • Your page should be responsive web.
⌛ Happy Coding ✍