-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbooks.html
45 lines (40 loc) · 1.07 KB
/
books.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
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<title>Jonathan Knudsen</title>
<style>
p, ul {
font-size: 160%;
}
a {
text-decoration: none;
}
</style>
</head>
<body>
<p>
<a href="index.html">Home</a> |
<a href="articles.html">Published Work</a> |
<a href="books.html"><b>Books</b></a> <!-- |
<a href="resume.html">Resume</a> -->
</p>
<hr/>
<p>
<a href="https://sites.google.com/site/kickbuttjk/" target="_blank">
<img src="images/kickbutt.jpg" height="240"/>
</a>
<a href="https://www.amazon.com/Beginning-J2ME-Novice-Professional-Third/dp/1590594797/" target="_blank">
<img src="images/begin-j2me.jpg" height="240"/>
</a>
<a href="https://www.amazon.com/exec/obidos/ASIN/1590590775/" target="_blank">
<img src="images/wireless-java.jpg" height="240"/>
</a>
<a href="https://www.amazon.com/exec/obidos/ASIN/1565927184/" target="_blank">
<img src="images/learning-java.jpg" height="240"/>
</a>
<a href="https://www.amazon.com/exec/obidos/ASIN/1565926927/" target="_blank">
<img src="images/lmstorms.jpg" height="240"/>
</a>
</p>
</body>
</html>