-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.45 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Mr. Roboger's Neighborhood</title>
<link href="css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="css/styles.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="//www.misterrogers.org/wp-content/themes/mr-rogers/frontend_stuff/assets/inc/images/favicon/v3/favicon.ico">
<script src="js/scripts.js"></script>
</head>
<body>
<div class="container-fluid row">
<div class="col-auto" id="mr-rogers-illustration">
<!-- Styling Reference: https://www.misterrogers.org/ -->
<h1>Mr. Roboger's Neighborhood</h1>
<div class="hidden" id="speech-bubble">
<!-- Placeholder for inserted Robotext -->
</div>
<div id="blurb">
<p>They thought they could replace the legacy of Fred Rogers with <em>Artificial Intelligence</em>. They were sorely mistaken. <br><br> See, Mr. Robogers only understands numbers and barely sounds like his old self. Try having a conversation with him, you'll see what we mean.</p>
</div>
<form class="form row g-2">
<div class="col-auto">
<input class="form-control" id="userInput1" name="userInput1" placeholder="Enter a Number" type="number">
</div>
<div class="col-auto">
<button class="btn btn-primary mb-3" type="submit">Talk to Mr. Robogers</button>
</div>
</form>
</div>
</div>
</body>
</html>