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>
this user-story was developed in the main branch
A User can see my initial repository and live demo
Edit index.html
Create a Wireframe
assigned to Bermarte
wireframe
nothing done
nothing done
assigned to Burak
home
index.html
style.css
assigned to Divya
monster
index.html
style.css
assigned to Kemi
ghost
index.html
style.css
assigned to Patrick
bathtub
index.html
style.css
assigned to Bermarte
alpinist
index.html
style.css
assigned to Bermarte
Fix CSS and HTML errors, adapt the sections
fix
index.html
style.css