From 9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Sun, 16 May 2021 21:38:59 -0500 Subject: Rearrange files --- .../hw6/strap012_hw6/public/addContact.html | 106 ++++++++++++++++++ OLD/csci4131/hw6/strap012_hw6/public/stock.html | 124 +++++++++++++++++++++ OLD/csci4131/hw6/strap012_hw6/public/welcome.html | 53 +++++++++ 3 files changed, 283 insertions(+) create mode 100644 OLD/csci4131/hw6/strap012_hw6/public/addContact.html create mode 100644 OLD/csci4131/hw6/strap012_hw6/public/stock.html create mode 100644 OLD/csci4131/hw6/strap012_hw6/public/welcome.html (limited to 'OLD/csci4131/hw6/strap012_hw6/public') diff --git a/OLD/csci4131/hw6/strap012_hw6/public/addContact.html b/OLD/csci4131/hw6/strap012_hw6/public/addContact.html new file mode 100644 index 0000000..629f9b2 --- /dev/null +++ b/OLD/csci4131/hw6/strap012_hw6/public/addContact.html @@ -0,0 +1,106 @@ + + + + + + + + + + + + + +

+ +
+
+


+
+ +
+
+
+
+
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Name +
+ +
+
Category +
+ +
+
Location +
+ +
+
Contact Information +
+ +
+
Email +
+ +
+
Website Name +
+ +
+
+ +
+
+
+
+
+
+
+ + diff --git a/OLD/csci4131/hw6/strap012_hw6/public/stock.html b/OLD/csci4131/hw6/strap012_hw6/public/stock.html new file mode 100644 index 0000000..d63b233 --- /dev/null +++ b/OLD/csci4131/hw6/strap012_hw6/public/stock.html @@ -0,0 +1,124 @@ + + + + + + + + + + + + + +

+ +
+
+
Welcome to Stock Page
+
+
+ +
+
+
+ + + + + + + + + + +
Company +
+ +
+
+ +
+
+
+
+ +
+
+
+ +
+ + + + + + + +
+      
+ +
Company-MetaDataStock-Info
+
+ + + + diff --git a/OLD/csci4131/hw6/strap012_hw6/public/welcome.html b/OLD/csci4131/hw6/strap012_hw6/public/welcome.html new file mode 100644 index 0000000..095023e --- /dev/null +++ b/OLD/csci4131/hw6/strap012_hw6/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