Skip to content

Commit

Permalink
added meetings to logs to update website
Browse files Browse the repository at this point in the history
  • Loading branch information
danaescandor committed Aug 17, 2023
1 parent eebf6de commit 92f4fa4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/logs.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,31 @@ <h2 class="card-title"><a href="meetings/{{DATE}}.html">{{DATE}}</a></h2>
</div> <!-- end card-body -->
</div> <!-- end card -->

<div class="card">
<div class="card-header">
<h2 class="card-title"><a href="meetings/20230816.html">2023-03-02</a></h2>
</div> <!-- end card-header -->
<div class="card-body">
<ul class="list-group list-group-flush">
<li>Updates on physical build and custom PCB</li>
<li>Discussion on schedules and GUI</li>
</ul>
<a href="meetings/20230816.html">More...</a>
</div> <!-- end card-body -->
</div> <!-- end card -->

<div class="card">
<div class="card-header">
<h2 class="card-title"><a href="meetings/20230809.html">2023-03-02</a></h2>
</div> <!-- end card-header -->
<div class="card-body">
<ul class="list-group list-group-flush">
<li>huh?</li>
</ul>
<a href="meetings/20230809.html">More...</a>
</div> <!-- end card-body -->
</div> <!-- end card -->

<div class="card">
<div class="card-header">
<h2 class="card-title"><a href="meetings/20230802.html">2023-08-02</a></h2>
Expand Down Expand Up @@ -140,6 +165,7 @@ <h2 class="card-title"><a href="meetings/20230302.html">2023-03-02</a></h2>
<a href="meetings/20230302.html">More...</a>
</div> <!-- end card-body -->
</div> <!-- end card -->

</div> <!-- end flex-cards -->

</div> <!-- end container -->
Expand Down

0 comments on commit 92f4fa4

Please sign in to comment.