/startpages/start-allgenesconsidered/index.html

https://github.com/startpages/startpages.github.io · HTML · 94 lines · 87 code · 1 blank · 6 comment · 0 complexity · 6c57b655228d24d6d3fdae542e747dc8 MD5 · raw file

  1. <!DOCTYPE html>
  2. <html>
  3. <!--
  4. This i a person homepage that I made with code i stole mostly from /r/startpages as
  5. well as from other places. I don't take credit for anything except putting the pieces
  6. together.
  7. -->
  8. <head>
  9. <meta charset="utf-8" />
  10. <title>meme machine</title>
  11. <link rel="stylesheet" type='text/css' href="./font-awesome-4.5.0/css/font-awesome.min.css">
  12. <link rel="stylesheet" type="text/css" href="css/homepage.css"/>
  13. <script src="./js/weather.js" type="text/javascript">
  14. </script>
  15. </head>
  16. <body>
  17. <style type="text/css" media="all">
  18. @import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
  19. html, body
  20. { margin:0; padding:0; }
  21. html, body
  22. { background:#2D2D2D; }
  23. .row
  24. { text-align:center; margin-top: 250px;}
  25. .row .column
  26. { display: inline; letter-spacing:0.5em; }
  27. .row .column a
  28. { font-size: 250%; color:rgba(0,0,0,0) }
  29. .row .column a:not(:hover)
  30. { opacity:.5; transition: opacity .5s; }
  31. .envelope i{color:#78C5D7;}
  32. .youtube-play i{color:#459BA8;}
  33. .github i{color:#79C268;}
  34. .usd i{color:#C5D747;}
  35. .reddit-alien i{color:#F5D63D;}
  36. .leaf i{color:#F48C33;}
  37. .lastfm i{color:#E868A3;}
  38. .envelope1 i{color:#BF63A6;}
  39. </style>
  40. <!--<div id="weather"></div> -->
  41. <div class="row">
  42. <div class="column">
  43. <a href="https://mail.google.com/mail/u/1/#inbox" class="envelope">
  44. <i class="fa fa-envelope"></i>
  45. </a>
  46. </div>
  47. <div class="column">
  48. <a href="https://www.youtube.com/feed/subscriptions" class="youtube-play">
  49. <i class="fa fa-youtube-play"></i>
  50. </a>
  51. </div>
  52. <div class="column">
  53. <a href="https://github.com/allgenesconsidered" class="github">
  54. <i class="fa fa-github"></i>
  55. </a>
  56. </div>
  57. <div class="column">
  58. <a href="https://www.patelco.org/" class="usd">
  59. <i class="fa fa-usd"></i>
  60. </a>
  61. </div>
  62. <div class="column">
  63. <a href="https://www.reddit.com/" class="reddit-alien">
  64. <i class="fa fa-reddit-alien"></i>
  65. </a>
  66. </div>
  67. <div class="column">
  68. <a href="http://boards.4chan.org/" class="leaf">
  69. <i class="fa fa-leaf"></i>
  70. </a>
  71. </div>
  72. <div class="column">
  73. <a href="'http://www.last.fm/user/njnoise'" class="lastfm">
  74. <i class="fa fa-lastfm"></i>
  75. </a>
  76. </div>
  77. <div class="column">
  78. <a href="https://mail.google.com/mail/u/2/#inbox" class="envelope1">
  79. <i class="fa fa-envelope"></i>
  80. </a>
  81. </div>
  82. </div>
  83. <div>
  84. <form method="get" action="http://www.ncbi.nlm.nih.gov/pubmed/?">
  85. <input class='search' name='term' type='text' placeholder='PubMed'/>
  86. </form>
  87. <BR>&nbsp;<BR>
  88. <form method="get" action="https://duckduckgo.com/?">
  89. <input class='search' name='q' type='text' placeholder='DuckDuckGo'/>
  90. </form>
  91. </div>
  92. </body>
  93. </html>