diff --git a/README.md b/README.md new file mode 100644 index 0000000..5fd2092 --- /dev/null +++ b/README.md @@ -0,0 +1,128 @@ +
+ +Opzeker IT + +``` + ██████╗ ██████╗ ███████╗███████╗██╗ ██╗███████╗██████╗ ██╗████████╗ + ██╔═══██╗██╔══██╗╚══███╔╝██╔════╝██║ ██╔╝██╔════╝██╔══██╗ ██║╚══██╔══╝ + ██║ ██║██████╔╝ ███╔╝ █████╗ █████╔╝ █████╗ ██████╔╝ ██║ ██║ + ██║ ██║██╔═══╝ ███╔╝ ██╔══╝ ██╔═██╗ ██╔══╝ ██╔══██╗ ██║ ██║ + ╚██████╔╝██║ ███████╗███████╗██║ ██╗███████╗██║ ██║ ██║ ██║ + ╚═════╝ ╚═╝ ╚══════╝╚══════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ + + ☁️ Cloud · DevOps · Automation ⚙️ +``` + +**Jouw IT-infrastructuur onder controle.** + +[![Website](https://img.shields.io/badge/website-opzeker.it-9600f4?style=for-the-badge&logo=googlechrome&logoColor=white)](https://www.opzeker.it) +[![Git](https://img.shields.io/badge/git-self--hosted-00f2ff?style=for-the-badge&logo=forgejo&logoColor=white)](https://git.opzeker.it) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-thijsstobbelaar-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/thijsstobbelaar/) +[![Mail](https://img.shields.io/badge/mail-thijs@opzeker.it-d42bff?style=for-the-badge&logo=maildotru&logoColor=white)](mailto:thijs@opzeker.it) + +
+ +--- + +## 👋 Welkom op de bron van [opzeker.it](https://www.opzeker.it) + +Dit is de publieke broncode van de **Opzeker IT** website — een moderne single-page site die laat zien waar wij goed in zijn: +schaalbare, veilige en futureproof cloud-omgevingen op **Azure** en **AWS**, met DevOps-pijplijnen en automatisering die handmatig werk overbodig maken. + +> *"Pragmatische oplossingen waar anderen stoppen met denken."* + +Deze repo wordt gehost op onze eigen **zelf-gehoste Forgejo-instance** — `git.opzeker.it`. We eten ons eigen hondenvoer 🐶: alle code, Infrastructure as Code en automation-scripts staan op een omgeving die we volledig zelf beheren. + +--- + +## ✨ Wat we doen + +| | | +|---|---| +| ☁️ **Cloud Oplossingen** | Ontwerp, implementatie en beheer op Azure & AWS | +| ⚙️ **DevOps & Automation** | CI/CD-pijplijnen, IaC, scripting | +| 🖥️ **On-Premise & Hybrid** | Windows Server, migraties naar de cloud | +| 🔒 **Security & Compliance** | Identity, governance, hardening, zero-trust | +| 🧰 **Scripting & Tooling** | PowerShell, Python, REST APIs | +| 📊 **Consultancy & Strategie** | Cloud-adoptie, DevOps-transformatie | + +--- + +## 🛠️ Tech achter de site + +``` +┌─────────────────────────────────────────────────────┐ +│ Front-end │ Pure HTML5 · CSS3 · vanilla JS │ +│ 3D / WebGL │ Three.js │ +│ Typografie │ Inter · Space Grotesk · JetBrains Mono │ +│ Iconografie │ Font Awesome │ +│ Hosting │ Apache 2 · Let's Encrypt │ +│ Source control │ Forgejo @ git.opzeker.it │ +└─────────────────────────────────────────────────────┘ +``` + +Geen build-step, geen npm install — gewoon `index.html` openen in de browser. + +--- + +## 🚀 Lokaal draaien + +```bash +git clone https://git.opzeker.it/lanta/opzekerITwebsite.git +cd opzekerITwebsite + +# Optie 1 — gewoon openen +start index.html # Windows +open index.html # macOS + +# Optie 2 — met een mini http-server +python -m http.server 8080 +# → open http://localhost:8080 +``` + +--- + +## 📁 Projectstructuur + +``` +opzekerITwebsite/ +├── index.html # De single-page site +├── favicon.ico # 🦊 Tab-icoon +├── portfolio-item.html # (template, ongebruikt) +├── service-item.html # (template, ongebruikt) +├── assets/ +│ ├── css/custom/ # Eigen styling (modern.css = main) +│ ├── js/custom/ # Vanilla JS interactions, WebGL, animations +│ ├── fonts/ # Font Awesome + Material Icons +│ └── images/ # Logo's en hero-visuals +└── images/ # Foto's gebruikt op de site +``` + +--- + +## 📜 Licentie & copyright + +© Opzeker IT — alle rechten voorbehouden op huisstijl, content en logo's. +De broncode mag bekeken worden ter inspiratie; vragen over hergebruik? Stuur een mailtje. + +--- + +
+ +### 💬 Contact + +**Thijs Stobbelaar** — Opzeker IT + +📧 [thijs@opzeker.it](mailto:thijs@opzeker.it) +📞 [+31 (0) 6 110 545 21](tel:+31611054521) +🌍 [opzeker.it](https://www.opzeker.it) · 🧑‍💻 [git.opzeker.it](https://git.opzeker.it) · 💼 [LinkedIn](https://www.linkedin.com/in/thijsstobbelaar/) + +--- + +``` + ⚡ Built with care, deployed with pipelines. ⚡ +``` + +*Nederland — remote first* + +