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
47 changes: 47 additions & 0 deletions 1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html>
<html lang="en">


<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>This is your first HTML page!</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>

</head>
<body>
<br>
<hr>
<h1>This is your first HTML page!</h1>
<h2>Seems like things are going pretty well so far</h2>
<h4>Let's add a receipt for some delicious chocolate chip cookies</h4>

<p>We're going to borrow a nice picture from General Mills</p>

<img src="https://images.unsplash.com/photo-1600431562968-ef337c8733ed?ixid=MXwxMjA3fDB8MHxzZWFyY2h8NXx8Y29va2llfGVufDB8fDB8&ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=60"/>

<p>Here is what the recipe calls for</p>

<p>&emsp; <strong>Ingredients</strong> (probably not right...)</p>
<ul>
<li>6 Eggs</li>
<li>2 Cups of flour</li>
<li>2 Tablesppons of vanilla extract</li>
<li>2 Teaspoons of baking powder</li>
<li>1 Cup of sugar</li>
</ul>

<p>&emsp; <strong>Instructions</strong> (may or may not be correct)</p>
<ol>
<li>Add eggs, flour and vanilla extract and mix</li>
<li>Combine with sugar and baking powder and stir</li>
<li>Eat half the cookie batter because it is delicious</li>
<li>Take the rest of the cookie batter and make cookies</li>
<li>Bake at 350 for 25 minutes</li>
<li>Enjoy!</li>
</ol>

<hr>
<p>Oh you don't trust us? You want to see the actual recipe? You can view it right <a href="https://sallysbakingaddiction.com/chocolate-chip-cookies/" target="_blank">Here</a></p>
</body>
</html>
105 changes: 105 additions & 0 deletions 2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
<!DOCTYPE html>
<html lang="en">
<head>

<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Part Two</title>

</head>

<body>
<header>
Inside of header - let's add a navbar with some essential links
<nav>
<a href="#Home">Home</a>
<a href="#About">About</a>
<a href="#Contact">Contact</a>
</nav>
<hr>
</header>
<h1>Here is the main section of our page - it consists of a new articles</h1>
<h1>Article 1 - 1995 was a pretty crazy year for programming languages!</h1>

<p>Don't believe me? Just check this table out:</p>
<table>
<tr>
<td><strong>Language</strong></td>
<td><strong>&emsp;&emsp;&emsp;&emsp;Designed By</strong></td>
<td><strong>&emsp;First Appeared</strong></td>
</tr>
<tr>
<td>C++</td>
<td>&ensp;Bjarne Stroustrup</td>
<td>&emsp;1983</td>
</tr>
<tr>
<td>Python</td>
<td>&ensp;Guido van Rossum</td>
<td>&emsp;1991</td>
</tr>
<tr>
<td>Ruby</td>
<td>&ensp;Yukihiro Matsumoto ("Matz")</td>
<td>&emsp;1995</td>
</tr>
<tr>
<td>JavaScript</td>
<td>&ensp;Brendan Eich</td>
<td>&emsp;1995</td>
</tr>
<tr>
<td>Java</td>
<td>&ensp;James Gosling</td>
<td>&emsp;1995</td>
</tr>
<tr>
<td>PHP</td>
<td>&ensp;Rasmus Lerdorf</td>
<td>&emsp;1995</td>
</tr>
</table>

<h1>Article 2 - Coming soon...</h1>
<h1>Contact us!</h1>
<h1>General Information</h1>

<form>
<label>First Name <input type="text" </label> <br>
<label>Last Name <input type="text" </label> <br>
<label>Email <input type="text" </label><br>
<label>Date Of Birth <input type="text" placeholder="mm/dd/yyyy" onfocus="(this.type='date')" onblur="()"</label>
</form>

<h1>Essential Questions</h1>
<p>What kind of work do you need?</p>
<label for="programming"> Programming:</label>
<input type="checkbox" id="programming" name="programming" value="programming"><br>
<label for="Design"> Design:</label>
<input type="checkbox" id="design" name="design" value="design"><br>
<label for="Signing"> Singing:</label>
<input type="checkbox" id="singing" name="signing" value="signing"><br>
<label for="comedy"> Comedy:</label>
<input type="checkbox" id="comedy" name="comedy" value="comedy"><br>

<p>How interested are you in our design skills?</p>
<label for="verylow"> Very Low</label>
<input type="radio" id="verylow" name="verylow" value="verylow"><br>
<label for="low"> Low</label>
<input type="radio" id="low" name="low" value="low"><br>
<label for="mediym"> Medium</label>
<input type="radio" id="medium" name="medium" value="medium"><br>
<label for="High"> High</label>
<input type="radio" id="high" name="high" value="high"><br>
<label for="veryhigh"> Very High</label>
<input type="radio" id="veryhigh" name="veryhigh" value="veryhigh"><br>

<button type="button">Submit Me!</button>

<footer>
Here is our footer - let's make sure we copyright &copy; this
</footer>

</body>
</html>
33 changes: 33 additions & 0 deletions 3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Part Three</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>

</head>
<body>
<br>
<hr>
<h1>
Welcome Back!
</h1>

<h2>
Here's a great video from YouTube!
</h2>

<iframe width="250" height="200" src="https://www.youtube.com/embed/watch?v=N4_tE6rq4VQ" title="Youtube" allowfullscreen></iframe>

<h2>
Here's some music from Spotify!
</h2>

<iframe src="https://open.spotify.com/embed/track/6snYsavG9vq3C7RGN98dst" width="300" height="380" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>

<br>
<p>Want to stay informed? Put your info here!</p>
<label>Email<input type="text" </label> <button>Join Our Mailing List!</button>
</body>
</html>
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,14 @@
<td>6</td>
<td><a class="btn btn__male">male</a></td>
</tr>
<!-- Sixteenth person -->
<tr>
<td>Tobi Ajetomobi</td>
<td>Speed Darlington</td>
<td>Osun State</td>
<td>4</td>
<td><a class="btn btn__male">Male</a></td>
</tr>


</table>
Expand Down