Skip to content

Instantly share code, notes, and snippets.

@xilikas
Created June 13, 2018 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xilikas/5c9f51a4d6c7c05f9d02773fa5632bdf to your computer and use it in GitHub Desktop.
Save xilikas/5c9f51a4d6c7c05f9d02773fa5632bdf to your computer and use it in GitHub Desktop.
FCC: Product Landing Page
<header id="header">
<img src="" alt="" id="header-img">
<nav id="nav-bar">
<ul>
<li><a href="" class="nav-link"></a></li>
<li><a href="" class="nav-link"></a></li>
<li><a href="" class="nav-link"></a></li>
</ul>
</nav>
</header>
<div id="video"></div>
<form action="" id="form"><input type="email" id="email" placeholder="Email Address"><input type="submit" value="Get in Touch"></form>
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment