1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <!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 - Projects</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>
- <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>
- </ul>
- </nav>
- <div>
- <a href="register.html">Register</a>
- <a href="#signin">Log In</a>
- </div>
- </header>
- <main class="content">
- <section>
- <p>A placeholder for projects built using test driven development principles.</p>
- </section>
- </main>
- </body>
- </html>
|