A futuristic and immersive showcase platform for creative digital assets, Blender toolkits, architecture resources, shaders, AI prompts, templates, and artistic packs.
Built with pure HTML, CSS, and JavaScript — featuring animated hero carousel, responsive card layouts, cinematic gradients, and a modern glassmorphism-inspired interface.
- 🌌 Animated Hero Carousel
- 🧊 Modern Glassmorphism UI
- 🎨 Responsive Project Cards
- 🖼️ Image Galleries per Project
- ⚡ Pure Vanilla JavaScript
- 📱 Fully Responsive Design
- 🌠 Dynamic Gradient + Star Background
- 🔗 External Product Links
- 🚀 GitHub Pages Deployment
- Automatic slideshow
- Fullscreen visual banners
- Gradient overlay
- Call-to-action buttons
- Dynamic rendering from JavaScript array
- Responsive auto-fit grid
- Hover animations
- Embedded image galleries
- HTML5
- CSS3
- JavaScript (Vanilla)
- GitHub Pages
pixel-me/
│
├── index.html
├── styles.css
├── app.js
└── README.md
All projects are stored inside a JavaScript array:
const projects = [
{
title: "Project Name",
description: "Description",
thumbnail: "image-url",
gallery: ["img1", "img2"],
link: "product-link"
}
];The application dynamically generates:
- Hero carousel slides
- Project cards
- Gallery thumbnails
- External buttons
Clone the repository:
git clone https://github.com/LealLara/pixel-me.git
Open the folder:
cd pixel-me
Run locally by opening:
index.html
Or use VSCode Live Server.
-
Open repository settings
-
Go to:
Settings → Pages -
Select:
- Source → Deploy from branch
- Branch → main
- Folder → /(root)
-
Save and wait a few minutes
Your site will be available at:
https://yourgithubusername.github.io/pixel-me/
- Cyberpunk interfaces
- Digital marketplaces
- Neon gradients
- Space aesthetics
- Modern portfolio platforms
Optimized for:
- Desktop
- Tablet
- Mobile devices
Made with creativity by Lara Leal.
GitHub: https://github.com/LealLara
If you liked this project:
- Star the repository
- Share the project
- Fork and customize it
This project is open source and available under the MIT License.

