forked from volny/creative-theme-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgroup_meetings.html
24 lines (19 loc) · 2.59 KB
/
group_meetings.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<body>
<div style="font-family: Arial, sans-serif; background-color: #f5f5f5; margin: 0; padding: 20px;">
<h2 style="color: white; padding: 10px; background-color: #F05F40; display: inline-block;">Group Meetings Logs:</h2>
<p style="margin: 5px 0; padding: 5px 0;"><strong>1 - 2/9/2023 - Senior project proposals, worked on "Mission Proposal" assignment.</strong></p>
<p style="margin: 5px 0; padding: 5px 0;"><strong>2 - 2/21/2023 - Decided on group project name, created the repositories for the project and for the project webpage for the "Web Page and Meeting Log" assignment.</strong></p>
<p style="margin: 5px 0; padding: 5px 0;"><strong>3 - 3/16/2023 - Planning meeting for the "Initial Project Proposal" assignment paper; decided on paper organization and member section assignments.</strong></p>
<p style="margin: 5px 0; padding: 5px 0;"><strong>4 - 4/4/2023 - Decided on official features we wish to do for the final capstone project (Emergency Button, LEDs / Lights On Clothing, Pedometer / Posture Corrector, Self Tying Shoes); decided on what we'll do for our "Prototype Proposal" assignment (an app that connects to a microcontroller to control some LEDs) and member section assignments.</strong></p>
<p style="margin: 5px 0; padding: 5px 0;"><strong>5 - 4/18/2023 - Prepared for "Prototype Demonstration" assignment, and began planning summer + fall goals and team member section assignments.</strong></p>
<p style="margin: 5px 0; padding: 5px 0;"><strong>6 - 5/1/2023 - Prepared for "Final proposal document and presentation" assignment by finalizing plans for the presentation, the paper, and the website.</strong></p>
<p style="margin: 5px 0; padding: 5px 0;"><strong>7 - 7/6/2023 - Discussed individual project statuses, planned project milestones for remainder of summer (FlutterFlow app, self-tying shoes, Arduino/sensors.</strong></p>
<p style="margin: 5px 0; padding: 5px 0;"><strong>8 - 8/7/2023 - Discussed project statuses, planned projects for August and September (shoes prototype, wardrobe model, app communication and testing).</strong></p>
<p style="margin: 5px 0; padding: 5px 0;"><strong>9 - 8/27/2023 - Discussed project statuses, planned individual assignments for "Web Page" & "Reminder / Project Plan Presentation" & Report, planned next steps for project, planned next meeting agenda.</strong></p>
<p style="margin: 5px 0; padding: 5px 0;"><strong>10 - 8/31/2023 - Discussed major project objectives for September and organized timeline for completing targets.</strong></p>
<!-- Remaining content goes here -->
</div>
</body>
</html>