-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 1.11 KB
/
index.html
File metadata and controls
33 lines (33 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="head">
<h1>Tribute to Charles Babbage</h1>
</header>
<div class="card">
<img src="IMG_1045.jpeg" alt="">
<h2>About Charles Babbage</h2>
<p>Charles Babbage was an English polymath, mathematician, philosopher, invester, andmechanical engineer, widely regarded as apioneer of computing and
often credited with originating the concept of a digital programmable computer.
</p>
</div>
<div class="card">
<h3>Achievements</h3>
<ul>
<li>Designing the difference Engine and the Analytic Engin.</li>
<li>Was a founding member of the Analytical Society</li>
<li>Successfully broke the Vigenere autokey cipher</li>
<li>Invited the speedometer and the locomotive cowcatcher</li>
</ul>
</div>
<footer>
<p>Created by Development. ©2025 All Right Reserved</p>
</footer>
</body>
</html>