-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (54 loc) · 2.84 KB
/
index.html
File metadata and controls
67 lines (54 loc) · 2.84 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
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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - A Pen by Nosayba </title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<!DOCTYPE html>
<html>
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
<nav id="nav">
<div class="navbar" >
<a href="https://codepen.io/Nosa-25/full/povWqJY">Home</a>
<a href="https://en.m.wikipedia.org/wiki/Martin_Luther_King_Jr.">Links</a>
<a href="contact.asp">Contact</a>
</div>
</nav>
<body style="background-color:lightgray;">
<main id="main" >
<h1 id="title"> Martin Luther King </h1>
<p> "Freedom is one thing. You have it all or you are not free"</p>
<br>
<figure >
<div id="img-div">
<img id="image" hight="450" width="450"
src="https://legallegacy.files.wordpress.com/2016/06/dr-martin-luther-king-jr-1967-stanford-university.jpg"
alt="Martin luther saying a speech" /><br>
<figcaption id="img-caption" >1st President of the Southern Christian Leadership Conference.</figcaption></br>
</div></figure>
<section id="tribute-info">
<h2> Little about this King </h2>
<p>
He was born in January 15, 1929 in Atlanta, Georgia, U.S.
King is best known for advancing civil rights through nonviolence and civil disobedience, inspired by his Christian beliefs and the nonviolent activism of Mahatma Gandhi.
King led the 1955 Montgomery bus boycott and in 1957 became the first president of the Southern Christian Leadership Conference (SCLC). He helped organize the 1963 March on Washington, where he delivered his famous "I Have a Dream" speech.
On October 14, 1964, King won the Nobel Peace Prize for combating racial inequality through nonviolent resistance.
He was assassinated on April 4, 1968 in Memphis, Tennessee. His death was followed by riots in many U.S. cities.
Hundreds of streets in the U.S. have been renamed in his honor, and a county in Washington was rededicated for him.
</p>
<iframe width="450" height="421" src="https://www.youtube.com/embed/vP4iY1TtS3s" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<blockquote>
<p>"Darkness cannot drive out darkness; only light can do that. Hate cannot drive out hate; only love can do that.”
“The ultimate measure of a man is not where he stands in moments of comfort and convenience, but where he stands at times of challenge and controversy.”</p>
<cite>-- Martin Luther King Jr. </cite>
<p>More about <a id="tribute-link" href="https://en.m.wikipedia.org/wiki/Martin_Luther_King_Jr."
target ="_blank">Martin Luther </a></p>
</section> </main>
</body>
</html>
<!-- partial -->
</body>
</html>