An open API service indexing awesome lists of open source software.

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

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.