# Search Engine Design Challenge ![CSS](https://img.shields.io/badge/-CSS-custom?style=flat&logo=css3&color=1572B6) ![HTML](https://img.shields.io/badge/-HTML-custom?style=flat&logo=html5&color=E34F26&logoColor=white) ![JavaScript](https://img.shields.io/badge/-JavaScript-custom?style=flat&logo=javascript&color=F7DF1E&logoColor=white) Create a **static** search engine site using CSS, HTML, or JavaScript. The image below should only be used as an inspiration (since we can't use Google's branding and trademark). ![Google Search Redesign Concept Light & Dark by Asylab from Dribble](https://cdn.dribbble.com/users/2130467/screenshots/4881332/gif.gif) ### Specific Guidelines * Search engine name **must have a name** (make it witty). You have full creative control with regards to the logo and icon. * Create a home (search page) and results page. Both of the pages must be responsive or mobile-ready. See: https://www.w3schools.com/css/css_rwd_intro.asp * All pages must have metadata embedded inside the `<head>` tag. See: https://www.w3schools.com/tags/tag_meta.asp. * Dark mode is a **bonus**. * You may use **any** JS and CSS Framework or library at your disposal. This **does not include** pre-made templates from [Bootswatch](https://bootswatch.com/) or any similar sites. * Code must be uploaded to GitHub and must include a README.md and LICENSE files (use MIT License). * Project must be deployed to GitHub pages. ### Timeline & Deliverables * The project must be finished January 21, 2020 (Tuesday). * By January 17, 2020 (Friday), all participants must present at least one (1) working page. ### FAQs #### What, Why, How to README * [About READMEs](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-readmes) * [Make a README](https://www.makeareadme.com/) #### What, Why How to LICENSE * [Adding a license to a repository](https://help.github.com/en/github/building-a-strong-community/adding-a-license-to-a-repository) #### How to Deploy to GitHub pages * On your project's repository page, click "Settings". ![](https://snipboard.io/znyTkq.jpg) * Scroll down and find the "GitHub Pages" section. Under "Source", click the dropdown and select "master" (your primary branch) ![](https://snipboard.io/wL9Zhc.jpg) * Your project is now published at `https://<GitHub Username>.github.io/<Repository Name>`. It might take a few minutes to be online. ![](https://snipboard.io/jZaRw5.jpg)