A Pen by Chaiwa Berian on CodePen.
Last active
February 18, 2017 19:11
-
-
Save chaiwa-berian/cdf9e32105e3b2670622d92a03c8de97 to your computer and use it in GitHub Desktop.
MichaelChilufyaSata
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<nav class="navbar navbar-toggleable-md navbar-inverse bg-inverse"> | |
<figure class="figure"> | |
<a class="navbar-brand" href="#">Michael Chilufya Sata</a> | |
<figcaption class="figure-caption">Tribute Page</figcaption> | |
</figure> | |
</nav> | |
<div class="container"> | |
<div class="row container"> | |
<div class="col-sm-6"> | |
<figure class="figure"> | |
<img class="img-fluid" src="http://res.cloudinary.com/demolabs/image/upload/v1487414204/codepen/sata.jpg" alt="Michael Chilufya Sata"> | |
<figcaption class="figure-caption"> | |
<a href="https://en.wikipedia.org/wiki/Michael_Sata" target="_blank">Michael Chilufya Sata</a> </figcaption> | |
<cite title="Zambia's 5th President">Zambia's 5th President</cite> | |
</figure> | |
</div> | |
<div class="col-sm-9"> | |
<blockquote class="blockquote "> | |
<p class="mb-0">“Outstanding son of Africa! Gifted with unique, admirable leadership abilities and strong values!” | |
</p> | |
<footer class="blockquote-footer">Uhuru Kenyatta <cite title="Kenya's President">Kenya's 4th President</cite></footer> | |
</blockquote> | |
</div> | |
</div> | |
<div class="jumbotron"> | |
<h1>Biography</h1> | |
<p class="lead">The fifth Zambian president, former Governor Michael Chilufya Sata, took his oath of office on September 23, 2011, after leading his political party for 10 years. He died in London on October 28, 2014, leaving Vice President Guy Scott as Acting President | |
until a presidential by-election was held on 20 January 2015. President Sata served as the embodiment of perseverance, determination, ambition, vision, compassion, hard work, honesty, charisma, forthrightness and selflessness. He is one person through | |
whom Zambians can mirror themselves in their quest to attain a virtuous society! | |
</p> | |
<hr class="my-4"> | |
<p></p> | |
<p class="lead"> | |
Mr Sata's legacy stands as a perfect example of a man and whose life the future generations can learn from. Through his life and works, Zambia can guide herself on a road to equity, social justice and economic advancement. A Michael Chilufya Sata biography | |
can be a reference point for shaping the thinking and attitudes of many Zambians, now and in the future. As a society, we can use our own Michael Chilufya Sata to teach children in primary and secondary schools the virtues of hard work and good | |
citizenship. | |
</p> | |
<p> | |
<a class="btn btn-primary btn-lg" href="https://en.wikipedia.org/wiki/Michael_Sata" target="_blank" role="button">Read more...</a> | |
</p> | |
</div> | |
</div> | |
<footer class="text-muted"> | |
<div class="container text-center"> | |
<p> | |
<author>By <a href="https://chaiwa-berian.github.io/portfolio/" target="_blank">Chaiwa Berian</a></author>. Find this project on <a href="https://github.com/chaiwa-berian">GitiHub</a>.</p> | |
<p>Courtesy of <a href="https://www.freecodecamp.com" target="_blank">freeCodeCamp</a> Copyright©2017</p> | |
</div> | |
</footer> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment