- Replicate DuckDuckGo using just HTML & CSS. Users should be - able to type into the search bar, but nothing needs to happen when they hit "enter".
- - -Be sure to use the same colors, the same images, and the same - font as DuckDuckGo. -
- - -| a user can ... | -HTML | -CSS | -
|---|---|---|
| ... open a website | -empty HTML template, requiring CSS file, title tag | -empty CSS file | -
| ... type into the search bar | -a section structured like the top of DuckDuckGo | -some styling to make it visually match DuckDuckGo | -
| ... know DuckDuckGo doesn't store personal data | -a section based off the second section of DuckDuckGo | -some styling to make it visually match DuckDuckGo | -
| ... be assured they won't be targeted for ads | -a section based off the third section of DuckDuckGo | -some styling to make it visually match DuckDuckGo | -
| ... be assured they won't be tracked | -a section based off the fourth section of DuckDuckGo | -some styling to make it visually match DuckDuckGo | -
| ... read the call to action | -a section based off the fifth section of DuckDuckGo | -some styling to make it visually match DuckDuckGo | -