diff --git a/project0/specification.txt b/project0-specification.txt similarity index 100% rename from project0/specification.txt rename to project0-specification.txt diff --git a/project0/advanced.html b/project0/advanced.html index 823444c..fac2c5b 100644 --- a/project0/advanced.html +++ b/project0/advanced.html @@ -1,14 +1,51 @@ + Advanced Search -
- Advanced Search -
- - -
+
+
+ Image Search + + Search +
+
+ +
+
Advanced Search
+
+ +
+ +
+ + +
+ + diff --git a/project0/image.html b/project0/image.html index 22132e2..df21743 100644 --- a/project0/image.html +++ b/project0/image.html @@ -1,14 +1,33 @@ + Image Search -
- Image Search -
- - -
+
+
+ Search + Advanced Search +
+
+ +
+ + +
+ + + diff --git a/project0/index.html b/project0/index.html index 723f6a9..09c9d0f 100644 --- a/project0/index.html +++ b/project0/index.html @@ -14,16 +14,15 @@
- + diff --git a/project0/search.css b/project0/search.css index bca9260..9d4447e 100644 --- a/project0/search.css +++ b/project0/search.css @@ -92,4 +92,21 @@ outline: none; border: none; cursor: pointer; + } + + .search__buttons button.advanced { + color: #fff; + background-color: #337ab7; + border-color: #2e6da4; + } + + .appbar { + color: #d93025; + font-size: 20px; + } + + div.lOTAE { + height: 30px; + display: table-cell; + vertical-align: middle; } \ No newline at end of file diff --git a/project0/search_logo.png b/project0/search_logo.png new file mode 100644 index 0000000..90b56eb Binary files /dev/null and b/project0/search_logo.png differ