From cb0d7de098f482ba667029f266dd286eab1795b6 Mon Sep 17 00:00:00 2001 From: Matthew Strapp Date: Thu, 29 Apr 2021 12:08:29 -0500 Subject: Add HW6 files --- csci4131/hw7/public/addContact.html | 106 ++++++++++++++++++++++++++++++ csci4131/hw7/public/contacts.html | 78 +++++++++++++++++++++++ csci4131/hw7/public/stock.html | 124 ++++++++++++++++++++++++++++++++++++ csci4131/hw7/public/welcome.html | 53 +++++++++++++++ 4 files changed, 361 insertions(+) create mode 100644 csci4131/hw7/public/addContact.html create mode 100644 csci4131/hw7/public/contacts.html create mode 100644 csci4131/hw7/public/stock.html create mode 100644 csci4131/hw7/public/welcome.html (limited to 'csci4131/hw7/public') diff --git a/csci4131/hw7/public/addContact.html b/csci4131/hw7/public/addContact.html new file mode 100644 index 0000000..629f9b2 --- /dev/null +++ b/csci4131/hw7/public/addContact.html @@ -0,0 +1,106 @@ + + + + + + + + + + + + + +

+ +
+
+


+
+ +
+
+
+
+
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Name +
+ +
+
Category +
+ +
+
Location +
+ +
+
Contact Information +
+ +
+
Email +
+ +
+
Website Name +
+ +
+
+ +
+
+
+
+
+
+
+ + diff --git a/csci4131/hw7/public/contacts.html b/csci4131/hw7/public/contacts.html new file mode 100644 index 0000000..5cd2907 --- /dev/null +++ b/csci4131/hw7/public/contacts.html @@ -0,0 +1,78 @@ + + + + + + + + + + + +

+ +
+ + + + + + + + + + + + +
NameCategoryLocationContact InformationEmailWebsite
(URL)
+
+ + + diff --git a/csci4131/hw7/public/stock.html b/csci4131/hw7/public/stock.html new file mode 100644 index 0000000..d63b233 --- /dev/null +++ b/csci4131/hw7/public/stock.html @@ -0,0 +1,124 @@ + + + + + + + + + + + + + +

+ +
+
+
Welcome to Stock Page
+
+
+ +
+
+
+ + + + + + + + + + +
Company +
+ +
+
+ +
+
+
+
+ +
+
+
+ +
+ + + + + + + +
+      
+ +
Company-MetaDataStock-Info
+
+ + + + diff --git a/csci4131/hw7/public/welcome.html b/csci4131/hw7/public/welcome.html new file mode 100644 index 0000000..095023e --- /dev/null +++ b/csci4131/hw7/public/welcome.html @@ -0,0 +1,53 @@ + + + + + + + + + Welcome to Node.js + + + + +
+

Welcome to Express (Node.js)

+

The objective of this assignment is to develop a basic website with:

+

Express which is a Node.js web application framework.

+
+

Following are some useful resources:

+ + + +
+
+ +
+ +
+
+
+ +
+
+
+ + -- cgit v1.2.3