-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjavascripts.html
More file actions
73 lines (69 loc) · 3.6 KB
/
javascripts.html
File metadata and controls
73 lines (69 loc) · 3.6 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html>
<head>
<style>
body{
background-color: #85b8ff
}
.linkImages{
width: 25%;
border: 2px solid black;
margin: 20px;
padding: 20px
}
</style>
<meta charset="utf-8">
<title> Mark's Javascripts </title>
</head>
<body>
<img src="my-banner.jpg">
<table>
<thead>
<tr>
<td> <a href="index.html">
<img src="home-button.png">
</a> </td>
<td> <a href="javascripts.html">
<img src="javascripts-button.png">
</a> </td>
<td> <a href="apps.html">
<img src="apps-button.png">
</a> </td>
<td> <a href="about_me.html">
<img src="about-me-button.png">
</a> </td>
<td> <a href="final_project.html">
<img src="final_project_btn.png">
</a> </td>
</tr>
</thead>
</table>
<h1> My Javascripts</h1>
<p> Here you will find Javascript programs that I have created. The images are linked to the Khan Academy website where you can watch the program run
and see the code that was written. </p>
<a href="https://www.khanacademy.org/computer-programming/bowen_bitmoji_resize/4852234140729344"><img src="resize_pic.png" class="linkImages">
</a>
<a href="https://www.khanacademy.org/computer-programming/bowen_racing_bitmoji_fun/4721847624220672"><img src="race_pic.png" class="linkImages">
</a>
<a href="https://www.khanacademy.org/computer-programming/bowen_dancingbitmoji/5531834819756032"><img src="dancing_java.png" class="linkImages">
</a>
<a href="https://www.khanacademy.org/computer-programming/follow_bowen/4843268151132160"><img src="follow_program.png" class="linkImages">
</a>
<a href="https://www.khanacademy.org/computer-programming/bowen_decision/6078284176769024"><img src="decision_image.png" class="linkImages">
</a>
<a href="https://www.khanacademy.org/computer-programming/bowen_multiplication/5502728525266944"><img src="multiplication_table.png" class="linkImages">
</a>
<a href="https://www.khanacademy.org/computer-programming/bowen_bitmoji_line/4827498194616320"><img src="bitmoji_line.png" class="linkImages">
</a>
<a href="https://www.khanacademy.org/computer-programming/spin-off-of-project-make-it-rain/5475778016526336"><img src="make_it_rain.png" class="linkImages">
</a>
<a href="https://www.khanacademy.org/computer-programming/bowen_bitmoji_resize/4852234140729344"><img src="objects.png" class="linkImages">
</a>
<a href="https://www.khanacademy.org/computer-programming/bowen_educationalapp/6438544878551040"><img src="educational_app.png" class="linkImages">
</a>
<a href="https://www.khanacademy.org/computer-programming/extra-scene-maker-for-frogger/5976526513979392"><img src="frogger.png" class="linkImages">
</a>
<a href="https://www.khanacademy.org/computer-programming/bowen-memory/4856241188454400"><img src="memory_game.png" class="linkImages">
</a>
</body>
</html>