https://github.com/inledgroup/ai.inled
Nuevo sitio web para Inled AI
https://github.com/inledgroup/ai.inled
Last synced: about 2 months ago
JSON representation
Nuevo sitio web para Inled AI
- Host: GitHub
- URL: https://github.com/inledgroup/ai.inled
- Owner: InledGroup
- License: other
- Created: 2025-12-29T09:42:46.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-04-04T14:26:28.000Z (2 months ago)
- Last Synced: 2026-04-04T16:52:58.197Z (2 months ago)
- Language: Astro
- Size: 69.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inled AI Landing Page
This is an Astro project created for Inled AI.
## Getting Started
1. **Install dependencies:**
```bash
npm install
```
2. **Start the development server:**
```bash
npm run dev
```
3. **Build for production:**
```bash
npm run build
```
## Features
* **Astro Framework** for high performance.
* **Tailwind CSS v4** for styling.
* **Responsive Design** (Mobile/Desktop).
* **Scroll Animations** (Fade in up).
* **Floating Header** with glassmorphism effect.
* **Custom Fonts**: Playfair Display (Serif) & Inter (Sans).
* **Accent Color**: `#28e518` (Green).
## Project Structure
* `src/layouts/Layout.astro`: Main layout.
* `src/components/`: Reusable components (Hero, Section, CardGrid, etc.).
* `src/pages/index.astro`: Main landing page assembly.