s2t2 / student-site-inclass-2024

Home Page:https://s2t2.github.io/student-site-inclass-2024/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

student-site

An example student website, hosted by GitHub Pages.

View live in production at https://prof-rossetti.github.io/student-site.

a demonstration of website functionality showing navigation between a few linked pages

Installation

Fork this repo to make a copy under your own control, then clone your forked copy (for example, downloading it onto your Desktop). Locate the directory you downloaded, and open it with your file finder.

Usage

To view the website, you can either use the file-open approach, or run a local webserver.

File Open Approach

For the file open approach: right click on the "index.html" file and click "Open in browser", where you can view the file in the browser at its specified local filepath.

Local Webserver Approach

For the local webserver approach: ensure you have access to Python (e.g. through the "base" Anaconda environment), navigate to the repository's root directory, and then run a local Python web server on a port like 8000:

# navigate to the repository's root directory, if necessary:
cd ~/Desktop/student-site

# run a local web server with Python 3.x (like in the Anaconda base environment):
python -m http.server 8000

About

https://s2t2.github.io/student-site-inclass-2024/

License:MIT License


Languages

Language:HTML 99.1%Language:CSS 0.9%