AMAU Interactive is a professional portfolio and services website for an indie game development studio. The site showcases the studio's game projects, services, team members, and provides a contact platform for potential collaborators.
Type: Responsive Multi-page Website
Built With: HTML5, CSS3, JavaScript, Bootstrap 5
Repository: AMAU-INTERACTIVE (GitHub)
- Multi-page Architecture โ Home, Services, About, Contact pages
- Dark/Light Mode Toggle โ User preference persistence with localStorage
- Responsive Design โ Mobile-first approach using Bootstrap 5
- Smooth Animations โ Fade-in effects on page elements
- Sticky Navigation โ Navigation bar follows users while scrolling
- Modal Dialogs โ Product detail modals with rich information display
- Hero carousel showcasing featured projects
- Navigation to main sections
- Call-to-action buttons
- Smooth scroll behavior
- Product grid showcasing multiple projects and engines (metadata: type, release, platform):
- Land of Tears โ Bullet Hell (2022) โข Platforms: PC / Mobile / WebGL
- Crimson Barrage โ Puzzle Adventure (2023) โข Platforms: PC / Mobile / WebGL / Console
- Ashfall Mirage โ Visual Novel (2025) โข Platforms: PC / Mobile / WebGL / Console
- HemoEngine VFX โ Visual Novel Engine (2025) โข Platforms: PC / WebGL
- Nemophilia INV โ Rigging Engine (2025) โข Platforms: PC
- TenPat Brute โ BulletโHell Pattern Systems (2025) โข Platforms: PC
- Hover effects, preview buttons, and detailed product modals for each item
(modal data populated via
data-attributes on buttons)
| # | Title | Type | Release | Platforms | Description |
|---|---|---|---|---|---|
| 1 | Land of Tears | Bullet Hell | 2022 | PC / Mobile / WebGL | Dark fantasy bullet-hell with adaptive shooting patterns and intense VFX |
| 2 | Crimson Barrage | Puzzle Adventure | 2023 | PC / Mobile / WebGL / Console | Magical adventure featuring interactive puzzles and dynamic visual effects |
| 3 | Ashfall Mirage | Visual Novel | 2025 | PC / Mobile / WebGL / Console | Experimental visual novel with custom shader systems and unique engine architecture |
| 4 | HemoEngine VFX | VN Engine | 2025 | PC / WebGL | Specialized VFX engine designed specifically for visual novel development |
| 5 | Nemophilia INV | Rigging Engine | 2025 | PC | Advanced rigging engine for visual novel character animation and control |
| 6 | TenPat Brute | Pattern System | 2025 | PC | Comprehensive bullet-hell pattern library with pre-designed shooting systems |
Each product is interactive on the Services pageโhover over any card to preview and click "View Detail" to access full metadata including description, type, platform support, and demo links (where available).
- Studio vision and mission statement
- Team member profiles with roles
- Studio philosophy and capabilities
- Contact form with validation
- Social media links
- Direct communication channels
- Form feedback messaging
AMAU Interactive has developed 6 projects across games, engines, and specialized tools:
- ๐ฏ Land of Tears (2022) โ Dark fantasy bullet-hell with advanced pattern systems
- โ๏ธ Crimson Barrage (2023) โ Puzzle adventure with immersive visual design
- ๐ญ Ashfall Mirage (2025) โ Experimental visual novel with cutting-edge shaders
- โ๏ธ HemoEngine VFX (2025) โ VFX powerhouse for visual novel production
- ๐ช Nemophilia INV (2025) โ Professional rigging engine for character animation
- ๐ฅ TenPat Brute (2025) โ Bullet-hell pattern system with pre-built designs
๐ View Full Portfolio โ Interactive showcase with detailed specs and media
UAS_PEMWEB/
โโโ HTML/
โ โโโ index.html # Home page
โ โโโ service.html # Services & portfolio
โ โโโ about.html # About & team
โ โโโ contact.html # Contact form
โโโ CSS/
โ โโโ style-index.css # Home styling
โ โโโ style-service.css # Services styling
โ โโโ style-about.css # About styling
โ โโโ style-contact.css # Contact styling
โโโ JS/
โ โโโ script.js # Home page logic
โ โโโ service.js # Services page logic
โ โโโ about.js # About page logic
โ โโโ contact.js # Contact form logic
โโโ assets/
โ โโโ img/ # Project images and assets
โโโ README.md # This file
Dark Mode (Default):
- Background:
#000000 - Text:
#FFFFFF - Accent:
#820000(Deep Red) - Accent Dark:
#540000
Light Mode:
- Background:
#F4F6FA(Off-white) - Text:
#1a1a1a(Dark) - Accent:
#0A0F2A(Navy Blue)
- Headings: Playfair Display (serif)
- Body: Inter (sans-serif)
- Responsive navigation with toggle button
- Product cards with hover effects
- Modal dialogs for detailed information
- Form inputs with validation
- Footer sections on all pages
| Technology | Purpose |
|---|---|
| HTML5 | Semantic markup and structure |
| CSS3 | Styling, animations, responsive design |
| JavaScript | DOM manipulation, form handling, theme switching |
| Bootstrap 5 | Grid system, components, responsive framework |
| Bootstrap Icons | Icon library for UI elements |
- Persistent theme preference using localStorage
- CSS variables for dynamic color switching
- Smooth icon transitions (sun โ moon)
- Navigation bar stays visible while scrolling
- High z-index for layering
- Responsive collapse on mobile devices
- Email validation
- Required field checking
- User feedback messages
- Product detail modals on Services page
- Dynamic data population from button attributes
- Centered, responsive modal dialogs
- Fade-in effects on page sections
- Hover transforms on cards
- Smooth transitions (0.3s - 0.6s)
- Mobile-first approach
- Bootstrap grid system
- Media queries for different breakpoints
- Touch-friendly navigation
- Mobile: < 768px
- Tablet: 768px - 1024px
- Desktop: > 1024px
- Modern web browser (Chrome, Firefox, Safari, Edge)
- No backend server required (static files)
-
Clone the repository:
git clone https://github.com/Arielabdel/AMAU-INTERACTIVE.git
-
Navigate to project directory:
cd UAS_PEMWEB -
Open in browser:
- Double-click
index.htmlor - Use a local server (e.g., Live Server in VS Code)
- Double-click
- All HTML files link to Bootstrap CDN and local CSS files
- JavaScript files loaded via script tags at bottom of each page
- Each page has its own CSS file for specific styling
- CSS variables defined in
:rootfor theming - Bootstrap CSS loaded via CDN
script.js- Home page logicservice.js- Services page + fade-in animationsabout.js- About page logiccontact.js- Contact form handling
โ
Responsive Multi-page Website โ All pages fully responsive
โ
Dark/Light Mode โ Theme switching with persistence
โ
Smooth Animations โ Fade-in effects and hover animations
โ
Form Validation โ Client-side validation on contact form
โ
Modal Dialogs โ Dynamic product detail display
โ
Sticky Navigation โ Navbar follows user while scrolling
โ
Professional Design โ Clean, modern aesthetic
โ
Cross-browser Compatible โ Works on all modern browsers
Amau Interactive is a collaborative indie studio with the following team members:
- Adit โ Lead Programmer
- Fattah โ VFX Artist
- Ariel โ Lead Artist
- Misykat โ Game Designer
ยฉ 2025 Amau Interactive. All rights reserved.
- Website: AMAU Interactive
- GitHub Repository: AMAU-INTERACTIVE
- Contact: amauku@example.com
This is a Final Project (UAS) for Web Programming course. The website demonstrates proficiency in:
- Semantic HTML5
- Modern CSS3 with animations
- Vanilla JavaScript (no frameworks)
- Responsive design principles
- User experience design
- โจ Added 3 new products: HemoEngine VFX, Nemophilia INV, TenPat Brute
- ๐จ Expanded portfolio to 6 total projects
- ๐ฑ Enhanced Services page with scroll-to-top button
- ๐ Updated README with comprehensive portfolio showcase
- โ Fade-in animations on service page header
- ๐ฏ Multi-page website with Home, Services, About, Contact
- ๐ Dark/Light mode toggle with localStorage persistence
- ๐ฑ Fully responsive design (mobile-first)
- ๐ช Interactive product modals with dynamic content
- ๐ Sticky navigation bar
- โจ Smooth animations and transitions