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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# Lab 2 - Starter
https://trnick.github.io/Lab2_Starter/
Binary file added audiovideo/favicon.ico
Binary file not shown.
Binary file added audiovideo/videomeeting.mp3
Binary file not shown.
Binary file added audiovideo/videomeeting.mp4
Binary file not shown.
139 changes: 139 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name ="description" content="HTML meeting minutes">
<title> Web-App Brainstorm </title>
<link rel="icon" type="image/x-icon" href="audiovideo/favicon.ico">
</head>

<body>
<main>
<header>
<h1> Web-App Brainstorm </h1>
<br>
<h2> Brainstorming </h2>
<br>
<h3> <span style="color:black">Oct 8th 2022</span></h3>
</header>
<nav>
<div>
<h4> Sections</h4>
</div>
<ul>
<li class="section"><a href="#attendance">Attendance</a></li>
<li class="section"><a href="#agenda">Agenda</a></li>
<li class="section"><a href="#unfinished">Unfinished</a></li>
<li class="section"><a href="#new">New</a></li>
</ul>
</nav>
<hr>
<section>
<a name="attendance">
</a>
<h3> Attendance </h3>
<ul>
<li> Nicholas </li>
<li> Andrew </li>
<li> Nathan </li>
</ul>
</section>
<hr>
<section>
<a name="agenda">
</a>
<h3> Agenda </h3>
<ol>
<li>
<details>
<summary> Basics of HTML </summary>
<a href="https://www.freecodecamp.org/news/html-basics-for-beginners/"> Beginner's Guide to HTML</a>
</details>
</li>
<li> How to create a dashboard </li>
<li> How to publish a website </li>
</ol>
</section>
<hr>
<section>
<a name="unfinished">
</a>
<h3> Unfinished </h3>
<p>
<strong> <i> Issue: </i> </strong>
Team was unable learn HTML from previous meeting, and will have to take more
time to look over documentation before resuming progress. Current meeting will
<em>hopefully</em> help progress by providing more information about HTML.
</p>
</section>
<hr>
<section>
<a name="new">
</a>
<h3> New </h3>
<p>
<strong> <i> Discussion: </i> </strong>
The idea of a dashboard was brought up, and would help the website more
accessible for users. We will discuss and decide on an API that will most help
with completing this task.
<br>
<br>
</p>
</section>
<hr>
<section>
<h3> Notes: </h3>
<p>
Everyone should prepare an idea of what API to use or a basic design of a dashboard at the
next meeting so the team can get started on implementation.
</p>
</section>
<hr>
<section>
<h3> Recordings: </h3>
<img src="https://adminlte.io/cdn-cgi/image/quality=80,format=auto,onerror=redirect,metadata=none/wp-content/uploads/2021/06/html-dashboard-template.jpg" alt="HTML Logo" width="400" height="300">
<br>
<audio controls>
<source src="audiovideo/videomeeting.mp3" type="audio/mp3">
</audio>
<br>
<video width="320" height="240" controls>
<source src="audiovideo/videomeeting.mp4" type="video/mp4">
</video>
</section>
</main>


<footer>
<form>
<fieldset>
<strong> <i>Favorite Color: </i> </strong>
<br>
<input list = "FavoriteColor" name = "color" id = "c">
<br>
<br>
<strong> <i> Why Do You Like This Color? </i> </strong>
<br>
<textarea></textarea>
<br>
<br>
<b> <i> Preferred Tone: </i> </b>
<br>
<select name="tone" id="t">
<option value = "Brighter"> Brighter</option>
<option value = "Darker"> Darker</option>
<option value = "Softer"> Softer</option>
</select>
<br>
<br>
<button> Finish </button>
</fieldset>
<datalist id = "FavoriteColor">
<option value = "Blue"></option>
<option value = "Red"></option>
<option value = "Green"></option>
<option value = "Yellow"></option>
</datalist >
</form>
</footer>
</body>
</html>
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.
question 1. greenEggsAndHam
question 2. iHateCplusplus
question 3. HTMLRocks
question 4. JavaScriptRules
question 5. SvelteBeatsReact
question 6. ThisIsJS
question 7. YouFoundMe
question 8. coolcoolcool
question 9. 2020sucked
question 10. listenToTheBlackKeys
question 11. a11yComesFirst
question 12. iLoveWebDev
Binary file removed screenshots/example.png
Binary file not shown.
Binary file added screenshots/w3cproof.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.