5a8bf790af914d2c25fb12f4999d389015df19aa
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
- Clone the repository:
git clone https://github.com/yourusername/tiber365.git
cd tiber365
- Install dependencies:
npm install
- Start the development server:
npm run dev
- 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
Languages
Astro
77.9%
TypeScript
9.2%
JavaScript
8.3%
CSS
4.6%