Skip to content

Instantly share code, notes, and snippets.

Created October 27, 2016 23:00
Show Gist options
  • Select an option

  • Save anonymous/79fbd1b401b72bebf63f5bb65fc302d5 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/79fbd1b401b72bebf63f5bb65fc302d5 to your computer and use it in GitHub Desktop.

Revisions

  1. @invalid-email-address Anonymous created this gist Oct 27, 2016.
    50 changes: 50 additions & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,50 @@
    <div class="container">
    <!-- introduction/info part starts -->
    <div class="row">
    <div class="col-xs-8 col-xs-offset-2 text-center">
    <h1>Howard Thurman</h1>
    <h4>Great civil rights leader</h4>
    <h3><em><small>Key mentor to leaders, including Martin Luther King, Jr.</small></em></h3>
    <div class="thumbnail">
    <img src="https://upload.wikimedia.org/wikipedia/en/e/e5/Howard_thurman.jpg" alt="Howard Thurman">
    <div class="caption">
    <p>Howard Thurman with his book "the growing edge", printed in 1956.</p>
    </div>
    </div>
    </div>
    </div>
    <!-- TIME LINE STARTS -->
    <div class="row">
    <div class="col-xs-12">
    <div class="col-xs-8 col-xs-push-2">
    <h3>Here's a time line of Howard Thurman:</h3>
    <ul>
    <li><strong>1899</strong> - born in Florida, probably in West Palm Beach.</li>
    <li><strong>1923</strong> - Thurman graduated from Morehouse College as valedictorian.</li>
    <li><strong>1925</strong> - he was ordained as a Baptist minister at First Baptist Church of Roanoke, Virginia.</li>
    <li><strong>1928</strong> - he moved to Atlanta, Georgia.</li>
    <li><strong>1929</strong> - Thurman pursued further study as a special student at Haverford College with Rufus Jones, a noted Quaker philosopher and mystic.</li>
    <li><strong>1932-1944</strong> - Thurman served as dean of Rankin Chapel at Howard University.</li>
    <li><strong>1944</strong> - he co-founded, along with Alfred Fisk, the first major interracial, interdenominational church in the United States.</li>
    <li><strong>1949</strong> - wrote "Jesus and the Disinherited", which deeply influenced Martin Luther King, Jr. and other leaders, both black and white, of the modern Civil Rights Movement</li>
    <li><strong>1953-1965</strong> - served as dean of Marsh Chapel at Boston University</li>
    <li><strong>1981</strong> - died on April 10, 1981 in San Francisco, California.</li>
    </ul>
    <!-- quote -->
    <blockquote>
    <h3>“Don’t ask what the world needs. Ask what makes you come alive, and go do it. Because what the world needs is people who have come alive.”.</h3>
    <footer>Howard Thurman</footer>
    </blockquote>
    </div>
    </div>
    </div>
    <!-- LINK -->
    <div class="row text-center">
    <h3>If you want, you can read this man best quotes <a href="https://www.goodreads.com/author/quotes/56230.Howard_Thurman"target="_blank">here</a>.</h3>
    </div>

    </div>
    <hr />
    <footer class="row text-center">
    Written and coded by <a href="https://www.freecodecamp.com/adamorlowskipoland" target="_blank">Adam Orłowski</a>
    </footer>
    6 changes: 6 additions & 0 deletions style.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    .container {
    margin-top: 80px;
    background-color: #EEEEEE;
    padding-bottom: 60px;
    }

    1 change: 1 addition & 0 deletions styles
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
    7 changes: 7 additions & 0 deletions tribute-page.markdown
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    Tribute Page
    ------------
    Tribute Page to Howard Thurman

    A [Pen](http://codepen.io/Adam_Orlov/pen/yaWakp) by [Adam](http://codepen.io/Adam_Orlov) on [CodePen](http://codepen.io/).

    [License](http://codepen.io/Adam_Orlov/pen/yaWakp/license).