Skip to content

Chell0/tukoWaksBana

Repository files navigation

Kazifiti

Kazifiti is a web development agency that produces high quality web solutions for its clients.

Table of Contents


About

Kazifiti is a multi-page static website, for a web development agency. The site showcases the agency's approach, services, portfolio, and contact information, with a focus on clean design and responsive layouts.

Features

  • Responsive design for desktop and mobile
  • Project and portfolio showcase
  • Contact information and social links
  • Custom 404 and 500 error pages
  • Google Tag Manager and AOS (Animate On Scroll) integration

Project Structure

.
├── index.html
├── approach.html
├── blog_projects.html
├── contact.html
├── port_projects.html
├── services.html
├── wire_framing.html
├── works.html
├── 404.html
├── 500.html
├── static/
│   ├── css/
│   │   ├── style.css
│   │   ├── queries.css
│   │   ├── vendors/
│   │   └── ...
│   ├── js/
│   │   └── app.js
│   └── img/
│       └── ...
├── LICENSE
├── README.md
└── ...

Getting Started

  1. Clone the repository:

    git clone https://github.com/yourusername/tukoWaksBana.git
    cd tukoWaksBana
  2. Open index.html in your browser:

    • No build step is required; all files are static.
  3. (Optional) Serve locally for development:

    npx serve .

    or use any static server of your choice.

Usage

  • Visit the homepage at index.html for an overview.
  • Navigate to other pages (Approach, Services, Works, etc.) via the navigation bar.
  • Explore the portfolio and contact sections for more information.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for improvements or bug fixes.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/YourFeature)
  3. Commit your changes (git commit -am 'Add new feature')
  4. Push to the branch (git push origin feature/YourFeature)
  5. Open a pull request

License

This project is licensed under the GNU General Public License v3.0.

Contact


© Kazifiti. All rights reserved.

Releases

No releases published

Packages

 
 
 

Contributors