2025-05-16 00:17:42 +02:00
2025-05-16 00:17:42 +02:00
2025-05-16 00:17:42 +02:00
2025-05-16 00:17:42 +02:00
2025-05-16 00:17:42 +02:00
2025-05-16 00:17:42 +02:00
2025-05-16 00:17:42 +02:00
2025-05-16 00:17:42 +02:00
2025-05-16 00:17:42 +02:00
2025-05-16 00:17:42 +02:00

Tiber365 - Microsoft 365 Support Website

A modern, responsive website for a Microsoft 365 support business, built with Svelte and Vite.

Features

  • Modern, responsive design
  • Interactive hero section with Lottie animation
  • Service showcase
  • Testimonials carousel
  • Contact form
  • SEO optimized
  • Mobile-first approach
  • Tailwind CSS for styling

Tech Stack

  • Svelte
  • TypeScript
  • Vite
  • Tailwind CSS
  • Lottie Files

Getting Started

  1. Clone the repository:
git clone https://github.com/yourusername/tiber365.git
cd tiber365
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Build for production:
npm run build

Project Structure

tiber365/
├── src/
│   ├── components/
│   │   ├── Hero.svelte
│   │   ├── Services.svelte
│   │   ├── Testimonials.svelte
│   │   ├── About.svelte
│   │   ├── Contact.svelte
│   │   └── Footer.svelte
│   ├── App.svelte
│   ├── main.ts
│   └── app.css
├── public/
│   └── favicon.svg
├── index.html
├── package.json
├── tailwind.config.js
├── postcss.config.js
└── README.md

Development

  • The site uses Tailwind CSS for styling
  • Components are written in Svelte with TypeScript
  • Lottie animations are used for the hero section
  • The site is fully responsive and mobile-first

License

MIT License - feel free to use this template for your own projects.

Description
No description provided
Readme 105 MiB
Languages
Astro 77.9%
TypeScript 9.2%
JavaScript 8.3%
CSS 4.6%