Skip to content

Instantly share code, notes, and snippets.

@ZeroCoolHacker
Last active December 5, 2017 20:46
Show Gist options
  • Save ZeroCoolHacker/c7c3224ff8ceb460bab792462df0e96b to your computer and use it in GitHub Desktop.
Save ZeroCoolHacker/c7c3224ff8ceb460bab792462df0e96b to your computer and use it in GitHub Desktop.
Tribute Page
<div class="container">
<div class="jumbotron">
<h1 class="text-primary text-center">Leader Imran Khan</h1>
<h2 class="text-center"><em>Who saved 193 million people</em></h2>
<div class="thumbnail">
<img src="http://p.imgci.com/db/PICTURES/CMS/246700/246783.jpg" alt="Imran Khan shaking hands with the Queen.">
<div class="caption">
<p class="text-center">Imran Khan,the one shaking hands with queen, is introduced to the Queen by Intikhab Alam, Lord's, 1971</p>
</div>
</div><!-- End of thumbnail -->
<div class="container">
<h3>Here's a timeline of Imran Khan's Life:</h3>
<ul>
<li>
<b>1952</b> - Born in Lahore, Punjab, Pakistan
</li>
<li>
<b>1963</b> - Started playing Cricket
</li>
<li>
<b>1969</b> - Played Cricket for Lahore-A and Lahore-B
</li>
<li>
<b>1971</b> - Khan made his Test cricket debut against England in 1971 Edgbaston
</li>
<li>
<b>1972</b> - Enrolled in Keble College Oxford
</li>
<li>
<b>1973</b> - Played for University of Oxford's Blues cricket team
</li>
<li>
<b>1975</b> - Graduated with honours in Philosophy, Politics and Economics
</li>
<li>
<b>1976</b> - Returned to Pakistan and joined Pakistan Native Team
</li>
<li>
<b>1978</b> - Finished 3rd at 139.7 km/h in a fast bowling contest at Perth
</li>
<li>
<b>1995</b> - Married Jamima Goldsmith
</li>
</ul>
<blockquote><h3>"Spirituality does two things for you. One, you are forced to become more selfless, two, you trust to providence. The opposite of a spiritual man is a materialist. If I was a materialist I would be making lots of money doing endorsements, doing cricket commentary. I have no interest in that."</h3>
<footer>Saying by <cite title="Imran Khan">Imran Khan</cite></footer>
</blockquote>
<p>You can find more information on <a href="https://en.wikipedia.org/wiki/Imran_Khan">Wiki page</a></p>
</div> <!-- End of timeline -->
</div> <!-- End of jumbotron -->
<hr>
<p class="text-center"><small>Written and coded by <a href="www.shahzaib.ga">Shahzaib Akash</a></small></p>
</div> <!-- End of container -->
body {
margin-top: 60px;
}
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment