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.
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
git clone https://github.com/NeilARaman/67250_webdevlabs.git
cd 67250_webdevlabs
index.html
in your browser to view the website.To modify this project:
static/style.css
to change stylingstatic/script.js
to alter functionalityThis project is licensed under the MIT License - see the LICENSE file for details.