|
| 1 | +<style> |
| 2 | + .card { |
| 3 | + border: 1px solid #e1e1e1; |
| 4 | + border-radius: 8px; |
| 5 | + transition: 0.3s; |
| 6 | + background-color: #fff; |
| 7 | + } |
| 8 | + .card:hover { |
| 9 | + box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); |
| 10 | + transform: translateY(-5px); |
| 11 | + } |
| 12 | +</style> |
| 13 | + |
1 | 14 | # Home Lab |
2 | 15 |
|
3 | 16 | *Placeholder for Server & VM documentation.* |
|
6 | 19 | - **Servers**: (To be documented) |
7 | 20 | - **Virtual Machines**: (To be documented) |
8 | 21 | - **Containers**: (To be documented) |
| 22 | + |
| 23 | + |
| 24 | +<div class="grid cards" borderless style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;"> |
| 25 | + |
| 26 | + <div class="card"> |
| 27 | + <img src="https://via.placeholder.com/400x200?text=Security+CCTV" alt="CCTV" style="width:100%; border-radius: 8px;"> |
| 28 | + <div style="padding: 10px;"> |
| 29 | + <h3>📹 Security Setup</h3> |
| 30 | + <p>A deep dive into our outdoor CCTV and 🏃 motion presence detection system.</p> |
| 31 | + <p><a href="security/cctv/">Read Article →</a></p> |
| 32 | + </div> |
| 33 | + </div> |
| 34 | + |
| 35 | + <div class="card"> |
| 36 | + <img src="https://via.placeholder.com/400x200?text=Coffee+Machine" alt="Coffee" style="width:100%; border-radius: 8px;"> |
| 37 | + <div style="padding: 10px;"> |
| 38 | + <h3>☕ Smart Kitchen</h3> |
| 39 | + <p>Automating the morning ☕ coffee machine and tracking the 🧼 washing machine cycles.</p> |
| 40 | + <p><a href="kitchen/appliances/">Read Article →</a></p> |
| 41 | + </div> |
| 42 | + </div> |
| 43 | + |
| 44 | + <div class="card"> |
| 45 | + <img src="https://via.placeholder.com/400x200?text=Connectivity" alt="Network" style="width:100%; border-radius: 8px;"> |
| 46 | + <div style="padding: 10px;"> |
| 47 | + <h3>📡 Infrastructure</h3> |
| 48 | + <p>How our 🛰️ satellite dish keeps the house 🔊 speakers and smart devices online.</p> |
| 49 | + <p><a href="network/starlink/">Read Article →</a></p> |
| 50 | + </div> |
| 51 | + </div> |
| 52 | + |
| 53 | +</div> |
0 commit comments