Skip to content

Instantly share code, notes, and snippets.

@Javabob61
Created February 28, 2018 02:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Javabob61/2a75b12f267108d5d0a6cd6ceedab12e to your computer and use it in GitHub Desktop.
Save Javabob61/2a75b12f267108d5d0a6cd6ceedab12e to your computer and use it in GitHub Desktop.
Woz tribute page
<div class="container-fluid"><html>
<body>
<h1>Stephen G. Wozniak</h1>
<h2> "Woz", Cofounder of Apple computers and the PC revolution</h2>
<img id="stretch" src="http://s3.amazonaws.com/evancarmichael/images/Famous/Steve-Wozniak.jpg"/>
<h3>Here's a timeline of Woz's life:</h3>
<ul class="a">
<li><b>Born</b> - August 11,1950. San Jose, California.</li>
<li><b>1968</b> - Graduated from Homestead High School in Cupertino, California.</li>
<li><b>1971</b> - Became friends with Steve Jobs, cofounder of Apple.</li>
<li><b>1976</b> - Developed the Apple I computer.</li>
<li><b>1980</b> - Apple goes public with its stock value standing at US $117 million.</li>
<li><b>1981</b> - Narrowly escapes death while piloting a plane. Needed 2 years to fully recover.</li>
<li><b>1981-83</b> - Sponsored two US Festivals to celebrate evolving technologies.</li>
<li><b>1983</b> - Resumed duties at Apple, where its stock value reaches $985 million.</li>
<li><b>1986</b> - Earned bachelor's degrees in computer science and electrical engineering.</li>
<li><b>1987</b> - Retires from regular employment at Apple. Receives an annual stipend of $120,000.</li>
</ul>
<p> <i>"I had a TV set and a typewriter and that made me think a computer should be laid out like a typewriter with a video screen."
</i> -- Steve Wozniak
</p>
<p2>
<p3>If you'd like to learn more, check out Steven's <a href="https://en.wikipedia.org/wiki/Steve_Wozniak">Wikipedia page.</a></p3>
</p2>
</body>
</html>
</div>
body {
position: relative;
outline: 5px hidden blue;
margin: 50px 50px;
border-style: solid;
border-width: 5px;
border-color: red;
border-radius: 5px;
background-color: lightblue;
}
h1 {
font-size: 70px;
color:blue;
text-align: center;
}
h2 {
padding: 15px;
text-align: center;
font-size: 25px;
}
h3{
margin: 40px 70px 20px 80px;
}
ul {
font-family: verdana;
font-size: 25px;
margin: 20px 100px;
}
#stretch {
height: auto;
width: 90%;
margin: 0px 50px;
}
p{
padding: 10px;
margin: 20px 110px;
font-size: 25px;
}
p2{
position: relative;
margin-left: 110px;
margin-bottom: 50px;
font-size: 30px;
}
p3{
font-size: 30px;
}
<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