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 .DS_Store
Binary file not shown.
Empty file added .Rhistory
Empty file.
Binary file added MeetingNotes.png
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://aryan-malik-2000.github.io/Lab2/
Binary file added SWE_Diagram.pbm
Binary file not shown.
Binary file added VideoRecording.mp4
Binary file not shown.
Binary file added VoiceNote.mp3
Binary file not shown.
91 changes: 91 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset= "UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aryan's Meeting Minutes</title>
<link rel="110 icon" type="images/png" href="MeetingNotes.png">
</head>
<body>
<header>
<div>Content</div>
<nav>
<ul>
<li><a href="#MainP">Main Page</a></li>
<li><a href="#subscribe">Subscribe to Mailing List</a></li>
</ul>
</nav>
</header>
<main>
<h1 id="MainP">Aryan's Meeting Notes</h1>
<h2>Thing's that people have missed</h2>
<h3>Date: 03/10/2021</h3>
</main>
<section>
Attendence List:
<ol>
<li>Alex</li>
<li>Kelly</li>
<li>Aryan</li>
<li>Peter</li>
<li>Lucas</li>
</ol>
</section>
<hr />
<p><em>The agenda of the meeting will cover -</em> This meeting will cover the previous week's content and also go over what we are going to produce next quarter</p>
<p>New business will be what the boss wants to cover from <b>HR</b></p>
<p>There were no <strong>comments / questions / concerns</strong> that anyone brought up</p>
<p><i>Please subscribe to the email list at the bottom if you miss a meeting</i></p>
<br />
<img src="SWE_Diagram.pbm" alt="Image">
<hr />
<audio controls>
<source src="VoiceNote.mp3" type="audio/mpeg">
</audio>
<hr />
<video width="320" height="240" controls>
<source src="VideoRecording.mp4" type="video/mp4">
</video>
<hr />
<form action="FormProcessor" method="get">
<fieldset>
<legend>About you?</legend>
<p>Name: <input type="text" name="Name" /> </p>
<p>Date of Birth: <input type="date" name="DOB" /> </p>
<p>Are you free for next meeting: <input type="checkbox" name="Free" /> </p>
<p>Select what time you prefer:</p>
<input type="radio" name="time1" value="7pm" />7pm <br />
<input type="radio" name="time2" value="8pm" />8pm <br />
<input type="radio" name="time3" value="9pm" />9pm <br />
<p>Leave a message: <br /> </p>
<textarea name="mytxtarea" ></textarea>
</fieldset>
</form>
<label for="browser">What is your favorite browser:</label>
<input list="browsers" name="browser" id="browser">
<datalist id="browsers">
<option value="Safari">
<option value="Firefox">
<option value="Chrome">
</datalist>
<br />
<br />
<br />
<label for="ComputerBrands">Choose a computer brand:</label>
<select name="ComputerBrands" id="ComputerBrands">
<option value="Apple">Apple</option>
<option value="Microsoft">Microsoft</option>
<option value="HP">HP</option>
</select>
<details>
<summary>Some details about me:
</summary>
I like CSE 110 and I like to code back-end.
</details>
<footer>
<h5 id="subscribe">Subscribe</h5>
<input type="text" placeholder="Enter Email Address" />
<button>Submit</button>
</footer>
</body>
</html>
13 changes: 13 additions & 0 deletions part2.txt
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
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. allyComesFirst
12. iLoveWebDev
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.