Compare commits
4 Commits
9103542602
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| efb2f9e67d | |||
| 93f54b142e | |||
| 21bcb46092 | |||
| bf1d59ec69 |
@@ -109,6 +109,14 @@ use Michelf\Markdown;
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td class="cal-grid-label">Location</td>
|
||||||
|
<?php foreach ($futureEvents as $event): ?>
|
||||||
|
<td class="text-center cal-grid-cell">
|
||||||
|
<?= htmlspecialchars($event['location'] ?? '') ?>
|
||||||
|
</td>
|
||||||
|
<?php endforeach; ?>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="cal-grid-label">Presentation 1</td>
|
<td class="cal-grid-label">Presentation 1</td>
|
||||||
<?php foreach ($futureEvents as $event): ?>
|
<?php foreach ($futureEvents as $event): ?>
|
||||||
|
|||||||
@@ -114,6 +114,7 @@
|
|||||||
"description": "Monthly In Person Get Together. We'll be in meeting room 3. I'll post the PIN number for the meeting rooms on Discourse.",
|
"description": "Monthly In Person Get Together. We'll be in meeting room 3. I'll post the PIN number for the meeting rooms on Discourse.",
|
||||||
"coordinates": "-27.38621539644283,153.0351689206467",
|
"coordinates": "-27.38621539644283,153.0351689206467",
|
||||||
"location": "Chermside Library",
|
"location": "Chermside Library",
|
||||||
|
"pin": {"ciphertext":"yeGr4KjI","iv":"O7AxFgIwWUhCUwgR","salt":"lLIqzElx9NadqbXIw8ttEw==","tag":"NtlkyQOKXSpx5hXYG8HcAA=="},
|
||||||
"presentation1": {
|
"presentation1": {
|
||||||
"presenter": "@skaylan",
|
"presenter": "@skaylan",
|
||||||
"topic": "Open-source coding assistants with locally-running LLMs"
|
"topic": "Open-source coding assistants with locally-running LLMs"
|
||||||
@@ -441,4 +442,4 @@
|
|||||||
"topic": ""
|
"topic": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user