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.

134 lines
4.9 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Colin McMillen</title>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <!-- import the webpage's stylesheet -->
  9. <link href="https://fonts.googleapis.com/css?family=Fira+Mono:500,700|Press+Start+2P" rel="stylesheet">
  10. <link rel="stylesheet" href="/style.css">
  11. <!-- to demonstrate syntax highlighting -->
  12. <link rel="stylesheet" href="/pygments-monokai.css">
  13. <!-- and favicon -->
  14. <link rel="shortcut icon" type="image/png" href="/favicon.png"/>
  15. <!-- and Java the scripts. -->
  16. <script src="/script.js" defer></script>
  17. </head>
  18. <body>
  19. <header>
  20. <h1>
  21. <a href="/">Colin McMillen</a>
  22. </h1>
  23. </header>
  24. <article class="box box-gray box-layout-default">
  25. <h2 class="box-header">
  26. A BOX TITLE
  27. </h2>
  28. <div class="box-content">
  29. <p>
  30. Woomy ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor. Woomy ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
  31. </p>
  32. </div>
  33. <div class="box-footer">
  34. <a href="#" class="btn">READ MORE <span class="arrow"></span></a>
  35. </div>
  36. </article>
  37. <article class="box box-red box-layout-sidebar">
  38. <h2 class="box-header">
  39. ABOUT
  40. </h2>
  41. <div class="box-content">
  42. <p>
  43. Software engineer. Ex-Google;
  44. now who knows he/him — #TechWontBuildIt
  45. </p>
  46. </div>
  47. <div class="box-footer">
  48. <a href="#" class="btn">@mcmillen <span><img src="https://microicon-clone.vercel.app/twitter/18/EB5757"/></span></a><a href="#" class="btn">@famicolin <span><img src="https://microicon-clone.vercel.app/github/18/EB5757"/></span></a><a href="#" class="btn">EMAIL ME <span><img src="https://microicon-clone.vercel.app/email/18/EB5757"/></span></a>
  49. </div>
  50. </article>
  51. <article class="box box-purple box-layout-sidebar">
  52. <h2 class="box-header">
  53. GAMING
  54. </h2>
  55. <div class="box-content">
  56. <p>
  57. I play Splatoon, Monster Hunter, and Retro Games!
  58. </p>
  59. <p>
  60. I play Splatoon, Monster Hunter, and Retro Games!
  61. </p>
  62. </div>
  63. <div class="box-footer">
  64. <a href="#" class="btn">TWITCH <span><img src="https://microicon-clone.vercel.app/twitch/18/90489C"/></span></a><a href="#" class="btn">PSN <span><img src="https://microicon-clone.vercel.app/playstation/18/90489C"/></span></a><a href="#" class="btn">SWITCH <span><img src="https://microicon-clone.vercel.app/
  65. videogame_asset/18/90489C"/></span></a>
  66. </div>
  67. </article>
  68. <article class="box box-gray box-layout-fullwidth">
  69. <h2 class="box-header">
  70. OTHER PROJECTS
  71. </h2>
  72. <div class="box-content">
  73. <p>
  74. Here is a box with a bunch of links
  75. </p>
  76. </div>
  77. <div class="box-footer">
  78. <a href="#" class="btn">Ink <span class="arrow"></span></a><a href="#" class="btn">Digital Attack Map <span class="arrow"></span></a><a href="#" class="btn">Memegen <span class="arrow"></span></a><a href="#" class="btn">Android Wear <span class="arrow"></span></a><a href="#" class="btn">Google Dictionary <span class="arrow"></span></a><a href="#" class="btn">reCAPTCHA <span class="arrow"></span></a>
  79. </div>
  80. </article>
  81. <article class="box box-gray box-layout-default">
  82. <h2 class="box-header">
  83. A BOX TITLE
  84. </h2>
  85. <div class="box-content">
  86. <p>
  87. Woomy ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor. Woomy ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
  88. </p>
  89. <blockquote>
  90. <p>
  91. Blockquote with accent background goes here.
  92. </p>
  93. </blockquote>
  94. <p>
  95. <a class="btn">link</a>
  96. </p>
  97. <h2>
  98. Heading 2
  99. </h2>
  100. <p>
  101. Woomy ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor. Woomy ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
  102. </p>
  103. <h3>
  104. Heading 3
  105. </h3>
  106. <p>
  107. Woomy ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor. Woomy ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
  108. </p>
  109. </div>
  110. </article>
  111. <footer>
  112. <div class="content">
  113. <p>
  114. (c) 2021 Colin McMillen<br>
  115. [but if you want to use anything, just ask!]
  116. </p>
  117. <p>
  118. Designed by <a href="https://melody.dev">Melody</a>!<br>
  119. If you want a well-designed site of your own, I heartily recommend working with them!
  120. </p>
  121. </div>
  122. </footer>
  123. </body>
  124. </html>