A modern, futuristic, and minimalist mobile app promotional website. This single-page site is designed to showcase the Resource AI app and direct users to the Google Play Store.
- Modern and futuristic design
- Powerful animations and transitions
- Fully responsive design
- Minimalist and user-friendly interface
- Optimized performance
resource-ai-landing-page/
├── css/
│ └── style.css
├── images/
│ ├── app-icon.png
│ ├── mockup.png
│ └── app-screens.png
├── js/
│ └── main.js
├── index.html
└── README.md
- Download the project to your computer
- Replace the placeholder files in the
imagesfolder with real images:app-icon.png: App iconmockup.png: App screen inside a phone mockupapp-screens.png: App screenshots
- Open the
index.htmlfile in a web browser or upload it to a web server
To change the main colors, edit the :root variables in the css/style.css file:
:root {
--primary-color: #6e42ff;
--secondary-color: #00d2ff;
--accent-color: #ff3a8c;
--dark-bg: #0a0a1a;
--light-text: #f8f9fa;
/* ... */
}To change texts and links, edit the index.html file.
To customize animations or add new ones, edit the js/main.js file.
This website is designed to work in all modern browsers:
- Chrome
- Firefox
- Safari
- Edge
This project is licensed under the MIT License.