diff --git a/html/ListingBootstrap.html b/html/ListingBootstrap.html deleted file mode 100644 index 128d092..0000000 --- a/html/ListingBootstrap.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - Synchrony Financial - - - - - - - - - - - - - -
-

Available Devices

-
-
- - - - \ No newline at end of file diff --git a/html/css/stylesheet.css b/html/css/stylesheet.css new file mode 100644 index 0000000..c02399c --- /dev/null +++ b/html/css/stylesheet.css @@ -0,0 +1,9 @@ +body{ + background-color: #94969A; + padding-top: 50px; +} + +a.divlink{ + color: black; +} + diff --git a/html/ListingBootstrap.js b/html/javascript/listing.js similarity index 76% rename from html/ListingBootstrap.js rename to html/javascript/listing.js index d2c27ff..b27d54e 100644 --- a/html/ListingBootstrap.js +++ b/html/javascript/listing.js @@ -56,7 +56,7 @@ function show(){ for(var i = 0; i < devices.length; i++){ if(type.localeCompare(devices[i].hardware) == 0 || type.localeCompare(devices[i].software) == 0){ - html += '
' + devices[i].name + '

' + devices[i].description + '


' + html += '
' + devices[i].name + '

' + devices[i].description + '


' } } diff --git a/html/webpages/homePage.html b/html/webpages/homePage.html new file mode 100644 index 0000000..8de362e --- /dev/null +++ b/html/webpages/homePage.html @@ -0,0 +1,92 @@ + + + + + + + + + + Synchrony Financial + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/html/webpages/requestPage.html b/html/webpages/requestPage.html new file mode 100644 index 0000000..70c6367 --- /dev/null +++ b/html/webpages/requestPage.html @@ -0,0 +1,110 @@ + + + + + + + + + + Synchrony Financial + + + + + + + + + + + + +
+

Available Devices

+
+
+ + + + \ No newline at end of file