-
Notifications
You must be signed in to change notification settings - Fork 0
/
tribute-accomp.html
60 lines (55 loc) · 2.77 KB
/
tribute-accomp.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Abraham Lincoln</title>
<link href="style-accomp.css" rel="stylesheet">
</head>
<body>
<main>
<div class="bg" id="kenburns-top"></div>
<div class="title">
<h1 class="tracking-in-expand">Accomplishments</h1>
</div>
<div class="bg-text">
<ul>
<li>
Abraham Lincoln issued the Emancipation Proclamation which began the process of freedom for America's slaves. The document also allowed black soldiers to fight for the Union.
</li>
<li>
Legislation Abraham Lincoln signed into law included the Homestead Act, the Morrill Act, the National Banking Act, and a bill that chartered the first transcontinental railroad.
</li>
<li>
Abraham Lincoln was an unfaltering commander in chief during the Civil War which preserved the United States as one nation.
</li>
<li>
Abraham Lincoln gave a series of great speeches before and during his presidency including the House Divided Speech, the Cooper Union Address, the First Inaugural Address, the Gettysburg Address, and the Second Inaugural Address.
</li>
</ul>
<br>
<p>
<a class="source-info" href="https://rogerjnorton.com/Lincoln87.html">https://rogerjnorton.com/Lincoln87.html</a>
</p>
</div>
<div class="arrow-nav">
<a href="tribute-info.html">
<svg xmlns="http://www.w3.org/2000/svg" class="arrow-left" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="#FAF8F2" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="5" y1="12" x2="19" y2="12" />
<line x1="5" y1="12" x2="11" y2="18" />
<line x1="5" y1="12" x2="11" y2="6" />
</svg>
</a>
<a href="tribute-facts.html">
<svg xmlns="http://www.w3.org/2000/svg" class="arrow-right" width="44" height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="#FAF8F2" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="5" y1="12" x2="19" y2="12" />
<line x1="13" y1="18" x2="19" y2="12" />
<line x1="13" y1="6" x2="19" y2="12" />
</svg>
</a>
</div>
</main>
</body>
</html>