Skip to content

Commit e74455e

Browse files
added more files
1 parent 6141edd commit e74455e

File tree

3 files changed

+106
-0
lines changed

3 files changed

+106
-0
lines changed

bnxTest.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title></title>
5+
<style type="text/css">
6+
body {
7+
border: 1px;
8+
background-color: none;
9+
}
10+
h2 {
11+
border: 1px;
12+
background-color: none;
13+
color: cornflowerblue;
14+
font-style: monospace;
15+
}
16+
a {
17+
border: 1px;
18+
background: none;
19+
color: chartreuse;
20+
padding: 6px;
21+
}
22+
</style>
23+
</head>
24+
<body>
25+
<table class="menu">
26+
<tr>
27+
<td class="wordselect"><a href="pgbnx.html">Back to Home Page</a></td>
28+
</tr>
29+
</table>
30+
<hr />
31+
<h2>Test Login</h2>
32+
<form name="Login">
33+
<p>Email Address:<input type="text" name="email" /></p>
34+
<p>Password:<input type="password" name="password" /></p>
35+
<ul><a href="maintest.html">Login to Test</a></ul>
36+
</form>
37+
</body>
38+
</html>

pageinterview.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>PageBnx</title>
5+
<style type="text/css">
6+
body {
7+
border: 1px;
8+
background-color: deepskyblue;
9+
}
10+
</style>
11+
</head>
12+
<body>
13+
<h1>Interview</h1>
14+
<table class="menu">
15+
<tr>
16+
<td class="wordselect"><a href="pgbnx.html">PageBnx</a></td>
17+
<td class="menupipe">|</td>
18+
<td class="wordselect"><a href="pageinterview.html">Bnx Interview</a></td>
19+
<td class="menupipe">|</td>
20+
<td class="wordselect"><a href="bnxTest.html">Test login/out</a></td>
21+
<td class="menupipe">|</td>
22+
<td class="wordselect"><a href="play.html">Fun Tub</a></td>
23+
<td class="menupipe">|</td>
24+
<td class="wordselect"><a href="shop.htm">Shopping</a></td>
25+
</tr>
26+
</table>
27+
<hr />
28+
<strong>Select what you <u>DID<u> do.</strong>
29+
<input type="checkbox" />bought an electric car<br />
30+
<input type="checkbox" />installed solar panels<br />
31+
<input type="checkbox" />none of the above<br />
32+
</body>
33+
</html>

play.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Fun Tub</title>
5+
<style type="text/css">
6+
body {
7+
border: 1px;
8+
background-color: deepskyblue;
9+
}
10+
</style>
11+
</head>
12+
<body>
13+
<h1>Home Page</h1>
14+
<table class="menu">
15+
<tr>
16+
<td class="wordselect"><a href="pgbnx.html">PageBnx</a></td>
17+
<td class="menupipe">|</td>
18+
<td class="wordselect"><a href="pageinterview.html">Bnx Interview</a></td>
19+
<td class="menupipe">|</td>
20+
<td class="wordselect"><a href="bnxTest.html">Test login/out</a></td>
21+
<td class="menupipe">|</td>
22+
<td class="wordselect"><a href="play.html">Fun Tub</a></td>
23+
<td class="menupipe">|</td>
24+
<td class="wordselect"><a href="shop.htm">Shopping</a></td>
25+
</tr>
26+
</table>
27+
<hr />
28+
<h2>Welcome to the Fun Tub!</h2>
29+
<strong>Games:</strong>
30+
<ul><li><a href="https://www.gimkit.com/creative/discovery">Gimkit</a></li></ul>
31+
<ul><li><a href="https://sso.prodigygame.com/game/recent_logins/choose?rid=b02023da-26a5-48df-8dec-ba9cb3f5566f">Prodigy Game Recent Logins</a></li></ul>
32+
<ul><li><a href="https://studio.code.org/home">Code</a></li></ul>
33+
<ul><li><a href="https://scratch.mit.edu/explore/projects/all" hreflang="es">Scratch Explore</a></li></ul>
34+
</body>
35+
</html>

0 commit comments

Comments
 (0)