Skip to content

Instantly share code, notes, and snippets.

@wanyutu
Created July 9, 2018 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wanyutu/98b0932ab5f20fbed1697edc40e79276 to your computer and use it in GitHub Desktop.
Save wanyutu/98b0932ab5f20fbed1697edc40e79276 to your computer and use it in GitHub Desktop.
Tribute Page To Dr Martin Luther King Jr-FreeCodeCamp Project
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
<div id="main">
<div id="title">
<h1>Dr Martin Luther King Junior</H1>
<p> Civil Rights Activist (1929–1968)</p>
<div id="img-div">
<img id="image" src="https://upload.wikimedia.org/wikipedia/commons/0/05/Martin_Luther_King%2C_Jr..jpg" alt="Dr Martin luther king Jr" source="wikimedia.com">
<div id="img-caption">Dr Martin Luther King Jr</div>
</div>
<div id="tribute-info">
<ul>
<h3>Here's a time line of Dr Martin Luther King Jr</h3>
<li><strong>1929</strong> - Martin luther King jnr was born in Atlanta, Georgia, to the Reverend Martin Luther King, Sr. and Alberta Williams King.Young Martin had an older sister, Willie Christine, and a younger brother, Alfred Daniel Williams King. The King children grew up in a secure and loving environment</li>
<li><strong>1944</strong> - Growing up in Atlanta, Georgia, young Martin entered public school at age 5 and Graduated from Booker T. Washington High School and was admitted to Morehouse College at age 15.</li>
<li><strong>1948</strong> - King is ordained and0 becomes assistant pastor at Ebenezer Baptist Church in Atlanta, his father’s church.King also graduates from Morehouse College with bachelor’s degree in sociology. </li>
<li><strong>1948</strong> - Receives degree from Crozer Theological Seminary (Chester, Pa.), enrolls in Boston University Ph.D program.</li>
<li><strong>1955</strong> - Received Doctorate of Philosophy in Systematic Theology from Boston University, Boston, Massachusetts on June 5 1955,Dissertation Title: A Comparison of the Conception of God in the Thinking of Paul Tillich and Henry Nelson Weiman. Joins the bus boycott after Rosa Parks was arrested on December 1. On December 5, he is elected president of the Montgomery Improvement Association, making him the official spokesperson for the boycott. </li>
<li><strong>1956</strong> -On November 13, the Supreme Court rules that bus segregation is illegal, ensuring victory for the boycott. King’s home is bombed while he is speaking at a meeting. His wife and daughter are unharmed. </li>
<li><strong>1957</strong> - King forms the Southern Christian Leadership Conference to fight segregation and achieve civil rights. On May 17,Dr. King speaks to a crowd of 15,000 in Washington, D.C. King delivers his first national address, "Give Us The Ballot," at the Prayer Pilgrimage for Freedom.</li> <li><strong>1958</strong> - The U.S. Congress passed the first Civil Rights Act since reconstruction King’s first book, Stride Toward Freedom, is published.At a book signing in Harlem, King is stabbed with a letter opener by a mentally ill woman. Doctors remove the seven-inch blade from his chest.Met with President Dwight D. Eisenhower, along with Roy Wilkins, A. Philip Randolph, and Lester Grange on problems affecting black Americans.</li>
<li><strong>1959</strong> - Visited India to study Mohandas Gandhi’s philosophy of nonviolence. Resigns as pastor from the Dexter Avenue Baptist Church to concentrate on civil rights full time.He moves to Atlanta to direct the activities of the Southern Christian Leadership Conference.</li>
<li><strong>1963</strong> - On Good Friday, April 12, King is arrested with Ralph Abernathy by Police Commissioner Eugene “Bull” Connor for demonstrating without a permit. On April 13, the Birmingham campaign is launched. This would prove to be the turning point in the war to end segregation in the South.During the eleven days he spent in jail, MLK writes his famous Letter from a Birmingham Jail. On May 10, the Birmingham Agreement is announced. The stores, restaurants, and schools will be desegregated, hiring of blacks implemented, and charges dropped. June 23, MLK leads 125,000 people on a Freedom Walk in Detroit. August 28, King delivers his “I Have a Dream” speech at the Lincoln Memorial as more than 200,000 demonstrators take part in the March on Washington for Jobs and Freedom.Four girls are killed when a bomb explodes at the 16th Street Baptist Church in Birmingham.King delivers eulogy for three of the slain girls. On November 22, President Kennedy is assassinated</li> <img src="https://steemitimages.com/DQmSkjK4ygArLuBKgZGQmaf6NZNrQwB16mNrZkLq14MguZJ/martin-luther-king-quotes-i-have-a-dream-2.jpg" class="dream" alt="i have a dream" ><figcaption class=dream>I Have A Dream</figcaption>
<li><strong>1964</strong> - On January 3, King appears on the cover of Time magazine as its Man of the Year. King attends the signing ceremony of the Civil Rights Act of 1964 at the White House on July 2.</li><iframe width="560" height="315" src="https://www.youtube.com/embed/obDkKhraAiQ?rel=0&amp;start=6" class="video" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<li><strong>1967</strong> - The Supreme Court upholds a conviction of MLK by a Birmingham court for demonstrating without a permit. King spends four days in a Birmingham jail. On November 27, King announces the inception of the Poor People’s Campaign focusing on jobs and freedom for the poor of all races.
Dr. King marches in support of sanitation workers on strike in Memphis, Tennessee. On March 28, King lead a march that turns violent. This was the first time one of his events had turned violent. Delivered I’ve Been to the Mountaintop speech. King announces that the Poor People’s Campaign will culminate in a March on Washington demanding a $12 billion Economic Bill of Rights guaranteeing employment to the able-bodied, income to those unable to work, and an end to housing discrimination.</li>
<li><strong>1968</strong> - At sunset on April 4, Martin Luther King, Jr. is fatally shot while standing on the balcony of the Lorraine Motel in Memphis, Tennessee. There are riots and disturbances in 130 American cities. There were twenty thousand arrests.
King’s funeral on April 9 is an international event. Within a week of the assassination, the Open Housing Act is passed by Congress.</li>
</ul>
<div id="funeral">
<a href="https://imgur.com/JqR50MA"><img src="https://i.imgur.com/JqR50MA.jpg" title="source: imgur.com" alt="Dr King's Funeral" /></a> <figcaption>Dr King's Funeral</figcaption>
<div id="quote">
<blockquote class="article-quotebox"><strong>"Intelligence plus character - that is the goal of true education,"</strong></blockquote>
<p>Dr Martin Luther King Jr</p>
</div><div id="footer">
<p>If you have time, you should read more about this incredible human being on his <a href="https://en.wikipedia.org/wiki/Martin_Luther_King_Jr." id="tribute-link" target="_blank"> Wikipedia entry.</a></p>
<footer>Written and coded by <a href="https://codepen.io/wanyutu/" target="_blank">John Wanyutu </a>&copy;2018</footer>
</div>
</div>
</div>
</div>
</div
#main{
font-family:arial,san-serif,helvetica;
background-color:#F0FFF0;
}
.dream,.video {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}
h1,p{
text-align:center;
font-weight:bold;
padding-top:0;
padding-bottom:0;
}
#img-div{
text-align:center;
max-width:none;
}
h3{
text-align:center;
}
ul{
line-height:1.9rem;
margin:0 auto;
padding-left:250px;
padding-right:250px;
padding-bottom:20px;
}
#footer,#funeral{
text-align:center;
padding-bottom:15px
}
#quote{
line-height:4;
font-size:1.5rem;
padding-bottom:10px;
}
@media(min-width:500px){
#main{
display:flex;
height:100%;
}
}
img{
max-width:100%;
text-align:center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment