67250_webdevlabs

Project Overview

This is the repository for the web development part of 67-250, the Information Systems Milieux. I was tasked with creating a mock personal website in 5 parts, which through doing so, I worked hands-on with HTML, CSS, JavaScript, APIs, and libraries like JQuery.

Website Preview

Features

Technologies Used

Project Structure

67250_webdevlabs/
├── index.html           # Home/About page
├── static/
│   ├── style.css        # Main stylesheet
│   ├── script.js        # JavaScript functionality
│   ├── jquery-3.7.1.js  # jQuery library
│   └── profile.jpg      # Profile image
├── views/
│   ├── cv.html          # Resume page
│   ├── fun.html         # Fun/Play page
│   └── contact.html     # Contact information and form
└── README.md            # Project documentation

Getting Started

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/NeilARaman/67250_webdevlabs.git
    
  2. Open the project folder:
    cd 67250_webdevlabs
    
  3. Open index.html in your browser to view the website.

Usage

Development

To modify this project:

  1. Edit HTML files to change content structure
  2. Modify static/style.css to change styling
  3. Update static/script.js to alter functionality

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements