index.html 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  5. <meta
  6. name="description"
  7. content="A social network for developers who practice Test Driven Development."
  8. />
  9. <meta
  10. name="keywords"
  11. content="tdd network test driven development clean code"
  12. />
  13. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  14. <meta name="author" content="Justin Gilman" />
  15. <title>TDD Network</title>
  16. <meta property="og:title" content="TDD Network" />
  17. <meta
  18. property="og:description"
  19. content="A social network for developers who practice Test Driven Development."
  20. />
  21. <link rel="stylesheet" type="text/css" href="css/main.css" />
  22. </head>
  23. <body>
  24. <header>
  25. <nav id="main-menu">
  26. <ul>
  27. <li><a href="https://tddnetwork.org/">Home</a></li>
  28. <li><a href="developers.html">Developers</a></li>
  29. <li><a href="projects.html">Projects</a></li>
  30. <li><a href="katas.html">Katas</a></li>
  31. <li><a href="register.html">Register</a></li>
  32. <li><a href="#signin">Log In</a></li>
  33. </ul>
  34. </nav>
  35. <input type="checkbox" id="hamburger-input" class="burger-shower" />
  36. <label id="hamburger-menu" for="hamburger-input">
  37. <nav id="sidebar-menu">
  38. <h3>Menu</h3>
  39. <ul>
  40. <li><a href="https://tddnetwork.org/">Home</a></li>
  41. <li><a href="developers.html">Developers</a></li>
  42. <li><a href="projects.html">Projects</a></li>
  43. <li><a href="katas.html">Katas</a></li>
  44. <li><a href="register.html">Register</a></li>
  45. <li><a href="#signin">Log In</a></li>
  46. </ul>
  47. </nav>
  48. </label>
  49. </header>
  50. <div class="overlay"></div>
  51. <main class="content">
  52. <section class="hero orange-bg">
  53. <h1>The Test Driven Development Network</h1>
  54. <h2>A community site for TDD developers to connect.</h2>
  55. <p>
  56. <a href="register.html" class="button primary">Create a Profile</a>
  57. </p>
  58. <p>Already have an account? <a href="#signin">Sign in</a></p>
  59. </section>
  60. <section class="splash"></section>
  61. <section class="summary red-bg">
  62. <p>
  63. The TDD Network is a site for Test Driven Developers to put their
  64. profiles to connect with other professional or hobbyist devs.
  65. </p>
  66. <p>
  67. This network is invite only, at least until a certification process
  68. can be agreed upon.
  69. </p>
  70. <p>
  71. In the mean time, send me a message if you want to connect!
  72. <a href="mailto:eyeofmidas+tddnetwork@gmail.com">
  73. &#101;&#121;&#101;&#111;&#102;&#109;&#105;&#100;&#97;&#115;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;
  74. </a>
  75. </p>
  76. </section>
  77. <section class="news">
  78. <article id="" class="purple-bg">
  79. <h1>First Redesign</h1>
  80. <h2>2022-07-03 11:39</h2>
  81. <p>
  82. Hi! I'm Midas and I am kind of a TDD evangelist. I want to connect
  83. with more developers who share the same philosophy when writing
  84. code, and I figured a website would be a good starting place.
  85. </p>
  86. <p>
  87. That being said, the functionality is lacking until I get can get
  88. the backend stood up, so mostly this is just a placeholder website.
  89. I'll get it working soon!
  90. </p>
  91. <p class="signoff">-Midas</p>
  92. </article>
  93. </section>
  94. </main>
  95. <footer>
  96. <small
  97. >Built and run by
  98. <a href="mailto:eyeofmidas+tddnetwork@gmail.com">EyeOfMidas</a></small
  99. >
  100. </footer>
  101. <script
  102. type="text/javascript"
  103. src="https://jsonjumble.com/jsonjumble.js"
  104. ></script>
  105. <script type="module" src="js/main.js"></script>
  106. </body>
  107. </html>