My personal website https://leviolson.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.7 KiB

6 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Levi Olson</title>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <!-- <link rel="stylesheet" href="core.css"> -->
  8. <style>
  9. body {
  10. background-color: #222 !important;
  11. color: #fff !important;
  12. font-family: monospace !important;
  13. font-size: 20px !important;
  14. line-height: 1.4 !important;
  15. padding-top: 120px !important;
  16. padding-bottom: 60px !important;
  17. overflow-x: none !important;
  18. }
  19. main {
  20. padding-right: 10px !important;
  21. padding-left: 10px !important;
  22. margin-right: auto !important;
  23. margin-left: auto !important;
  24. max-width: 600px !important;
  25. min-width: 280px !important;
  26. }
  27. a {
  28. text-decoration: none !important;
  29. outline: none !important;
  30. font-weight: bold !important;
  31. color: #777 !important;
  32. }
  33. a:hover,
  34. a:active,
  35. a:focus {
  36. color: #888 !important;
  37. }
  38. </style>
  39. </head>
  40. <body>
  41. <main>
  42. <p>
  43. Owner of
  44. <a href="https://securepass.io/" target="_blank">this company</a>,
  45. <br />former Senior Software Engineer at
  46. <a href="https://carsforsale.com" target="_blank">this company</a>,
  47. <br /> look what
  48. <a href="https://github.com/leothelocust">I can do</a>,
  49. <br /> contact me
  50. <a href="mailto:me@leviolson.com">here</a>
  51. <br /> or read stuff I write
  52. <a href="/posts">here</a>.
  53. </p>
  54. </main>
  55. </body>
  56. </html>