Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lastday154/7ee5322a3213fb20a068 to your computer and use it in GitHub Desktop.
Save lastday154/7ee5322a3213fb20a068 to your computer and use it in GitHub Desktop.
Buddha's Tribute Page
<div class ="container">
<div class="jumbotron">
<div class="row">
<div class="col-xs-12">
<h1 class="text-center"> Gautama Buddha</h1>
<h2 class="text-center"><em>The man who saved a billion lives</em></h2>
<div class="thumbnail"><img src="http://www.susannepardigon.de/mediathek/buddha4.jpg">
<div class="caption text-center"> Buddha enlightened under bodhi tree</div>
</div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 ">
<h3>Here's a time line of Dr. Borlaug's life:</h3>
<ul>
<li><strong>623BC</strong>- born in Lumbini,Nepal</li>
<li><strong>535BC</strong>- Enlightened under bodhi tree in Bodigaya, Bihar,India</li>
<li><strong>535BC-onward</strong>-He wandered around Northeast India for decades, teaching all who would listen. He covered a "territory some 150 miles long by 250 miles wide, an area somewhat smaller than Ireland or the state of Pennsylvania." 2 He had tens of thousands of disciples and accumulated a large public following. He later established an order of monks and a corresponding order of nuns. His wife Yaśodhara became the first nun. </li>
<li><strong>545BC</strong>- Died in Kuśinagara, at the age of 80 </li>
</ul>
</div>
<blockquote>
<p>"Decay is inherent in all things. Be sure to strive with clarity of mind for Nirvana"</p>
<footer><cite>Buddha's final word</cite> </footer>
</blockquote>
<div>
<h4> If you have time, you should read more about this incredible human being on his <a href="https://en.wikipedia.org/wiki/Gautama_Buddha" target="_blank" >Wikipedia entry. </a> </h4>
</div>
</div>
</div>
</div>
<footer class="text-center">
<p> Written and coded by
<a href="https://www.freecodecamp.com/lastday154" target="_blank">Steve Tuan</p></a>
</footer>
</div>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment