-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb4e180
commit 7a9313f
Showing
1 changed file
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>2023-07-22</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<!-- Styles --> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="stylesheet" href="https://bootswatch.com/5/cyborg/bootstrap.min.css"> | ||
|
||
<!-- Scripts --> | ||
<script src="https://code.jquery.com/jquery-3.6.3.min.js"></script> | ||
</head> | ||
<body> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark"> | ||
<div class="container"> | ||
<a class="navbar-brand " href="/TagGang/index.html">TagGang</a> | ||
<div class="navbar-collapse"> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/TagGang/logs.html">Meeting Logs</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/TagGang/gallery.html">Gallery</a> | ||
</li> | ||
</ul> | ||
<ul class="navbar-nav ms-auto"> | ||
<li class="nav-item"> | ||
<a class="nav-link active" href="https://github.com/accellarando/TagGang"> | ||
<img src="https://github.com/fluidicon.png" alt="GitHub" width="32" height="32"> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
|
||
<div class="container"> | ||
<h1>Meeting of 2023-07-22</h1> | ||
<h2>Meeting Notes</h2> | ||
<ul> | ||
<li> | ||
We're back! :) | ||
<ul> | ||
<li>Running a couple of weeks behind schedule - milestone 1 should've been done by July 14</li> | ||
<li>Will be able to catch up over the summer though | ||
</ul> | ||
<li> | ||
Borrowing a Raspberry Pi 3 Model B from InnoSys | ||
</li> | ||
</li> | ||
|
||
<li> | ||
<strong>TO DO </strong>(before next meeting): | ||
<ul> | ||
<li>Dana: Start designing PiHat CNC schematic</li> | ||
<li>Ella: Collaborate with Dana on schematic, then start designing PCB</li> | ||
<li>Next meeting is TBD, will check back in on Wednesday</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
|
||
<h2>Next Meeting: <a href="2023-07-22.html">2023-07-22</a></h2> | ||
|
||
<h2>Previous Meeting: <a href="2023-04-17.html">2023-04-17</a></h2> | ||
|
||
</div> | ||
</body> | ||
</html> |