-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathref.html
74 lines (63 loc) · 2.56 KB
/
ref.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
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
<title>
Reference / Further Reading
</title>
<link rel="icon" href="cog_icon_2CE_icon.ico"><link rel="icon" href="cog_icon_2CE_icon.ico">
<link rel="stylesheet" href="general.css">
<link rel="stylesheet" href="article.css">
<link href= "jscript.js">
<meta charset= "UTF-8">
</head>
<body>
<audio autoplay loop>
<source src="Cosmo Sheldrake - Wriggle Mr Jukes Edit.mp3" type="audio/mpeg">
</audio>
<div class="title"><img src="BabbageProject.png" width = "768" height="311.309" /></div>
<marquee>
Welcome!
</marquee>
<div class="topnav" id="myTopnav">
<a href="index.html">Home</a>
<a href="who-c.html">Who Was Babbage?</a>
<a href="who-a.html">Who Was Lovelace?</a>
<a href="inf.html">Influence on Modern Technology</a>
<a href="how-work.html">How does the Engine work?</a>
<a href="#">Reference, Further Reading</a>
<!--<a href="housekeeping.html">Housekeeping</a>
<a href="contact.html">About the Author</a>
-->
</div>
<div class="centre">
<table>
<tr>
<th>Source</th>
<th>Image</th>
</tr>
<tr>
<td>Padua, Sydney. The Thrilling Adventures of Lovelace and Babbage *The (Mostly) True Story of the First Computer. Pantheon Books, 2015.</td>
<td><img src="paduathrilladvent.jpg" /></td>
</tr>
<tr>
<td>Woolley, Benjamin. The Bride of Science: Romance, Reason and Byron's Daughter. Pan Books, 2015.</td>
<td><img src="woolleylvelcebrdsci.jpg" /></td>
</tr>
<tr>
<td>Swade, Doron. The Cogwheel Brain: Charles Babbage and the Quest to Build the Fist Computer. Little, Brown and Company, 2000.</td>
<td><img src="swadecogwhlbrn.jpg" /></td>
</tr>
<tr>
<td>Swade, Doron. Charles Babbage and His Calculating Engines. Science Museum, 1998.</td>
<td><img src="scimusbbecalceng.jpg" /></td>
</tr>
<tr>
<td>Babbage, Charles, and Henry Prevost. Babbage. Babbage's Calculating Engines: Being a Collection of Papers Relating to Them, Their History, and Construction. Cambridge University Press, 2010.</td>
<td><img src="cambridgebbecalc.jpg" /></td>
</tr>
<tr>
<td>and for help designing the webite--
Duckett, Jon. HTML & CSS: Design and Build Websites. John Wiley & Sons, Inc., 2015.</td>
<td><img src="ducketthtmlandcss.jpg" /></td>
</tr>
</table>
</div>
</body>
</html>