An open API service indexing awesome lists of open source software.

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.

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).