forked from ci-wdi-900/html-interview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (63 loc) · 2.71 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Henlo</title>
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Henlo</title>
</head>
<body>
<h1>I have questions for Antonio.</h1>
<div><a href="https://www.github.com/abruiz25">This is a link to Antonio's GitHub profile.</a></div>
<img alt="Antonio" src="https://avatars.githubusercontent.com/u/89878760?v=4" width="250" />
<div>
<p>
He agreed to answer the questions so that I can:
<ul>
<li>Pass this class</li>
<li>Get 100% on this assignment</li>
</ul>
</p>
</div>
<div>
<h2>Q&A</h2>
<ol>
<b><li>Who are you?</b> I am Antonio.</li>
<b><li>What is your favorite way to waste money?</b> Subscriptions. </li>
<b><li>What do you consider the most underrated virtue?</b> Time.</li>
<b><li>When are you happiest</b> At the gym.</li>
<b><li>Where is home?</b> At the gym.</li>
<b><li>What's a reocurring theme in your life?</b> The gym. </li>
<b><li>How do you define childhood?</b> Fun. </li>
<b><li>What is your favorite time of day?</b> 7:33 p.m. </li>
<b><li>Who is your favorite person?</b> My older sister. </li>
<b><li>Which person or place do you miss that only exists in a photo?</b> The military. </li>
</ol>
</div>
<div>
<h2>Wait, there's more!</h2>
<a href="https://www.github.com/xericguzman">This is a link to my GitHub profile.</a></div>
<img alt="a handsome man." src="https://avatars.githubusercontent.com/u/7960469?v=4" width="250" />
<div>
<div>
<p>I figured it'd be appropriate for me to answer the questionnaire, too. See my answers below!
<ol><b><li>Who are you?</b> Eric. </li>
<b><li>What is your favorite way to waste money?</b> Short-range taxi rides. </li>
<b><li>What do you consider the most underrated virtue?</b> Patience.</li>
<b><li>When are you happiest</b> When I'm sewing. </li>
<b><li>Where is home?</b> New York for now. </li>
<b><li>What's a reocurring theme in your life?</b> The ol' college try. </li>
<b><li>How do you define childhood?</b> Long. </li>
<b><li>What is your favorite time of day?</b> The cold, early morning. </li>
<b><li>Who is your favorite person?</b> My younger brother. </li>
<b><li>Which person or place do you miss that only exists in a photo?</b> Two Bits Retro Arcade on Essex. </li>
</ol>
</p>
</div>
</body>
</html>