123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
- <meta
- name="description"
- content="A social network for developers who practice Test Driven Development."
- />
- <meta
- name="keywords"
- content="tdd network test driven development clean code"
- />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="author" content="Justin Gilman" />
- <title>TDD Network</title>
- <meta property="og:title" content="TDD Network" />
- <meta
- property="og:description"
- content="A social network for developers who practice Test Driven Development."
- />
- <link rel="stylesheet" type="text/css" href="css/main.css" />
- </head>
- <body>
- <header>
- <nav id="main-menu">
- <ul>
- <li><a href="https://tddnetwork.org/">Home</a></li>
- <li><a href="developers.html">Developers</a></li>
- <li><a href="projects.html">Projects</a></li>
- <li><a href="katas.html">Katas</a></li>
- <li><a href="register.html">Register</a></li>
- <li><a href="#signin">Log In</a></li>
- </ul>
- </nav>
- <input type="checkbox" id="hamburger-input" class="burger-shower" />
- <label id="hamburger-menu" for="hamburger-input">
- <nav id="sidebar-menu">
- <h3>Menu</h3>
- <ul>
- <li><a href="https://tddnetwork.org/">Home</a></li>
- <li><a href="developers.html">Developers</a></li>
- <li><a href="projects.html">Projects</a></li>
- <li><a href="katas.html">Katas</a></li>
- <li><a href="register.html">Register</a></li>
- <li><a href="#signin">Log In</a></li>
- </ul>
- </nav>
- </label>
- </header>
- <div class="overlay"></div>
- <main class="content">
- <section class="hero orange-bg">
- <h1>The Test Driven Development Network</h1>
- <h2>A community site for TDD developers to connect.</h2>
- <p>
- <a href="register.html" class="button primary">Create a Profile</a>
- </p>
- <p>Already have an account? <a href="#signin">Sign in</a></p>
- </section>
- <section class="splash"></section>
- <section class="summary red-bg">
- <p>
- The TDD Network is a site for Test Driven Developers to put their
- profiles to connect with other professional or hobbyist devs.
- </p>
- <p>
- This network is invite only, at least until a certification process
- can be agreed upon.
- </p>
- <p>
- In the mean time, send me a message if you want to connect!
- <a href="mailto:eyeofmidas+tddnetwork@gmail.com">
- eyeofmidas@gmail.com
- </a>
- </p>
- </section>
- <section class="news">
- <article id="" class="purple-bg">
- <h1>First Redesign</h1>
- <h2>2022-07-03 11:39</h2>
- <p>
- Hi! I'm Midas and I am kind of a TDD evangelist. I want to connect
- with more developers who share the same philosophy when writing
- code, and I figured a website would be a good starting place.
- </p>
- <p>
- That being said, the functionality is lacking until I get can get
- the backend stood up, so mostly this is just a placeholder website.
- I'll get it working soon!
- </p>
- <p class="signoff">-Midas</p>
- </article>
- </section>
- </main>
- <footer>
- <small
- >Built and run by
- <a href="mailto:eyeofmidas+tddnetwork@gmail.com">EyeOfMidas</a></small
- >
- </footer>
- <script
- type="text/javascript"
- src="https://jsonjumble.com/jsonjumble.js"
- ></script>
- <script type="module" src="js/main.js"></script>
- </body>
- </html>
|