# Search Engine Design Challenge
  
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).

### 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".

* Scroll down and find the "GitHub Pages" section. Under "Source", click the dropdown and select "master" (your primary branch)

* Your project is now published at `https://<GitHub Username>.github.io/<Repository Name>`. It might take a few minutes to be online.
