# 🌍 365DevNet Website Welcome to the source code for the official **365DevNet** website β€” built by and for freelancers, small businesses, and entrepreneurs who want reliable, clear, and modern IT services. This website is powered by [Astro](https://astro.build/) and [Tailwind CSS](https://tailwindcss.com/), and is hosted on our own secure VPS infrastructure. It reflects our mission, values, and service offerings. > πŸ’‘ Visit the live site: [https://365devnet.eu](https://365devnet.eu) --- ## 🧾 About 365DevNet **365DevNet** is a Netherlands-based IT services company. We support individuals and small businesses with digital infrastructure that is easy to manage, cost-efficient, and built to scale with you. Our core services include: - πŸ“¦ **Microsoft 365 setup & migration** (mail, SharePoint, Teams, OneDrive) - πŸ” **Process automation** using Power Automate and PowerShell - 🌐 **Website development** with secure VPS deployment and modern tooling - πŸ›‘οΈ **Security and management** (DNS, domains, backups, access control) - πŸ“š **Training and documentation** so clients stay in control Learn more: [https://365devnet.eu/en](https://365devnet.eu/en) --- ## 🧠 Why This Stack? We built this site with: - [**Astro**](https://astro.build/) – Ultra-fast static site builder that ships zero JavaScript by default - [**Tailwind CSS**](https://tailwindcss.com/) – Utility-first styling framework for full design control - [**Markdown/MDX**](https://mdxjs.com/) – For simple, content-friendly editing - [**Custom VPS hosting**](https://transip.eu) – Gives us control over performance, pricing, and security > βœ… We believe in owning our tech and reducing platform dependency. --- ## πŸ—‚ Project Structure ```plaintext / β”œβ”€β”€ public/ # Static assets (robots.txt, icons) β”œβ”€β”€ src/ β”‚ β”œβ”€β”€ assets/ # Local images, styles, favicons β”‚ β”œβ”€β”€ components/ # Reusable UI components β”‚ β”œβ”€β”€ content/ # Blog posts and markdown pages β”‚ β”œβ”€β”€ layouts/ # Page templates β”‚ β”œβ”€β”€ pages/ # Route-based pages (e.g. index.astro) β”‚ └── config.yaml # SEO, metadata, i18n settings β”œβ”€β”€ package.json # Project dependencies and scripts β”œβ”€β”€ astro.config.ts # Astro configuration └── README.md # You're reading it πŸ™‚ ``` --- ## 🎨 Theme & Credits This website was originally built on top of **[AstroWind](https://github.com/onwidget/astrowind)** β€” the most starred and forked Astro theme from 2022–2024. It’s a modern, production-ready template that combines [Astro](https://astro.build/) with [Tailwind CSS](https://tailwindcss.com/) and is designed with performance and best practices in mind. AstroWind is an open-source project created and maintained by [onWidget](https://onwidget.com) and the amazing open-source community: - ⭐ GitHub: [onwidget/astrowind](https://github.com/onwidget/astrowind) - πŸ’¬ Community discussions: [AstroWind Discussions](https://github.com/onwidget/astrowind/discussions) - πŸ“„ License: [MIT License](https://github.com/onwidget/astrowind/blob/main/LICENSE.md) We’ve adapted the template to reflect the unique mission and brand identity of 365DevNet, while continuing to follow the project's great structure and standards.