|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 5 | + <meta charset="utf=8" /> |
| 6 | + <title>Linus Torvalds</title> |
| 7 | + <link rel="stylesheet" href="styles.css" /> |
| 8 | +</head> |
| 9 | +<body> |
| 10 | + <main id="main"> |
| 11 | + <header class="header"> |
| 12 | + <h1 id="title">Linus Torvalds</h1> |
| 13 | + <hr> |
| 14 | + <p class="subtitle">The man who invented the Linux kernel</p> |
| 15 | + </header> |
| 16 | + <div id="img-div"> |
| 17 | + <img id="image" src="https://ideas.ted.com/wp-content/uploads/sites/3/2016/04/featured_torvalds_linux_ted_31.jpg" alt="picture of Linus Torvalds" /> |
| 18 | + <figcaption id="img-caption"><p>He also created the distributed version control system Git and the scuba dive logging and planning software Subsurface.</p></figcaption> |
| 19 | + </div>u |
| 20 | + <div id="tribute-info"> |
| 21 | + <h2><strong>Here's a timeline of Linus Torvald's life:</strong></h2> |
| 22 | + <hr> |
| 23 | + <ul class="list"> |
| 24 | + <li><p><strong>1969</strong> - Born in Helsinki, Finland</p></li> |
| 25 | + <li><p><strong>1988</strong> - Started attending University of Helsinki</p></li> |
| 26 | + <li><p><strong>1991</strong> - Publically releases first Linux prototype.</p></li> |
| 27 | + <li><p><strong>1994</strong> - Version 1.0 of Linux was released.</p></li> |
| 28 | + <li><p><strong>1996</strong> - Graduated with a Master's Degree in Computer Science from NODES research group.</p></li> |
| 29 | + <li><p><strong>1996</strong> - Accepted a position at Transmeta.</p></li> |
| 30 | + <li><p><strong>2003</strong> - Moved to Open Source Development Labs</p></li> |
| 31 | + <li><p><strong>2004</strong> - Torvalds and his family moved to Dunthorpe, Oregon</p></li> |
| 32 | + </ul> |
| 33 | + <hr> |
| 34 | + <blockquote cite="https://www.goodreads.com/work/quotes/2300585-just-for-fun-the-story-of-an-accidental-revolutionary">“There are three things that have meaning for life. They are the motivational factors for everything in your life––for anything that you do or any living thing does: The first is survival, the second is social order, and the third is entertainment. Everything in life progresses in that order.”</blockquote> |
| 35 | + </div> |
| 36 | + <p>Find out more <a id="tribute-link" target="_blank" href="https://en.wikipedia.org/wiki/Linus_Torvalds">here</a>!</p> |
| 37 | + </main> |
| 38 | +</body> |
| 39 | +</html> |
0 commit comments