-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjavascripts.html
More file actions
48 lines (40 loc) · 3.24 KB
/
javascripts.html
File metadata and controls
48 lines (40 loc) · 3.24 KB
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>
<meta charset="utf-8">
<title>My Javascript Projects</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<img src="mybanner.jpg">
<table id="nav-table">
<thead>
<tr>
<th id="nav-td"><a href="https://np756.github.io/index.html"><img src="home.png"</a></th>
<th id="nav-td"><a href="https://np756.github.io/javascripts.html"><img src="javascripts.png"</a></th>
<th id="nav-td"><a href="https://np756.github.io/apps.html"><img src="apps.png"</a></th>
<th id="nav-td"><a href="https://np756.github.io/about.html"><img src="about.png"</a></th>
<th id="nav-td"><a href="https://np756.github.io/finalproject.html"><img src="FinalProject.png"</a></th>
</tr>
</thead>
</table>
<h1>My Javascript Page</h1>
<p>
This is the javascript page where I will put up all my projects. <br>
Again, there's not too much here right now, but there will be soon. <br>
It should be filled with interesting things by the end of the semester! <br>
</p>
<p>My Dancing Bitmoji, which changes places everytime you refresh </p>
<h2><a href="https://www.khanacademy.org/computer-programming/plamondon_dancingbitmoji/6507187964264448">plamondon_dancingBitmoji</a></h2><script src="https://www.khanacademy.org/computer-programming/plamondon_dancingbitmoji/6507187964264448/embed.js?editor=no&buttons=no&author=no&embed=yes"></script>
<p>My Racing Bitmoji, they race everytime you refresh </p>
<h2><a href="https://www.khanacademy.org/computer-programming/plamondon_racing_bitmoji/6001509856231424">plamondon_racing_bitmoji</a></h2><script src="https://www.khanacademy.org/computer-programming/plamondon_racing_bitmoji/6001509856231424/embed.js?editor=no&buttons=no&author=no&embed=yes"></script>
<p>My Music Genre Decision Tree, answers the questions to find something to listen to </p>
<h2><a href="https://www.khanacademy.org/computer-programming/plamondon_decision/6433125166530560">plamondon_decision</a></h2><script src="https://www.khanacademy.org/computer-programming/plamondon_decision/6433125166530560/embed.js?editor=no&buttons=no&author=no&embed=yes"></script>
<p>My Bitmoji Follow game, he'll follow your mouse, but don't go too far down</p>
<h2><a href="https://www.khanacademy.org/computer-programming/plamondon_follow/5095715803545600">plamondon_Follow</a></h2><script src="https://www.khanacademy.org/computer-programming/plamondon_follow/5095715803545600/embed.js?editor=no&buttons=no&author=no&embed=yes"></script>
<p>My Bitmoji Tag game </p>
<h2><a href="https://www.khanacademy.org/computer-programming/plamondon_tag/4758210579316736">plamondon_tag</a></h2><script src="https://www.khanacademy.org/computer-programming/plamondon_tag/4758210579316736/embed.js?editor=no&buttons=no&author=no&embed=yes"></script>
<p>My Contacts List App</p>
<h2><a href="https://www.khanacademy.org/computer-programming/plamondon_contacts/4512734600806400">plamondon_contacts</a></h2><script src="https://www.khanacademy.org/computer-programming/plamondon_contacts/4512734600806400/embed.js?editor=no&buttons=no&author=no&embed=yes"></script>
<body>
</html>