Merge remote README and resolve conflicts
This commit is contained in:
commit
374110ec1c
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -15,7 +15,7 @@ A clean, minimal static website built with HTML, JavaScript, and Tailwind CSS fo
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone <repository-url>
|
git clone <repository-url>
|
||||||
cd fbs-static
|
cd kh3_website
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **Install Tailwind CSS**
|
2. **Install Tailwind CSS**
|
||||||
|
|
@ -37,7 +37,7 @@ A clean, minimal static website built with HTML, JavaScript, and Tailwind CSS fo
|
||||||
## Project Structure
|
## Project Structure
|
||||||
|
|
||||||
```
|
```
|
||||||
fbs-static/
|
kh3_website/
|
||||||
├─ index.html # Main website page
|
├─ index.html # Main website page
|
||||||
├─ about.html # About Us page
|
├─ about.html # About Us page
|
||||||
├─ contact.html # Contact page
|
├─ contact.html # Contact page
|
||||||
|
|
@ -93,10 +93,10 @@ npm run watch
|
||||||
- **No build tools required** for production
|
- **No build tools required** for production
|
||||||
- **Easy maintenance** with Tailwind utility classes
|
- **Easy maintenance** with Tailwind utility classes
|
||||||
- **Custom animations** for logo, menu grid, and buttons
|
- **Custom animations** for logo, menu grid, and buttons
|
||||||
- **Auto-switching hero images**
|
- **Auto-switching hero images with slide+zoom transitions**
|
||||||
- **Staggered loading animations**
|
- **Staggered loading animations**
|
||||||
|
- **Enhanced page transitions**
|
||||||
## Customization
|
- **Letter-by-letter menu animations**
|
||||||
|
|
||||||
To add new Tailwind classes:
|
To add new Tailwind classes:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue