Both sides previous revisionPrevious revisionNext revision | Previous revision |
handleiding_nieuw:startpagina [2025/04/15 20:02] – support | handleiding_nieuw:startpagina [2025/04/17 15:51] (current) – support |
---|
<html> | <html> |
<div style="display: flex; flex-wrap: wrap; gap: 2em; background: #f9f9fb; border: 1px solid #e1e4e8; padding: 1.5em; border-radius: 10px; font-family: sans-serif; box-shadow: 0 2px 8px rgba(0,0,0,0.04);"> | <!-- 🎯 Banner --> |
| <div style="background: linear-gradient(135deg, #e0f0ff, #ffffff); border-radius: 12px; padding: 2em; text-align: center; margin-bottom: 2em; border: 2px solid #cce4f7;"> |
| <h1 style="font-size: 2.5em; color: #2a7ae2; margin-bottom: 0.2em;">🚀 Sumsonite Launchpad</h1> |
| <p style="font-size: 1.2em; color: #444;">Springplank voor gebiedsontwikkeling: van verkennen tot rekenen</p> |
| </div> |
| |
<!-- Gebiedsontwikkeling.nu --> | <!-- 💡 Inhoudsblok --> |
<div style="flex: 1 1 48%;"> | <div style="padding: 2em; background-color: #f9f9f9; border: 2px solid #ddd; border-radius: 12px; font-family: sans-serif; max-width: 900px; margin: 0 auto;"> |
<div style="display: flex; align-items: center; margin-bottom: 1em;"> | |
<img src="https://upload.wikimedia.org/wikipedia/commons/4/45/Globe_icon.svg" alt="Gebiedsontwikkeling.nu logo" style="height: 28px; margin-right: 10px;"> | |
<h2 style="font-size: 1.3em; margin: 0; color: #444;">Laatste artikelen van Gebiedsontwikkeling.nu</h2> | |
</div> | |
| |
<ul id="go-nieuws" style="list-style: none; padding: 0; margin: 0; font-size: 0.95em; color: #333;"> | <p style="font-size: 1.1em; line-height: 1.6em; color: #333;"> |
<li>⏳ Nieuws wordt geladen...</li> | Welkom bij het <strong>Sumsonite Launchpad</strong> – jouw centrale plek voor <em>rekenen, verkennen en verdiepen</em>. |
</ul> | Of je nu net begint of al aan het finetunen bent: hier vind je de tools, uitleg en inspiratie om direct aan de slag te gaan met jouw project. |
</div> | </p> |
| |
<!-- LinkedIn Sumsonite --> | <div style="margin-top: 2em;"> |
<div style="flex: 1 1 48%;"> | |
<div style="display: flex; align-items: center; margin-bottom: 1em;"> | |
<img src="https://upload.wikimedia.org/wikipedia/commons/c/ca/LinkedIn_logo_initials.png" alt="LinkedIn" style="height: 28px; margin-right: 10px;"> | |
<h2 style="font-size: 1.3em; margin: 0; color: #0077b5;">Laatste nieuws van Sumsonite</h2> | |
</div> | |
| |
<iframe src="/wiki/linkedin-feed.html" width="100%" height="300" frameborder="0" style="border:1px solid #cddcdd; border-radius:4px;"></iframe> | <h2 style="color: #2a7ae2;"> |
| 🔧 <a href="/wiki/doku.php?id=handleiding_nieuw:sumsonite_menu" style="color: #2a7ae2; text-decoration: none;">Handleidingen & Dashboards</a> |
| </h2> |
| <p style="margin-top: -0.5em;">Leer hoe je Sumsonite gebruikt, ontdek de schermen, en krijg inzicht in de functies – stap voor stap.</p> |
| |
| <h2 style="color: #2a7ae2;"> |
| 📊 <a href="/wiki/doku.php?id=handleiding_nieuw:kengetallenboek" style="color: #2a7ae2; text-decoration: none;">Kengetallen & Profielen</a> |
| </h2> |
| <p style="margin-top: -0.5em;">Blader door het digitale kengetallenboek, vergelijk typologieën en zie wat duurzame keuzes doen met je kostprijs.</p> |
| |
| <h2 style="color: #2a7ae2;"> |
| 🧱 <a href="/wiki/doku.php?id=handleiding_nieuw:spacematrix" style="color: #2a7ae2; text-decoration: none;">Stedelijke Dichtheid: beelden én berekeningen</a> |
| </h2> |
| <p style="margin-top: -0.5em;">Verken inspirerende voorbeelden en gebruik de rekenmodule om te ontdekken wat past bij jouw plan.</p> |
| |
| <h2 style="color: #2a7ae2;"> |
| 👀 <a href="/wiki/doku.php?id=handleiding_nieuw:demo_project" style="color: #2a7ae2; text-decoration: none;">Voorbeeldproject bekijken</a> |
| </h2> |
| <p style="margin-top: -0.5em;">Ontdek hoe je al deze onderdelen samenbrengt in het fictieve project <strong>Stadshof Zuid</strong>, compleet met profielen, beelden en rekentool.</p> |
| |
<div style="text-align:right; margin-top:1em;"> | |
<a href="https://www.linkedin.com/company/sumsonite/posts/" target="_blank" style="display:inline-block; background:#0077b5; color:#fff; padding:0.6em 1.1em; border-radius:5px; text-decoration:none; font-weight:bold;"> | |
🔗 Bekijk op LinkedIn | |
</a> | |
</div> | |
</div> | </div> |
| |
</div> | <div style="margin-top: 2em; padding: 1em; background-color: #eef6ff; border-left: 4px solid #2a7ae2; border-radius: 6px;"> |
| <p style="margin: 0; font-size: 1.1em; color: #222;"><strong>Let’s launch.</strong> 🚀 Bekijk, probeer, en bouw aan je plan met inzicht en snelheid.</p> |
| </div> |
| |
<!-- JavaScript: RSS-feed ophalen via proxy --> | </div> |
<script> | |
fetch("https://api.rss2json.com/v1/api.json?rss_url=https://www.gebiedsontwikkeling.nu/feed/") | |
.then(response => response.json()) | |
.then(data => { | |
const list = document.getElementById("go-nieuws"); | |
list.innerHTML = ""; | |
const items = data.items.slice(0, 3); | |
for (const item of items) { | |
const date = new Date(item.pubDate).toLocaleDateString("nl-NL"); | |
const li = document.createElement("li"); | |
li.style.marginBottom = "0.7em"; | |
li.innerHTML = `📌 <a href="${item.link}" target="_blank" style="color:#2a7ae2; text-decoration:none; font-weight:bold;">${item.title}</a><br><span style="font-size:0.85em; color:#777;">${date}</span>`; | |
list.appendChild(li); | |
} | |
}) | |
.catch(() => { | |
document.getElementById("go-nieuws").innerHTML = "<li>⚠️ Nieuws kon niet geladen worden.</li>"; | |
}); | |
</script> | |
</html> | </html> |
| |