This is an HTML5 project developed for my COMP-2707 class. UWindsor CS Hub is a web application designed to serve as a centralized hub for resources related to computer science at the University of Windsor.
UWindsor CS Hub is a platform where students and faculty can access and share resources related to computer science courses, tutorials, and more. It provides an interface for uploading, displaying, and managing files such as PDFs.
- Resource Display: View a list of uploaded resources, including titles, descriptions, and download links.
- Resource Upload: Users can upload PDF files, providing a title and description for each resource.
- Resource Deletion: Delete resources using a simple user interface.
-
pages
- contact.html
- courses.html
- resources.html
- tutorials.html
-
src
- display.php
- script.js
- index.css
- upload.php
- delete.php
- display.php
- submit.php
-
images
- (various image files)
-
uploads
- (uploaded files)
-
index.html
- Clone the repository:
git clone <repository-url> - Open the
index.htmlfile in a web browser.
or
Follow this link: https://konkoloe.myweb.cs.uwindsor.ca/
- View Resources: Navigate to the "Resources" section on the homepage to see a list of uploaded resources.
- Upload a Resource: Use the file upload form to add a new resource, providing a title, description, and the PDF file.
- Delete a Resource: Each resource has a delete button; click it to remove the corresponding resource.