Skip to content

canitez/lander

Repository files navigation

Resource AI Landing Page

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.

Features

  • Modern and futuristic design
  • Powerful animations and transitions
  • Fully responsive design
  • Minimalist and user-friendly interface
  • Optimized performance

File Structure

resource-ai-landing-page/
├── css/
│   └── style.css
├── images/
│   ├── app-icon.png
│   ├── mockup.png
│   └── app-screens.png
├── js/
│   └── main.js
├── index.html
└── README.md

Installation and Usage

  1. Download the project to your computer
  2. Replace the placeholder files in the images folder with real images:
    • app-icon.png: App icon
    • mockup.png: App screen inside a phone mockup
    • app-screens.png: App screenshots
  3. Open the index.html file in a web browser or upload it to a web server

Customization

Changing Colors

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;
    /* ... */
}

Changing Content

To change texts and links, edit the index.html file.

Customizing Animations

To customize animations or add new ones, edit the js/main.js file.

Browser Support

This website is designed to work in all modern browsers:

  • Chrome
  • Firefox
  • Safari
  • Edge

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors