-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwho-c.html
44 lines (41 loc) · 1.74 KB
/
who-c.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
<!Doctype HTML>
<html>
<head>
<title>
Who was Babbage?
</title>
<link href= "jscript.js">
<link rel="stylesheet" href="general.css">
<link rel="stylesheet" href="article.css">
<meta charset= "UTF-8">
<link rel="icon" href="cog_icon_2CE_icon.ico"><link rel="icon" href="cog_icon_2CE_icon.ico">
</head>
<body>
<audio autoplay loop>
<source src="09-1426.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 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="ref.html">Reference, Further Reading</a>
<!--<a href="housekeeping.html">Housekeeping</a>
<a href="contact.html">About the Author</a>
-->
</div>
<div class="paragraph-left">
<p>Babbage was born in Walworth, Surrey in late December 1791. He had three siblings, sadly his two brothers died in early childhood. However, his sister outlived Babbage. His father was Benjamin Babbage and his mother Elizabeth Plumleigh Teape.
He went to Trinity College, Cambridge, and graduated in 1814.</p>
</div>
<div class="paragraph-right">
<p><img src="charles-babbage.jpg" class="img-profile" /></p>
<p>He thought of the idea for the engine when he was working on nautical tables, and realised how many errors there were.</p>
</div>
</body>
</html>