A CRT-themed retro website that embodies the philosophy "We Make Simple Apps" - even complex applications are presented through a nostalgic, simple interface.
- Realistic CRT Monitor Effect: Full phosphor green terminal aesthetic with curved screen, scanlines, and static
- Reset Button: Interactive CRT shutdown/power-on animation sequence
- Responsive Design: Adapts to all screen sizes while maintaining the retro feel
- No-Scroll Philosophy: Contact page fits entirely in viewport - true simplicity
aether-forge/
├── index.html # Landing page with full CRT effect
├── projects.html # Projects showcase with fixed header
├── contact.html # Contact form in CRT terminal style
├── styles.css # Main CRT styling and animations
├── projects.css # Projects page specific styles
├── contact.css # Contact page specific styles
├── script.js # CRT effects and interactions
├── contact.js # Contact form functionality
└── images/
├── aetherforge-1024x1024.png # Square logo
├── aetherforge-1472x704.png # Wide logo
├── email2sql.png # Project screenshots
├── runchart.png
├── echoreportlab.png
├── strongs-export.png
├── Dashboard.png
└── bob.png
- Primary Green:
#00ff66- Classic phosphor terminal green - Dark Background:
#0a0f0a- CRT screen background - Frame/Bezel:
#3a3a3ato#1a1a1agradient - Reset Button:
#c41e3ato#8b0020gradient (red)
- Font: 'VT323' monospace (Google Fonts)
- Sizes:
- Hero text: 48px
- Navigation: 24px
- Body text: 20px
- Form labels: 16px
- Scanlines: Horizontal lines animated across screen
- Static Noise: Canvas-generated random pixels
- Screen Flicker: Subtle brightness variations
- Phosphor Glow: Text-shadow and box-shadow effects
- Screen Curvature: Perspective transform on frame
- Commission Calculator - Saved Mfg. rep over $20k
- Email 2 Order - Email to business system automation
- RunChart Goal Tracker - Visual performance tracking
- Echo Report Lab - Medical reporting automation
- Strong's Lexicount - Biblical text analysis tool
- GitAgent4Work - NLP GitHub repository assistant
Edit projects.html and add a new tile:
<div class="project-tile" data-project="project-name" onclick="window.open('URL', '_blank')">
<div class="project-image">
<img src="images/your-image.png" alt="Project Name">
</div>
<div class="project-info">
<h3>Project Name</h3>
<p>Description emphasizing simplicity...</p>
</div>
</div>- Shutdown (1.5s): Screen collapses to center point
- Phosphor Dot (3s): Green dot fades at center
- Power LED: Dims during shutdown
- Power On (2s): Expands from center with overshoot
- Text Retype: "WE MAKE SIMPLE APPS" retypes
- Formspree Integration:
https://formspree.io/f/xjkrpeoy - Success Response: Shows company address
Post Office Box 52 Birmingham, Alabama 35201 United States of America
- Modern browsers with CSS Grid support
- Chrome, Firefox, Safari, Edge (latest versions)
- Responsive breakpoints at 1024px and 768px
- Rename directory from
afsitetoaether-forgewhen deploying - All links use relative paths - works on any domain
- Images should be optimized for web (current placeholders can be replaced)
- Contact form requires Formspree account for email handling
- Update project image: Replace file in
images/folder with same name - Change CRT color: Update
#00ff66across CSS files - Adjust animation speed: Modify animation durations in
styles.css - Change contact endpoint: Update form action in
contact.html
"We make simple apps. Even if the app is complicated, we make it simple."
- Every element serves a purpose
- No scrolling where it can be avoided
- Nostalgic design creates immediate understanding
- Complex functionality hidden behind simple interface