Skip to content

Instantly share code, notes, and snippets.

/Index.html Secret

Created April 4, 2016 04:28
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 anonymous/762dede384b8a0b3c614941d10c2fdeb to your computer and use it in GitHub Desktop.
Save anonymous/762dede384b8a0b3c614941d10c2fdeb to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Oswald:400,700' rel='stylesheet' type='text/css'>
<link rel='stylesheet' href='style.css'/>
</head>
<body>
<div class="main">
<h1> MOVE </h1>
<p> Form healthy habits to take your fitness to the next level. </p>
<a href="#" class="btn"> START NOW </a>
<div class="container">
</div>
</div>
<div class="supporting">
<div class="container">
<div class="col">
<h2>Move</h2>
<p>Become more active by tracking your runs, rides, and walks.</p>
<h2>Sync</h2>
<p>Access your activity on your phone, tablet, or computer.</p>
<h2>Compete</h2>
<p>Set personal challenges and see how you rank against your friends.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="feature">
<div class="container">
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment