Skip to content

IronAdamant/IronAdamant.github.io

Repository files navigation

Iron_Adamant Portfolio

Personal portfolio website showcasing software development projects and tools.

Quick Start

  1. Clone the repository
  2. Open index.html in a browser
  3. For local development: python -m http.server 8000

Deployment

Uses GitHub Actions to deploy to GitHub Pages (excludes .md files).

Enable:

  1. Repository Settings → Pages
  2. Source: "GitHub Actions"
  3. Push to main to deploy

Structure

File/Folder Purpose
index.html Homepage with hero and featured projects
projects.html Project gallery with filtering
apps.html Paid products (Checkpoint Projects, ConsistencyHub)
contact.html Contact form (Formspree backend)
404.html Custom error page
css/ Modular stylesheets
js/ JavaScript modules
images/ Assets

CSS Architecture

Modular CSS structure (imported via main.css):

Module Purpose LOC
base.css Variables, reset, typography ~150
layout.css Header, nav, hero, footer ~280
components.css Buttons, cards, forms, tags ~470
animations.css Keyframes, transitions ~180
patterns.css Background circuit patterns ~280
responsive.css Media queries ~130
main.css Entry point (imports all) ~12

JS Architecture

Modular JS structure (loaded via separate files):

Module Purpose LOC
navigation.js Smooth scroll, mobile nav, scroll animations ~105
contact-form.js Form validation, submission, spam protection ~265
page-transitions.js Page loading transitions ~110
image-modal.js Image expansion and lightbox ~105
project-loader.js Dynamic project rendering and filtering ~210
project-data.js Project definitions and helpers ~250
sw-register.js Service worker registration and updates ~135
main.js Entry point (orchestrates all) ~32

Cache Busting

Before commits:

node build.js          # patch bump + full rebuild
node build.js minor    # minor bump + rebuild
node build.js --css-only  # CSS injection only, no version bump

Updates version in manifest.json, sw.js, injects critical CSS, and cache-busts all local assets.

AI-Assisted Development

This project is indexed with Stele, a local context cache for LLM agents. Stele provides semantic chunking, vector search, symbol graph analysis, and multi-agent safety across the codebase, enabling faster context retrieval in long-running AI-assisted development sessions without re-reading unchanged files.

Tech Stack

  • HTML5, CSS3, Vanilla JavaScript
  • Service Worker (PWA with offline support)
  • Formspree (contact form)
  • GitHub Actions (deployment)
  • Stele (AI development tooling)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors