src | ||
.gitignore | ||
I18N_README.md | ||
package-lock.json | ||
package.json | ||
README.md | ||
robots.txt | ||
sitemap.xml | ||
zametki.txt |
Presentation Website
A modern, responsive presentation website template with smooth animations and mobile-friendly design.
Features
- Responsive design
- Mobile-friendly navigation
- Smooth scrolling
- Animated service cards
- Contact form
- Modern UI components
Prerequisites
- Node.js (Download and install from nodejs.org)
Getting Started
- Clone this repository:
git clone <repository-url>
cd hantalanding
- Install dependencies:
npm install
- Start the development server:
npm start
The website will be available at http://localhost:3000
Project Structure
src/
├── assets/ # Images and other static files
├── css/ # Stylesheets
├── js/ # JavaScript files
└── index.html # Main HTML file
Customization
- Replace the logo text in
index.html
- Update the hero section content
- Modify the About section with your content
- Customize service cards
- Configure the contact form
Development
The project uses live-server for development, which provides:
- Auto-reload on file changes
- Static file serving
- Cross-browser compatibility
License
This project is licensed under the ISC License.