Joko Saptono

Someone who Ingin Menjadi Programmer Handal Namun Enggan Ngoding

RevoU Coding Camp Mini Project | Joko Saptono

RevoU Coding Camp Mini Project

July 31, 2025

RevoU ft. Joko Saptono Website

(See on GitHub)

Structure

codingcamp-14-jul-25-josapton/
│
├── index.html                # Home page
├── profile.html              # Our Profile page
├── css/
│   └── style.css             # Main stylesheet
├── js/
│   └── script.js             # Main JavaScript file
└── assets/
    ├── favicon/              # Favicon and manifest files
    └── images/               # Images for banner and headquarters

Technology

Features

How This Project Is Built

  1. HTML Slicing: Pages are structured based on a provided wireframe/mockup, ensuring semantic and accessible markup.
  2. Single CSS File: All styles are centralized in css/style.css, including layout, colors, transitions, and responsive rules.
  3. Single JS File: All interactivity (navbar toggle, welcome prompt, form validation) is handled in js/script.js and loaded on every page.
  4. Responsive Design: Layout adapts to desktop and mobile using media queries; navigation and content remain user-friendly on all devices.
  5. Assets Organization: Images and favicon files are stored in the assets/ folder for easy management.
  6. Branch Workflow: Development is done on a feature branch for best practices in version control.

To run locally:
Open index.html in your browser, or use VS Code’s Live Server for best results.
All features work without a backend just static files!