A modern, responsive landing page for Fontify - Your AI Font Assistant.
- Modern, clean design
- Fully responsive layout
- Interactive animations
- Smooth scrolling
- Mobile-friendly navigation
- Optimized for performance
fontify-landing/
├── index.html # Main HTML file
├── styles.css # CSS styles
├── script.js # JavaScript functionality
└── README.md # Project documentation
- Clone the repository
- Open
index.htmlin your browser - Start customizing the content and styles
- Modern web browser
- Basic knowledge of HTML, CSS, and JavaScript
- Clone this repository:
git clone <repository-url>
cd fontify-landing-
Open
index.htmlin your browser to view the site. -
Make changes to the files:
index.html- Main content and structurestyles.css- Styling and layoutscript.js- Interactive functionality
- Refresh your browser to see the changes.
The color scheme can be customized in the :root section of styles.css:
:root {
--primary-color: #6366f1;
--primary-dark: #4f46e5;
--secondary-color: #f0f9ff;
/* ... other color variables ... */
}The site uses Inter font family from Google Fonts. To change the font:
- Update the Google Fonts link in
index.html - Modify the
font-familyproperty instyles.css
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.