readme
This commit is contained in:
parent
8600f0f11c
commit
8dd5a1f415
1 changed files with 128 additions and 0 deletions
128
README.md
Normal file
128
README.md
Normal file
|
|
@ -0,0 +1,128 @@
|
||||||
|
<div align="center">
|
||||||
|
|
||||||
|
<img src="assets/images/OpzekerIT_Logo_Final_Diapositief_CMYK_small.png" alt="Opzeker IT" width="220" />
|
||||||
|
|
||||||
|
```
|
||||||
|
██████╗ ██████╗ ███████╗███████╗██╗ ██╗███████╗██████╗ ██╗████████╗
|
||||||
|
██╔═══██╗██╔══██╗╚══███╔╝██╔════╝██║ ██╔╝██╔════╝██╔══██╗ ██║╚══██╔══╝
|
||||||
|
██║ ██║██████╔╝ ███╔╝ █████╗ █████╔╝ █████╗ ██████╔╝ ██║ ██║
|
||||||
|
██║ ██║██╔═══╝ ███╔╝ ██╔══╝ ██╔═██╗ ██╔══╝ ██╔══██╗ ██║ ██║
|
||||||
|
╚██████╔╝██║ ███████╗███████╗██║ ██╗███████╗██║ ██║ ██║ ██║
|
||||||
|
╚═════╝ ╚═╝ ╚══════╝╚══════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝
|
||||||
|
|
||||||
|
☁️ Cloud · DevOps · Automation ⚙️
|
||||||
|
```
|
||||||
|
|
||||||
|
**Jouw IT-infrastructuur onder controle.**
|
||||||
|
|
||||||
|
[](https://www.opzeker.it)
|
||||||
|
[](https://git.opzeker.it)
|
||||||
|
[](https://www.linkedin.com/in/thijsstobbelaar/)
|
||||||
|
[](mailto:thijs@opzeker.it)
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 👋 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.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
|
||||||
|
### 💬 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*
|
||||||
|
|
||||||
|
</div>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue