-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathindex.html
48 lines (34 loc) · 3.89 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<title>Dhrumil's Simple Website</title>
</head>
<body>
<h1 class="disclaimer"> Disclaimer: This website is a demo and the content presented here is for illustrative purposes only. Any errors, or inconsistencies are intentional and meant for educational use. </h1>
<h1> DPI691MA's Simple Website </h1>
<h4> 10/25/2059 by: Dhrumil and the DPI691MA class </h4>
<p> Hello, and welcome to Dhrumil's GitHub lesson. If you haven't already, please:</p>
<ul>
<li>Read this mind-numbingly bad error-ridden article below.</li>
</ul>
</p>
<p> This is a pretend article about vegetables. Specifically, how long they are and what color they are. There are lots of vegetables in the world, and they are of various colors. They can be white, blue, or yellow; but there are no neon vegetables in nature. That is why this article is so important—to inform you about types of vegetables. Once you're done reading, you should be able to identify whether or not what you're eating is a vegetable. </p>
<a href="https://crypto.com/us"><img src="crypto.jpg" width="400" height="400" alt="ad"></a>
<p> This is a pretend article about vegetables. Specifically, how long they are and what color they are. There are lots of vegetables in the world, and they are of various colors. They can be white, blue, or yellow; but there are no neon vegetables in nature. That is why this article is so important—to inform you about types of vegetables. Once you're done reading, you should be able to identify whether or not what you're eating is a vegetable. </p>
<!-- This is a placeholder for the table of vegetables.-->
<h5> Vegetables on my shopping list. </h5>
<div id="veggiestable"></div>
<p> As you can see in the table above, my shopping list has vegetables of various colors. </p>
<p> First, let's talk about potatoes. Your average potato is 6 inches long and 5 inches wide. Of course, there are various types of potatoes, but if you took every single potato of every size, shape, and variety, they are roughly that size on average. Additionally, most potatoes are brown. Some are white, and some are yellow; some are sweet, and some are mellow. But potatoes are potatoes, and on average, they are brown. </p>
<p> Now let's talk about gym socks. Gym socks are very smelly. So smelly, in fact, that they make your feet smell bad. Actually, I think it is the other way around. Feet imbue the smell into the socks; the socks are not actually the source of the smell. Did you know that? Go figure! </p>
<p> Now carrots, those are orange. Did you know that <a href="http://www.todayifoundout.com/index.php/2010/04/carrots-used-to-be-purple-before-the-17th-century/">carrots actually used to be purple?</a> Yeah, I didn't know that either. But after I read the article I just linked to, I learned it. Then, I knew it! What an interesting fact. I didn't personally unearth that fact, but I linked to it from another website. I also don't unearth carrots; I buy them at the grocery store. </p>
<!-- Insert picture of a purple carrot below this line -->
<img src="purplecarrot.jpeg" alt="Purple carrot" width="500">
<p> In conclusion, gym socks are not vegetables, carrots were once purple, and now you know the average length of a potato. However, you still don’t know the full distribution of potato lengths or how their lengths vary by type. Hopefully, this article has helped you better determine whether or not what you’re eating is a vegetable.
<p> If you're reading this, you've reached the end of the article and probably lost a few brain cells. Now we, a group of professional newspeople, are going to work on improving it. Kind of like a reverse mad-libs. I hope this website helped explain some of the class concepts! Goodbye.</p>
<!-- Load JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.2.8/d3.min.js"></script>
<script src="main.js"></script>
</body>
</html>