User Tools

Site Tools

handleiding_nieuw:startpagina

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
handleiding_nieuw:startpagina [2025/04/15 20:02] supporthandleiding_nieuw:startpagina [2025/04/17 15:51] (current) support
Line 1: Line 1:
 <html> <html>
-<div style="displayflexflex-wrapwrapgap: 2em; background#f9f9fb; border: 1px solid #e1e4e8padding1.5em; border-radius10pxfont-familysans-serifbox-shadow0 2px 8px rgba(0,0,0,0.04);">+<!-- 🎯 Banner --> 
 +<div style="backgroundlinear-gradient(135deg, #e0f0ff, #ffffff)border-radius12pxpadding: 2em; text-aligncenter; margin-bottom: 2em; border: 2px solid #cce4f7;"> 
 +  <h1 style="font-size2.5em; color#2a7ae2margin-bottom0.2em;">🚀 Sumsonite Launchpad</h1> 
 +  <p style="font-size1.2em; color: #444;">Springplank voor gebiedsontwikkeling: van verkennen tot rekenen</p> 
 +</div>
  
-  <!-- Gebiedsontwikkeling.nu --> +<!-- 💡 Inhoudsblok --> 
-  <div style="flex1 1 48%;"> +<div style="padding2embackground-color#f9f9f9border2px solid #dddborder-radius12pxfont-familysans-serifmax-width900px; margin: 0 auto;">
-    <div style="displayflexalign-itemscentermargin-bottom1em;"> +
-      <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-size1.3em; margin: 0; color: #444;">Laatste artikelen van Gebiedsontwikkeling.nu</h2> +
-    </div>+
  
-    <ul id="go-nieuws" style="list-stylenonepadding: 0; margin: 0; font-size0.95em; color: #333;"> +  <style="font-size1.1emline-height1.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-top2em;">
-  <div style="flex: 1 1 48%;"> +
-    <div style="display: flex; align-items: center; margin-bottom1em;"+
-      <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.htmlwidth="100%height="300frameborder="0" style="border:1px solid #cddcddborder-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:kengetallenboekstyle="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-decorationnone;">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>
 +
handleiding_nieuw/startpagina.1744747337.txt.gz · Last modified: 2025/04/15 20:02 by support