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

finishedBuild1 #46

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# Lab 2 - Starter
[Published Site](https://alaguelo.github.io/Lab2_Starter/)
Binary file added Weekly_meeting_example.mp4
Binary file not shown.
Binary file added favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
202 changes: 202 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,202 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Meeting Minutes Webpage" />
<link rel="icon" type="image/jpg" href="favicon-32x32.png" />
<title>Meeting Minutes</title>
</head>
<body>
<header>
<h1><b>Meeting Title: Welcome!</b></h1>
<h2>Meeting Topic: Team Kickoff</h2>
<h2>Meeting Date: <input type="date"></h2>
</header>
<hr>
<nav>

<ul>
<li><a href="#agenda"><h3>Agenda</h3></a></li>
<li><a href="#unfinished"><h3>Unfinished Business</h3></a></li>
<li><a href="#new"><h3>New Business</h3></a></li>
<li><a href="#miscellaneous"><h3>Miscellaneous/Comments/Questions</h3></a></li>
<li><a href="#pictures"><h3>Picture Section</h3></a></li>
<li><a href="#audio/video"><h3>Audio and Video Recording</h3></a></li>
</ul>

</nav>
<hr>
<main id="main">
<h2><strong>Attendance List</strong></h2>
<h3><span> Present</span></h3>
<ul>
<li><i>Altair</i></li>
<li><i>Bea</i></li>
<li><i>Ashton</i></li>
<li><i>Jason</i></li>
<li><i>Gavin</i></li>

</ul>
<div>
<h3>Absent</h3>
<ul>
<li><em>Tony</em></li>
<li><em>Justin</em></li>
<li><em>Lucas</em></li>
</ul>
</div>
<hr>
<section id="agenda">
<h2>Agenda</h2>
<ol>
<li>
<h3>Meeting Kickoff</h3>
<p>Having our first serious meeting.</p>
<ul>
<li><input type="checkbox">
Define Roles
</li>
<li><input type="checkbox">
Rules of Development
</li>
<li><input type="checkbox">
Team Contract
</li>
</ul>
</li>
<li>
<h3>Branding, Group Page & Video</h3>
<p>Deciding our group branding, updating our group page, and creating our group intro.</p>
<ul>
<li><input type="checkbox">
Team Brand
</li>
<li><input type="checkbox">
Team Page
</li>
<li><input type="checkbox">
Team Intro Video
</li>
</ul>
</li>
<li>
<h3>Group Bonding</h3>
<p>Having fun with our group!</p>
<ul>
<li><input type="checkbox">
Group Activity
</li>
</ul>
</li>
</ol>
</section>
<hr>
<section id="unfinished">
<h2>Unfinished Business</h2>
<ul>
<li>
<h3>Meetup with team for the first time</h3>
</li>
</ul>
Right now we don't have a lot of unfinished business because <br>
project just started, but for future reference this area could be longer. (Hopefully not)
</section>
<hr>
<section id="new">
<h2>New Business</h2>
<ul>
<li>
<h3>Start thinking about flow and team logistics</h3>
</li>
</ul>
</section>
<hr>
<section id="miscellaneous">
<h2>Miscellaneous/Questions/Comments</h2>
<ul>
<li>When will weekly meetings be scheduled?</li>
<li>Who are our group leads?</li>
<li>How and when do we assign/choose roles?</li>
</ul>
</section>
<hr>
<section id="pictures">
<h2>Pictures</h2>
<details>
<summary>
Click to Expand Note
</summary>
<p>These are just examples since we haven't had an actual meeting.</p>
</details>
<h3>Diagram 1</h3>
<img src="meetingimg1.png" alt="example img 1" width="400" height="350" title="Example 1">
<h3>Diagram 2</h3>
<img src="whiteboard-diagram.jpg" alt="example img 2">
</section>
<hr>
<section id="audio/video">
<h2>Audio and Video Recordings</h2>
<details>
<summary>
Click to Expand Note
</summary>
<p>These are just examples since we haven't had an actual meeting.</p>
</details>
<h3>Audio Recording of Meeting</h3>
<audio controls src="weekly_meeting_audio.mp3"></audio>
<h3>Video Recording of Meeting</h3>
<video controls width="400" src="Weekly_meeting_example.mp4"></video>
</section>
<hr>
</main>

<footer>
<form>
<fieldset>
<h3>Rate our Page</h3>
<label for="1">Rating: 1</label>
<input type="radio" name="1" id="1">
<label for="2">2</label>
<input type="radio" name="2" id="2">
<label for="3">3</label>
<input type="radio" name="3" id="3">
<label for="4">4</label>
<input type="radio" name="4" id="4">
<label for="5">5</label>
<input type="radio" name="5" id="5">
<br>
<label for="datalist">Do you like our page?</label>
<input type="text" name="datalist" id="datalist" list="ratingList">
<datalist id="ratingList">
<option>Yes</option>
<option>Super yes!</option>
</datalist>

<br>
<label for="sure">Are you sure?</label>
<select name="sure" id="sure">
<option>Yes</option>
<option>Super yes!</option>
</select>


</fieldset>
<fieldset>
<h3>Comment Section</h3>
<h4>Add a Comment!</h4>
<textarea name="Comment Section" id="comments" cols="30" rows="10"></textarea>
<button>Post</button>
</fieldset>
<fieldset>
<label for="questions">Any questions? Contact us here:</label>
<input type="text" name="questions" id="questions" placeholder="Type here!">
</fieldset>
<fieldset>
<label for="suggestions">Have suggestions? Let us know here:</label>
<input type="text" name="suggestions" id="suggestions" placeholder="Type here!">
</fieldset>
</form>
</footer>
</body>
</html>
Binary file added meetingimg1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions part2.txt
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
Fill in the passphrases here.
1. greenEggsAndHam
2. iHateCplusplus
3. HTMLRocks
4. JavaScriptRules
5. SvelteBeatsReact
6. ThisIsJS
7. YouFoundMe
8. coolcoolcool
9. 2020sucked
10. listenToTheBlackKeys
11. a11yComesFirst
12. iLoveWebDev
Binary file added screenshots/Screenshot 2024-04-13 005326.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added weekly_meeting_audio.mp3
Binary file not shown.
Binary file added whiteboard-diagram.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.