Skip to content
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
Binary file added Laura.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://tallisdawson.github.io/Lab2/
Binary file added Rico-Nasty.jpg
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 bee.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 bees_meeting.mp3
Binary file not shown.
Binary file added bees_meeting.mp4
Binary file not shown.
Binary file added dorian.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
117 changes: 117 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Meeting Minutes</title>
<link rel="icon"
type="image/png"
href="https://e7.pngegg.com/pngimages/138/702/png-clipart-yellow-and-black-bee-illustration-bee-insect-cartoon-bee-honey-bee-food-thumbnail.png">
</head>
<body>
<header>
<h1>Beekeeper Meeting Minutes</h1>
<h2>Task Management</h2>
<h3>10/01/21</h3>
<nav>
<details>
<summary>Navigation</summary>
<ol>
<li><a href="#Agenda">Agenda</a></li>
<li><a href="#lm">Last meeting</a></li>
<li><a href="#new">New to address</a></li>
<li><a href="#qs">Questions, comments, concerns</a></li>
<li><a href="#recs">Meeting Recordings</a></li>
</ol>
</details>
</nav>
</header>
<main>
<div>
<h3>Attendance List</h3>
<ul>
<li>Rico Nasty <img src="Rico-Nasty.jpg" alt="pic of rico" width="126" height="83"></li>
<li>Laura <img src="Laura.jpg" alt="pic of laura les" width="100" height="100"></li>
<li>Dorian Electra <img src="dorian.jpg" alt="pic of dorian" width="100" height="100"></li>
</ul>
</div>
<hr>
<div>
<h2 id="Agenda">Agenda</h2>

<h3 id="lm">From last meeting</h3>
<p><strong>How to eliminate wasps?!</strong></p>

<h3 id="new">New to address</h3>
<p>We wanna talk bout how to look after bees cuz everyone loves bees and that's why we're here today.
<b>Especially</b> hyperpop artists need to know as it is <em>incredibly</em> on brand.
<span>Also why are our bees being so <i>wiggly and squirmy?</i></span>
</p>

<h3 id="qs">Questions, Comments, Concerns</h3>
<p>Where is the bathroom?</p>
</div>
<hr>
<Section>
<h2 id="recs">Meeting recordings</h2>
<h4>Video</h4>
<video width="300" height="200" controls>
<source src="bees_meeting.mp4" type="video/mp4">
</video>
<h4>Audio</h4>
<audio controls>
<source src="bees_meeting.mp3" type="audio/mp3">
</audio>
<h4>Diagrams</h4>
<img src="bee.png" alt="poorly drawn bee" width="200" height="200">
</Section>




</main>
<footer>
<h5><em>SUBSCRIBE!!!!</em></h5>
<form>
<fieldset>
<input type="text" placeholder="email" />
<input type="checkbox" id="box">
<label for="box">Like bees?</label>
<input type="date" id="dt">
<label for="dt">birthday?</label>

<p>What would you name your bee?</p>
<input type="radio" id="spots" name="name">
<label for="spots">spots</label>
<input type="radio" id="stripes" name="name">
<label for="stripes">stripes</label>
</fieldset>
<fieldset>
<label for="beeStory">Tell us your bee story!!</label><br>
<textarea id="beeStory" name="Bee Story" rows="3" cols="40"></textarea>

<div>
<label for="watbee">What is you favorite kind of bee?</label>
<input list="favBee" id="watbee">
<datalist id="favBee">
<option value="bumble">
<option value="honey">
</datalist>
</div>
<div>
<label for="colors">What color would your hive bee?</label>

<select id="colors">
<option value="pink">pink</option>
<option value="neon pink">NEON pink</option>
<option value="beige">beige</option>
</select>
</div>


<button>Submit</button>
</fieldset>
</form>
</footer>

</body>
</html>
13 changes: 12 additions & 1 deletion part2.txt
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
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 removed screenshots/example.png
Binary file not shown.
Binary file added screenshots/image_2021-10-03_103027.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.