class_management_system

Senior Project - Spring 2019
Log | Files | Refs | README

commit 43ceabe2a1859a2c4cbff41c31fe50c5a67c0fc1
parent bd7b89159aeb701ee42afe4a78dbc019c892a414
Author: John Kubach <johnkubach@gmail.com>
Date:   Tue, 16 Apr 2019 18:19:02 -0400

Merge branch 'HTML-designs'

Diffstat:
Msrc/html/index.html | 57+++++++++++++++++++++------------------------------------
Msrc/html/style.css | 14+++++++++++++-
2 files changed, 34 insertions(+), 37 deletions(-)

diff --git a/src/html/index.html b/src/html/index.html @@ -876,37 +876,21 @@ Description: <option value="p4">Proposal 4</option> </select> - <h3>Cover Sheet</h3> - - <select> - <option value="v1">Version 1</option> - <option value="v2">Version 2</option> - </select> - - <h3>Library Form</h3> - - <select> - <option value="v1">Version 1</option> - <option value="v2">Version 2</option> - </select> - - <h3>Template</h3> - - <select> - <option value="v1">Version 1</option> - <option value="v2">Version 2</option> - </select> - - <h3>Supporting Documents</h3> - + <h3>Document Type</h3> + <select> - <option value="v1">Version 1</option> - <option value="v2">Version 2</option> + <option disabled selected value> -- select an option -- </option> + <option value="d1">Program Guide</option> + <option value="d2">Library Resource Form</option> + <option value="d3">Assessment</option> + <option value="d4">Consultation Letters</option> + <option value="d5">Additional Supporting Documentation</option> </select> - <h3>Program Guide</h3> + <h3>Version</h3> <select> + <option disabled selected value> -- select an option -- </option> <option value="v1">Version 1</option> <option value="v2">Version 2</option> </select> @@ -923,7 +907,7 @@ Description: <div id="Upload" class="tabcontent"> <center> <h1>Upload Page</h1> - </center> + <h3>Proposal</h3> <form action="" method=POST enctype=multipart/form-data> @@ -940,6 +924,7 @@ Description: <option value="-l">Library Form</option> <option value="-s">Supporting Document</option> <option value="-p">Program Guide</option> + <option value="-c">Consultation Letters</option> </select> <h3>Attach Files</h3> @@ -963,7 +948,7 @@ Description: </center> <svg width="250" height="250"> - <circle r="125" cx="125" cy="125" fill="brown" stroke="yellow" stroke-width="5px" /> + <circle r="25" cx="125" cy="125" fill="#57150B" stroke="#FFDD4D" stroke-width="5px" /> </svg> <h3>Proposal</h3> @@ -975,15 +960,15 @@ Description: <option value="p4">Proposal 4</option> </select> - <h3>Cover Sheet</h3> - - <h3>Library Form</h3> - - <h3>Template</h3> - - <h3>Supporting Documents</h3> - <h3>Program Guide</h3> + + <h3>Library Resource Form</h3> + + <h3>Assessment</h3> + + <h3>Consultation Letters</h3> + + <h3>Additional Supporting Documentation</h3> </div> </body> <!--========================## end ##===============================================================--> diff --git a/src/html/style.css b/src/html/style.css @@ -3,7 +3,19 @@ <head> <body> <style> - "body, html + ". + body + { + background: #FFF3DD; + background-color: #FFF3DD; + height: 100%; + margin-left: auto; + margin-right: auto; + margin-top: 0px; + font-family: Arial; + } + + html { background: #FFF3DD; background-color: #FFF3DD;