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
48 changes: 48 additions & 0 deletions index.html1
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!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>html-assignment 1</title>
</head>

<header>
<h1>This is your first HTML page!</h1>
<h3>Seems like things are going pretty well so far</h3>
<h5>Let's add a recipe for some delicious chocolate chip cookies</h5>
</header>

<body>
<main>
<p>We are going to borrow a ncie picture form General Mills</p>
<img src="https://images.unsplash.com/photo-1558961363-fa8fdf82db35?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MXwxfDB8MXxhbGx8fHx8fHx8fA&ixlib=rb-1.2.1&q=80&w=1080&utm_source=unsplash_source&utm_medium=referral&utm_campaign=api-credit" alt="photo of a cookie" height="400px" width="500px">
<p>Here's what the recipe calls for</p>

<ul>
<lh><strong>Ingredients </strong>(probably not right...)</lh>
<li>6 Eggs</li>
<li>2 Cups of flour</li>
<li>2 Tablespoons of vanilla extract</li>
<li>2 Tablespoons of baking powder</li>
<li>1 cup of sugar</li>
</ul>

<ol>
<lh><strong>Instructions </strong>(may or may not be correct)</lh>
<li>Add eggs, vanilla extract and flour and mix</li>
<li>Combine with baking powder and sugar and stirr</li>
<li>Eat half the cookie batter because it's 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>
</main>
</body>
<footer>
<p>Oh, you don't trust us? You want to see the actual recipe? You can view it right <a href="#">Here</a></p>
</footer>

</html>
108 changes: 108 additions & 0 deletions index.html2
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
<!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>html-assignment 2</title>
</head>

<body>

<header>
<nav>
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#contact">Contact</a>
</nav>
</header>

<main>
<h3>Here is the main section of our page - it consists of a new article</h3>
<h3>Article 1 - 1995 was a pretty crazy year for programming languages</h3>
<p>Don't believe me? Check this table out:</p>

<table>
<tr>
<th>Language</th>
<th>Designed By</th>
<th>First Appeared</th>
</tr>
<tr>
<td>C++</td>
<td>Bhjarne Stroustrup</td>
<td>1983</td>
</tr>
<tr>
<td>Pyhton</td>
<td>Guiddo van Rossum</td>
<td>1991</td>
</tr>
<tr>
<td>Ruby</td>
<td>Yukihiro Matsumoto "Matz"</td>
<td>1995</td>
</tr>
<tr>
<td>Javascript</td>
<td>Brendan Eich</td>
<td>1995</td>
</tr>
<tr>
<td>Java</td>
<td>James Gosling</td>
<td>1995</td>
</tr>
<tr>
<td>PHP</td>
<td>Rasmus Lerdorf</td>
<td>1995</td>
</tr>
</table>

<h3>Article 2 - coming soon...</h3>

<h3>Contact us!</h3>
<h3>General Information</h3>
<form>
<label for="firstname">First Name<label>
<input type="text" id="firstname"><br>
<label for="lastname">Last Name<label>
<input type="text" id="lastname"><br>
<label for="email">Email<label>
<input type="email" id="email"><br>
<label for="dob">Date Of Birth<label>
<input type="date" id="dob">
</form>
<h3>Essential Questions</h3>
<form>
<label>What kind of work do you need?</label><br>
<label>Programming:</label>
<input type="checkbox"><br>
<label>Design:</label>
<input type="checkbox"><br>
<label>Singing:</label>
<input type="checkbox"><br>
<label>Comedy:</label>
<input type="checkbox"><br>
<br>
<label>How interested are you in our design skills?</label><br>
<label for="verylow">Very Low</label>
<input type="radio" id="verylow"><br>
<label for="low">Low</label>
<input type="radio" id="low"><br>
<label for="Medium">Medium</label>
<input type="radio" id="medium"><br>
<label for="high">High</label>
<input type="radio" id="high"><br>
<label for="veryhigh">Very High</label>
<input type="radio" id="veryhigh">
</form>
<button>Submit me!</button>
</main>
</body>

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

</html>
26 changes: 26 additions & 0 deletions index.html3
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!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>html-assignment 3</title>
</head>

<body>
<h1>Welcome Back!</h1>
<h3>Here is a great video from YouTube!</h3>
<iframe width="420" height="315" src="https://www.youtube.com/embed/tgbNymZ7vqY">
</iframe>
<h3>Here's some music from spotify!</h3>
<iframe src="https://open.spotify.com/embed/track/02rbSCTm2smTIZ6d8im2NP" width="420" height="100" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
<p>Want to stay informed? Put your info here!</p>
<form>
<label for="email">Email:</label>
<input type="email" id="email">
<button>Join Our Mailing List!</button>
</form>
</body>

</html>