https://github.com/romanslack/iskarin_group_frontend
Frontend for the Iskarin Group.
https://github.com/romanslack/iskarin_group_frontend
Last synced: 4 months ago
JSON representation
Frontend for the Iskarin Group.
- Host: GitHub
- URL: https://github.com/romanslack/iskarin_group_frontend
- Owner: RomanSlack
- Created: 2025-07-19T16:34:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-19T18:53:27.000Z (11 months ago)
- Last Synced: 2025-10-08T07:48:49.054Z (9 months ago)
- Language: HTML
- Size: 3.23 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Iskarin Group Website
**Live Site:** [https://iskaringroup.netlify.app/](https://iskaringroup.netlify.app/)
A clean, professional website for Iskarin Group - AI solutions tailored to your needs.
## About
Iskarin Group develops custom AI software for businesses across all industries with no upfront costs. Our solutions are built quickly to address your unique requirements using the latest agentic coding capabilities.
## Project Structure
This is a static HTML website with three main pages:
- `index.html` - Homepage with company overview
- `about.html` - About page detailing who we are
- `contact.html` - Contact page with email and contact form
## Features
- Responsive design that works on desktop and mobile
- Clean, minimalist styling
- Contact form integration with Formspree
- Professional favicon set
- Fast loading static HTML pages
## Development
Since this is a static HTML website, you can simply open the HTML files in a web browser to view them locally. For a local development server:
```bash
# Using Python (if installed)
python -m http.server 8000
# Using Node.js (if installed)
npx serve .
```
Then open [http://localhost:8000](http://localhost:8000) to view the site.
## Deployment
The site is deployed on Netlify and automatically updates when changes are pushed to the repository.
## Contact
For inquiries about AI solutions, contact us at [contact@iskarin.group](mailto:contact@iskarin.group).