-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
45 lines (42 loc) · 1.54 KB
/
contact.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>
IT ME
</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="Nothing But Thieves Broken Machine.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="housekeeping.html">Housekeeping</a>
<a href="#">About the Author</a>
<a href="ref.html">Reference, Further Reading</a>
-->
</div>
<div class="paragraph-left">
<p>Student at CLFS</p>
</div>
<div class="img-right">
<img src="" />
</div>
<div class="paragraph-right">
<a href="https://twitter.com/thatjoelallison?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @thatjoelallison</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</body>
</html>