Skip to content

Amokhalad/Amokhalad.github.io

Repository files navigation

Mo Aljuboori — Personal Portfolio

License Top language Last commit

A responsive personal portfolio website with sections for an introduction, about, projects, skills, education, and contact.

Live site: https://amokhalad.github.io

Tech Stack

  • HTML
  • Tailwind CSS (compiled to src/output.css) alongside a hand-written src/style.css
  • JavaScript with jQuery, plus Typed.js, Waypoints, and Owl Carousel for the typing effect, scroll triggers, and project carousel

Project layout

The site source lives in the src/ directory (index.html, style.css, script.js, images, and the generated output.css).

Run locally

Open src/index.html directly in a browser, or serve it locally:

cd src
python3 -m http.server

Then visit http://localhost:8000.

To rebuild the Tailwind styles while editing, install dependencies and run the watch script from the repo root:

npm install
npm run dev

This watches src/style.css and regenerates src/output.css.

About

Responsive personal portfolio website (vanilla HTML/CSS/JS)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors