Compare commits
24 Commits
581b9d8494
...
main
Author | SHA1 | Date | |
---|---|---|---|
fd161e4fd8 | |||
055ae63a7a | |||
1cad560342 | |||
84b7329d4d | |||
5660449711 | |||
cd5cdcec11 | |||
85f93568de | |||
5d29b9e18e | |||
acb6ba0f39 | |||
973f2c1b31 | |||
bf30683399 | |||
7a29cb16cd | |||
78af9eb907 | |||
fab9d60a86 | |||
7cd08af5dc | |||
222127d6e6 | |||
ddc334977b | |||
436325cd85 | |||
2c4ca7e9ce | |||
4b84fbfa52 | |||
7c5fa2b71f | |||
2fe1a2a666 | |||
82a77d835d | |||
d8f5e3f88d |
61
index.html
Normal file
61
index.html
Normal file
@@ -0,0 +1,61 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html lang="en">
|
||||
<meta charset="UTF-8">
|
||||
<head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h3>Jalapeno Poppers Ingredients:</h3>
|
||||
|
||||
<ul>
|
||||
<li>Cream Cheese</li>
|
||||
<li>Applewood Beacon</li>
|
||||
<li>Garlic Powder</li>
|
||||
<li>Pimento Cheese</li>
|
||||
<li>Serrano Peppers</li>
|
||||
<li>Lime Juice</li>
|
||||
<li>Sweet Onion</li>
|
||||
<li>Cilantro</li>
|
||||
</ul>
|
||||
|
||||
<h3>To Do's List:</h3>
|
||||
|
||||
<ol>
|
||||
<li>Complete a lession on The Odin Project.com</li>
|
||||
<li>Earns at least $100 a day by doing Instant Cart.</li>
|
||||
<li>Return Stitich's Fix Clothing to Post Office.</li>
|
||||
</ol>
|
||||
|
||||
<h3>List of places I'd like to visit:</h3>
|
||||
|
||||
<ul>
|
||||
<li>To see my father in San Diego.</li>
|
||||
<li>Visit my family in El Paso, TX.</li>
|
||||
<li>Meeting new people in Austin, TX.</li>
|
||||
</ul>
|
||||
|
||||
<h3>My all time top 5 favorite video games or movies:</h3>
|
||||
|
||||
<ol>
|
||||
<li>Starcraft 2</li>
|
||||
<li>Prometheus (movie)</li>
|
||||
<li>XCOM: UFO Defense</li>
|
||||
<li>Braveheart</li>
|
||||
<li>World of Warcraft</li>
|
||||
</ol>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
21
index.html.save
Normal file
21
index.html.save
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html lang="en">
|
||||
<meta charset="UTF-8">
|
||||
<head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>Hello, this is testing.
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
BIN
odin-links-and-images/images/dog.jpg
Normal file
BIN
odin-links-and-images/images/dog.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
18
odin-links-and-images/index.html
Normal file
18
odin-links-and-images/index.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html lang="en">
|
||||
<meta charset="UTF-8">
|
||||
|
||||
<head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>Homepage</h1>
|
||||
<a href="https://www.theodinproject.com/about">About The Odin Project</a>
|
||||
|
||||
<a href="./pages/about.html">About</a>
|
||||
|
||||
<img src="./images/dog.jpg" alt="dog">
|
||||
</body>
|
||||
|
||||
</html>
|
14
odin-links-and-images/pages/about.html
Normal file
14
odin-links-and-images/pages/about.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Odin Links and Images</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>About Page</h1>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user