duck-duck-clone

Development Strategy

duck-duck-clone

write a short description of your project:

Our task is to clone the home page of Duck Duck Go. Every member of the team will do a part of the assignment. We will work on the same HTML and CSS files, and each student will make a section. We decided to use Bootstrap. We try to avoid conflicts by using prefixes in our divs like in monster-main and by using ids instead of classes. While the common divs will use the conventional classes used in Bootstrap.

Example:

<!-- section monster -->
<div class="container>
  <div class="row">
    <div id="monster-main>
    </div>
  </div>              
</div>
Home section | Monster section | Ghost section | Bathtub section | Alpinist section ------------- | ------------- | ------------- | ------------- | ------------- Burak | Divya | Kemi | Patrick | Bermarte

Wireframe

PDF

0. Set-Up

this user-story was developed in the main branch

A User can see my initial repository and live demo

Repo

HTML

Edit index.html

CSS


1. - Make a Wireframe

Create a Wireframe

Repo

assigned to Bermarte

HTML

nothing done

CSS

nothing done


2. - Make the home section

assigned to Burak

HTML

CSS


3. - Make the monster section

assigned to Divya

HTML

CSS


4. - Make the ghost section

assigned to Kemi

HTML

CSS


5. - Make the bathtub section

assigned to Patrick

HTML

CSS


6. - Make the alpinist section

assigned to Bermarte

HTML

CSS


7. - Fix everything

assigned to Bermarte

Fix CSS and HTML errors, adapt the sections

HTML

CSS