Initial commit

This commit is contained in:
2018-07-22 15:39:43 -07:00
commit 59570c8e75
37 changed files with 1684 additions and 0 deletions

37
campaign/privacy.html Normal file
View File

@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html>
<head>
<title>Vaasavi and Aaron 2016</title>
<script src="https://use.typekit.net/bdx7ivv.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<link rel="stylesheet" href="site.css" >
<link rel="icon" type="image/png" href="favicon.png" >
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="header">
<div class="mobile">
<img src="logo.png">
</div>
</div>
<div class="main">
<nav class="desktop">
<img src="logo.png">
<ul class="clearfix">
<li><a href="/index.html#contact">Contact</a></li>
<li><a href="/index.html#team">Team</a></li>
<li><a href="/index.html#platform">Platform</a></li>
<li><a href="/index.html#about">About</a></li>
</ul>
</nav>
<h2>Privacy Policy</h2>
We use Google Analytics to collect anonymous information about who visits
our site. Other than that, we don't know anything about you. But if you'd
like to know more about us, please <a href="index.html#contact">contact
us</a>
</body>
</html>