Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
665
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.83 KB | None | 0 0
  1. <html>
  2.     <style>
  3.         body {
  4.             background-color: white;
  5.             color: black;
  6.             font-family: -apple-system;
  7.         }        
  8.         .header {
  9.             position: absolute;
  10.             top: 40px;
  11.             text-align: center;
  12.             background-color: #eee;
  13.             height: 120%;
  14.             width: 100%;
  15.             left: 0px;
  16.             right: 0px;
  17.         }
  18.         #name {
  19.             color: black;
  20.             font-size: 70px;
  21.             margin-top: 30px;
  22.             margin-bottom: 30px;
  23.         }
  24.         #under-name {
  25.             position: relative;
  26.             bottom: 12px;
  27.             font-size: 18px;
  28.         }
  29.         #picture-of-elon {
  30.             width: 50%;
  31.             margin-top: 20px;
  32.             margin-bottom: 20px;
  33.         }
  34.         .pic {
  35.             text-align: center;
  36.             width: 100%;
  37.             background-color: white;
  38.          }
  39.         #picture-of-elon:hover {
  40.             box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);    
  41.         }
  42.         .text-under-pic {
  43.             text-align: center;
  44.             position: relative;
  45.             bottom: 16px;
  46.         }
  47.         .window-for-pic {
  48.             width: 95%;
  49.             margin: 0 auto;
  50.         }
  51.         .timeline {
  52.             margin-top: -5px;
  53.             top: 10px;
  54.             background-color: #eee;
  55.             color: black;            
  56.         }
  57.         .uls {
  58.             width: 80%;
  59.             line-height: 25px;
  60.             font-size: 20px;    
  61.             text-align: left;
  62.             margin: auto;
  63.         }
  64.         #quote {
  65.             width: 80%;
  66.         }
  67.         #end {
  68.             font-size: 22px;
  69.             font-weight: bold;
  70.         }
  71.         .footer {
  72.             position: relative;
  73.             height: 40px;
  74.             width: 100%;
  75.             bottom: 0px;
  76.             background-color: #FFF;
  77.         }
  78.     </style>
  79.     <body>
  80.         <div class="header">
  81.             <p id="name">Elon Musk</p>
  82.             <p id="under-name">The man who will save billions</p>
  83.        
  84.             <div class="window-for-pic">
  85.                 <div class="pic">
  86.                     <img id="picture-of-elon" src="https://magazine.ivy.com/wp-content/uploads/2015/04/Screen-Shot-2015-04-20-at-6.05.41-PM.png">
  87.                     <div class="text-under-pic">
  88.                         <p>Elon Musk is a businessman, SEO of SpaceX, Tesla and a few more companies that make our world the better place</p>
  89.                     </div>
  90.                 </div>        
  91.             </div>
  92.             <div class="timeline">
  93.                 <h2>Here's a time line of Elon Musk's life until today:</h2>  
  94.                 <div class="uls">
  95.                     <ul>
  96.                         <li><b>1971</b> - born to engineer father and model mother, South Africa</li>
  97.                         <br>
  98.                         <li><b>1977</b> - reads 10 hours per day</li>
  99.                         <br>
  100.                         <li><b>1978</b> - runs out of books to read at library, reads entire Encyclopedia Britannica</li>
  101.                         <br>
  102.                         <li><b>1983</b> - writes video game Blastar, sells it for $500</li>
  103.                         <br>
  104.                         <li><b>1985</b> - has existential crisis - reads The Hitchhiker's Guide to The Galaxy</li>
  105.                         <br>
  106.                         <li><b>1988</b> - gets Canadian citizenship through mother to eventually move to the US. Moves to Canada</li>
  107.                         <br>
  108.                         <li><b>1989</b> - gets a job shoveling dirt on boiler room for $18/hour</li>
  109.                         <br>
  110.                         <li><b>1989</b> - starts college in Ontario</li>
  111.                         <br>
  112.                         <li><b>1992</b> - runs a speakeasy from his house in college</li>
  113.                         <br>
  114.                         <li><b>1994</b> - gets Wharton economics degree (and later physics degree)</li>
  115.                         <br>
  116.                         <li><b>1995</b> - starts Zip2 with brother, coding himself</li>
  117.                         <br>
  118.                         <li><b>1995</b> - sleeps in office first 3 months</li>
  119.                         <br>
  120.                         <li><b>1996</b> - raises first investment money ($3M) and soon gets pushed out from CEO to CTO by his investors</li>
  121.                         <br>
  122.                         <li><b>1999</b> - gets $22 Million from sale of Zip2, starts X.com - an online bank (with his own money)</li>
  123.                         <br>
  124.                         <li><b>2000</b> - merges with Confidinity forming Paypal, marries college girlfriend Justine</li>
  125.                         <br>
  126.                         <li><b>late 2000</b> - gets ousted as CEO from Paypal (while on honeymoon), almost dies from malaria he gets on vacation</li>
  127.                         <br>
  128.                         <li><b>etc...</b></li>
  129.                     </ul>
  130.                     <br>
  131.                     <p id="quote"><em>“There have to be reasons that you get up in the morning and you want to live. Why do you want to live?
  132.                          What’s the point? What inspires you? What do you love about the future?
  133.                          If the future does not include being out there among the stars and
  134.                          being a multi-planet species, I find that incredibly depressing.”</em></p>
  135.                 </div>
  136.                     <br>
  137.                     <p id="end">If you have time, you should read more about this incredible human being on his <a href="https://en.wikipedia.org/wiki/Elon_Musk">Wikipedia entry.</a></p>
  138.                     <br>
  139.                     <br>
  140.                     <div class="footer"></div>
  141.             </div>
  142.         </div>      
  143.     </body>
  144. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement