-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjavascripts.html
More file actions
81 lines (77 loc) · 4.14 KB
/
javascripts.html
File metadata and controls
81 lines (77 loc) · 4.14 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
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Heather's Javascripts Page</title>
<style>
h1 { color:rgb(31, 66, 29); }
body { background-color:rgb(184, 219, 239); }
</style>
</head>
<body>
<img src="myBanner.jpg">
<table cellpadding="20">
<thead>
<tr>
<th> <a href="index.html"><img src="Home.png"> </a></th>
<th> <a href="javascripts.html"><img src="javascripts.png"> </a></th>
<th> <a href="apps.html"><img src="apps.png"> </a></th>
<th> <a href="about.html"><img src="about.png"> </a></th>
</tr>
</thead>
</table>
<h1>My Javascripts</h1>
<p>This webpage contains the coding projects I will be completing in <br>
CSC 106 using Khan Academy at the University of Rhode Island.</p>
<table cellpadding="20">
<thead>
<tr>
<h2> <th> <a href="https://www.khanacademy.org/computer-programming/tejeda_bitmoji/6229909643018240"></h2><img src="tejeda_bitmoji.jpg"> tejeda_bitmoji </a></th>
<h2> <th> <a href="https://www.khanacademy.org/computer-programming/tejeda_dancingbitmoji/6621776536748032"></h2><img src="tejeda_dancingBitmoji.jpg"> tejeda_dancingBitmoji </a></th>
<h2> <th> <a href="https://www.khanacademy.org/computer-programming/tejeda_racingbitmoji/6398427516715008"></h2><img src="tejeda_racingBitmoji.jpg"> tejeda_racingBitmoji </a></th>
</tr>
</thead>
</table>
<table cellpadding="20">
<thead>
<tr>
<h2> <th> <a href="https://www.khanacademy.org/computer-programming/tejeda_dancingbitmojifun/5699996168044544"></h2><img src="tejeda_dancingBitmojiFun.jpg"> tejeda_dancingBitmojiFun </a></th>
<h2> <th> <a href="https://www.khanacademy.org/computer-programming/tejeda_racingfun/6508375518035968"></h2><img src="tejeda_racingFun.jpg"> tejeda_racingFun </a></th>
<h2> <th> <a href="https://www.khanacademy.org/computer-programming/tejeda_resizebitmoji/5978248040235008"></h2><img src="tejeda_resizeBitmoji.jpg"> tejeda_resizeBitmoji </a></th>
</tr>
</thead>
</table>
<table cellpadding="20">
<thead>
<tr>
<h2> <th> <a href="https://www.khanacademy.org/computer-programming/tejeda_follow/6165549838057472"></h2><img src="tejeda_Follow.jpg"> tejeda_Follow </a></th>
<h2> <th> <a href="https://www.khanacademy.org/computer-programming/tejeda_decision/4907753633038336"></h2><img src="tejeda_decision.jpg"> tejeda_decision </a></th>
</tr>
</thead>
</table>
<table cellpadding="20">
<thead>
<tr>
<h2> <th> <a href="https://www.khanacademy.org/computer-programming/tejeda_bitmoji_line/5683252011024384"></h2><img src="tejeda_bitmoji_line.jpg"> tejeda_bitmoji_line </a></th>
<h2> <th> <a href="https://www.khanacademy.org/computer-programming/tejeda_drybitmoji/4934991901966336"></h2><img src="tejeda_dryBitmoji.jpg"> tejeda_dryBitmoji </a></th>
</tr>
</thead>
</table>
<table cellpadding="20">
<thead>
<tr>
<h2> <th> <a href="https://www.khanacademy.org/computer-programming/tejeda_object/6452441526124544"></h2><img src="tejeda_object.jpg"> tejeda_object </a></th>
<h2> <th> <a href="https://www.khanacademy.org/computer-programming/tejeda_educationalapp/6417903263498240"></h2><img src="tejeda_EducationalApp.jpg"> tejeda_EducationalApp </a></th>
</tr>
</thead>
</table>
<table cellpadding="20">
<thead>
<tr>
<h2> <th> <a href="https://www.khanacademy.org/computer-programming/frogggger/5541303571529728"></h2><img src="tejeda_frogger.jpg"> tejeda_frogger </a></th>
<h2> <th> <a href="https://www.khanacademy.org/computer-programming/leafs/6339498250420224"></h2><img src="tejeda_memory.jpg"> tejeda_memory </a></th>
</tr>
</thead>
</table>
</body>
</html>