-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuggest.html
40 lines (32 loc) · 1.32 KB
/
suggest.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
<!DOCTYPE html>
<html>
<head>
<title>Suggest an Activity</title>
<link rel="stylesheet" type="text/css" href="sideStyle.css">
<meta charset="UTF-8">
<!-- PLEASE NO CHANGES BELOW THIS LINE (UNTIL I SAY SO) -->
<script language="javascript" type="text/javascript" src="ideaBus/libraries/p5.js"></script>
<script language="javascript" type="text/javascript" src="ideaBus/ideaBus.js"></script>
<!-- OK, YOU CAN MAKE CHANGES BELOW THIS LINE AGAIN -->
</head>
<body>
<header id ="sketch-holder">
<!-- Our sketch will go here! -->
</header>
<article>
<p>Have an ingenious idea for a alternative bus stop activity? Please let us know and add to these ideas!</p>
<br><br>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeqLx0J08-rmQRefr8c4vbwA_HK4vhk1ZZi0P9n9us5OxCvPg/viewform?embedded=true" width="760" height="500" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</article>
<nav style="padding-top: 5%;
padding-bottom: 5%;">
<ul>
<li class="buttonFloatLeft">
<p class="buttonLeft"><a href="index.html">Home</a></p></li>
<li class="buttonFloatRight">
<p class="buttonRight"> <a href="about.html">About</a></p></li>
</ul>
</ul>
</nav>
</body>
</html>