Welcome to my personal portfolio! This website showcases my work and provides an introduction to who I am as a Computer Science student.
- Clone the repository:
git clone https://github.com/cheaneatine/ePortfolio.git
- Navigate to the project directory:
cd ePortfolio
Open the index.html
file in your browser to view the site:
open index.html
- HTML: Update the content in the
index.html
file to reflect your personal information, projects, and contact details. - CSS: Modify the styles in the
style.css
file to change the look and feel of your website. - JavaScript: Add interactivity or functionality in the
main.js
file as needed.