From 0e3bb39710e4f9e64bed9ab113fcb363aa9ef266 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Thu, 18 Mar 2021 09:09:05 -0500 Subject: Start Hw5 --- csci4131/hw5/strap012_hw5/client/addContact.html | 113 +++++++++++++++++++++++ csci4131/hw5/strap012_hw5/client/contacts.html | 43 +++++++++ csci4131/hw5/strap012_hw5/client/index.html | 27 ++++++ csci4131/hw5/strap012_hw5/client/stock.html | 99 ++++++++++++++++++++ 4 files changed, 282 insertions(+) create mode 100755 csci4131/hw5/strap012_hw5/client/addContact.html create mode 100755 csci4131/hw5/strap012_hw5/client/contacts.html create mode 100755 csci4131/hw5/strap012_hw5/client/index.html create mode 100755 csci4131/hw5/strap012_hw5/client/stock.html (limited to 'csci4131/hw5/strap012_hw5/client') diff --git a/csci4131/hw5/strap012_hw5/client/addContact.html b/csci4131/hw5/strap012_hw5/client/addContact.html new file mode 100755 index 0000000..12bfaa2 --- /dev/null +++ b/csci4131/hw5/strap012_hw5/client/addContact.html @@ -0,0 +1,113 @@ + + + + + + + + + + + + + +

+ +
+
+


+
+ +
+
+
+
+
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Name +
+ +
+
Category +
+ +
+
Location +
+ +
+
Contact Information +
+ +
+
Email +
+ +
+
Website Name +
+ +
+
Website URL +
+ +
+
+ +
+
+
+
+
+
+
+ + diff --git a/csci4131/hw5/strap012_hw5/client/contacts.html b/csci4131/hw5/strap012_hw5/client/contacts.html new file mode 100755 index 0000000..e24ca84 --- /dev/null +++ b/csci4131/hw5/strap012_hw5/client/contacts.html @@ -0,0 +1,43 @@ + + + + + + + + + + +

+ +
+ + + + + + + + + + + + +
NameCategoryLocationContact InformationEmailWebsite
(URL)
+
+ + + diff --git a/csci4131/hw5/strap012_hw5/client/index.html b/csci4131/hw5/strap012_hw5/client/index.html new file mode 100755 index 0000000..44c5d0f --- /dev/null +++ b/csci4131/hw5/strap012_hw5/client/index.html @@ -0,0 +1,27 @@ + + + + + + + + + + +


+
+
+
Welcome to Contact Management
+
+
+ + diff --git a/csci4131/hw5/strap012_hw5/client/stock.html b/csci4131/hw5/strap012_hw5/client/stock.html new file mode 100755 index 0000000..91f8493 --- /dev/null +++ b/csci4131/hw5/strap012_hw5/client/stock.html @@ -0,0 +1,99 @@ + + + + + + + + + + + + + +

+ +
+
+
Welcome to Stock Page
+
+
+ +
+
+
+ + + + + + + + + + +
Company +
+ +
+
+ +
+
+
+
+ +
+
+
+ +
+ + + + + + + + +
Company-MetaDataStock-Info
+
+ + + + -- cgit v1.2.3