My Website, feel free to use for your own
  • HTML 60.2%
  • CSS 21.9%
  • JavaScript 16.9%
  • PHP 1%
Find a file
2026-04-29 23:03:05 +01:00
assets Initial Website 2026-04-29 08:56:29 +01:00
css Added full Lore and Easter Egg 2026-04-29 23:03:05 +01:00
js Added full Lore and Easter Egg 2026-04-29 23:03:05 +01:00
.gitignore Initial Website 2026-04-29 08:56:29 +01:00
.htaccess Initial Website 2026-04-29 08:56:29 +01:00
400.html Initial Website 2026-04-29 08:56:29 +01:00
403.html Initial Website 2026-04-29 08:56:29 +01:00
404.html Initial Website 2026-04-29 08:56:29 +01:00
422.html Initial Website 2026-04-29 08:56:29 +01:00
500.html Initial Website 2026-04-29 08:56:29 +01:00
502.html Initial Website 2026-04-29 08:56:29 +01:00
503.html Initial Website 2026-04-29 08:56:29 +01:00
contact.php Initial Website 2026-04-29 08:56:29 +01:00
dream-fragment-02.html Added full Lore and Easter Egg 2026-04-29 23:03:05 +01:00
dream-fragment-03.html Added full Lore and Easter Egg 2026-04-29 23:03:05 +01:00
dream-fragment.html Added full Lore and Easter Egg 2026-04-29 23:03:05 +01:00
epilogue.html Added full Lore and Easter Egg 2026-04-29 23:03:05 +01:00
index.html Added full Lore and Easter Egg 2026-04-29 23:03:05 +01:00
LICENSE Initial commit 2026-04-16 04:33:06 +00:00
privacy.html Added full Lore and Easter Egg 2026-04-29 23:03:05 +01:00
README.md Initial Website 2026-04-29 08:56:29 +01:00
robots.txt Added full Lore and Easter Egg 2026-04-29 23:03:05 +01:00
sitemap.xml Added full Lore and Easter Egg 2026-04-29 23:03:05 +01:00
terms.html Added full Lore and Easter Egg 2026-04-29 23:03:05 +01:00

🐱💻 Rinanyae Website

A cyberpunk-themed personal website for rinanyae.com, operated by ArcaneNeko.

🎨 Features

  • Cyberpunk Theme: Electric blue + crimson palette with glow styling
  • Animated Effects: Matrix rain, scan lines, particles, glitch, and hologram accents
  • Interactive UI: Smooth scrolling, hover effects, card glow, typing animation
  • Responsive Layout: Desktop-first design with mobile adjustments
  • Project + Link Branding: ArcaneNeko/NeoVoxis/VRChat icons from assets/icons/
  • Legal + Deployment Ready: Privacy, Terms, robots.txt, sitemap.xml, .htaccess, and custom error pages

🚀 Quick Start

  1. Open index.html in a browser for quick visual checks
  2. For full behavior (especially contact form), run via a local server with PHP support
  3. Edit content in index.html, then tune styles/scripts in the css/ and js/ folders

📝 Customization Guide

Updating Personal Information

About Section

  • Edit text in #about
  • Update skills inside .skills-grid

Projects Section

  • Duplicate .project-card blocks to add more projects
  • Update project title, description, status badge, and tech tags
  • Update href values for each link item
  • For placeholder links (like VRChat coming soon), keep href="#" plus data-coming-soon="true" to preserve themed popup behavior

Contact Form

  • Form posts to contact.php
  • Includes a simple anti-spam math captcha and async submit
  • If backend route changes, update form action accordingly

Color Customization

Color variables are in css/base.css under :root.

Key variables:

  • --crimson
  • --electric-blue
  • --deep-blue
  • --black

Font Customization

Fonts are loaded from Google Fonts in page <head>:

  • Orbitron
  • Inter
  • Fira Code

Update imports and matching CSS variables in css/base.css if needed.

🎯 Interactive Features

  • Navigation smooth-scroll to sections
  • ENTER THE DEN button scrolls to About
  • Themed popup for placeholder links (e.g. VRChat coming soon)
  • Card reveal/hover effects
  • Konami code easter egg (↑ ↑ ↓ ↓ ← → ← → B A)

📱 Mobile Notes

  • Navigation wraps on smaller screens
  • Character frame scales down for mobile
  • Link cards use tighter spacing and typography on mobile
  • Matrix effect opacity is reduced on mobile for readability

🛠️ Technical Details

Technologies Used

  • HTML5
  • CSS3 (modular)
  • Vanilla JavaScript (modular)
  • PHP (contact form backend)

CSS Modules

  • css/styles.css (entrypoint/imports)
  • css/base.css
  • css/background.css
  • css/navigation.css
  • css/hero.css
  • css/sections.css
  • css/responsive.css
  • css/legal.css

JS Modules

Loaded in this order:

  1. js/effects.js
  2. js/ui.js
  3. js/forms.js
  4. js/app.js

Responsibilities:

  • effects.js: ambient + matrix effects
  • ui.js: interactions, scrolling, link/button behavior
  • forms.js: captcha + contact form + notifications
  • app.js: initialization/bootstrap
  • privacy.html includes website-level UK GDPR / GDPR context
  • terms.html covers usage and scope for this site
  • Footer links point to both legal pages

🌐 SEO + Deployment

  • robots.txt configured with sitemap reference
  • sitemap.xml includes main, legal, and error routes
  • .htaccess includes:
    • extensionless .html rewrites
    • security headers
    • caching/compression
    • ErrorDocument mappings (400/403/404/422/500/502/503)

📄 License

This site is open source under the MIT License.