Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add entry for upcoming meeting to index.html #81

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions devmtg/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@

<p>Upcoming:</p>
<p>
<a href="2024-04/">April 10-11 2024</a> - Vienna, Austria
<a href="2024-10/">October 22-24, 2024</a> - Santa Clara, CA, USA
</p>

<p>We have had these meetings so far:</p>
<ul>
<li><a href="2023-10/">October 10-12, 2023</a> - Santa Clara, CA</li>

<li><a href="2024-04/">April 10-11 2024</a> - Vienna, Austria</li>
<li><a href="2023-10/">October 10-12, 2023</a> - Santa Clara, CA, USA</li>
<li><a href="2023-05/">May 10-11, 2023</a> - Glasgow, Scotland</li>
<li><a href="2022-11/">November 8-9, 2022</a> - San Jose, CA, USA</li>
<li><a href="2022-05/">May 10-11, 2022</a> - London, UK</li>
Expand Down