Go to file
2025-08-04 12:16:50 +05:00
src finish 2025-08-04 12:16:50 +05:00
.gitignore site prototype 2025-07-23 17:14:06 +05:00
I18N_README.md last fix 2025-08-04 11:38:17 +05:00
package-lock.json site prototype 2025-07-23 17:14:06 +05:00
package.json site prototype 2025-07-23 17:14:06 +05:00
README.md site prototype 2025-07-23 17:14:06 +05:00
robots.txt last fix 2025-08-04 11:38:17 +05:00
sitemap.xml last fix 2025-08-04 11:38:17 +05:00
zametki.txt save 2025-08-01 23:09:07 +05:00

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

Getting Started

  1. Clone this repository:
git clone <repository-url>
cd hantalanding
  1. Install dependencies:
npm install
  1. 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

  1. Replace the logo text in index.html
  2. Update the hero section content
  3. Modify the About section with your content
  4. Customize service cards
  5. 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.