Commits: 2

Use Daniel's full name

As discussed via Signal.

index 8b2de38..15682f8 100644
--- a/index.html
+++ b/index.html
@@ -90,7 +90,7 @@
=                
=                <p>🕕 Every Tuesday, 18:00 - 20:00</p>
=                <p>📍 Bibliotheek Bussum</p>
-                <p>🫂 <a href="https://tad-lispy.com/">Tad Lispy</a>, <a href="https://jewiet.com/">Fana Mehari</a>, Arleen, Daniel, Hans, Marianne</p>
+                <p>🫂 <a href="https://tad-lispy.com/">Tad Lispy</a>, <a href="https://jewiet.com/">Fana Mehari</a>, Arleen, Daniel Agorander, Hans, Marianne</p>
=            </section>
=            
=            <p>Currently there is only one group. Do you want to join the network? Get in touch.</p>

Apply more semantic structure to local group card

index 15682f8..3e8f607 100644
--- a/index.html
+++ b/index.html
@@ -55,6 +55,15 @@
=             width: 100%;
=             border-radius: 0.4rem;
=             box-sizing: border-box;
+
+             strong {
+                 font-weight: bold;
+                 text-decoration: none;
+             }
+             
+             dt {
+                 float: left;
+             }
=         }
=        </style>
=    </head>
@@ -87,10 +96,30 @@
=
=            <section class="local-group" id="foss-for-bussum">
=                <h3>Bussum, NL</h3>
-                
-                <p>🕕 Every Tuesday, 18:00 - 20:00</p>
-                <p>📍 Bibliotheek Bussum</p>
-                <p>🫂 <a href="https://tad-lispy.com/">Tad Lispy</a>, <a href="https://jewiet.com/">Fana Mehari</a>, Arleen, Daniel Agorander, Hans, Marianne</p>
+                <dl>
+                    <dt title="time">🕕</dt>
+                    <dd>Every Tuesday, 18:00 - 20:00</dd>
+                </dl>
+
+                <dl>
+                    <dt title="place">📍</dt>
+                    <dd>
+                        <strong>Bibliotheek Bussum</strong><br/>
+                        Wilhelminaplantsoen 18<br/>
+                        1404 JB Bussum
+                    </dd>
+                </dl>
+
+
+                <dl>
+                    <dt title="hosts">🫂</dt>
+                    <dd><a href="https://tad-lispy.com/">Tad Lispy</a></dd>
+                    <dd><a href="https://jewiet.com/">Fana Mehari</a></dd>
+                    <dd>Arleen</dd>
+                    <dd>Daniel Agorander</dd>
+                    <dd>Hans</dd>
+                    <dd>Marianne</dd>
+                </dl>
=            </section>
=            
=            <p>Currently there is only one group. Do you want to join the network? Get in touch.</p>