aretherecookies-mobile/design_files/aretherecookies.com/index.html
2020-04-03 21:21:00 -05:00

94 lines
No EOL
5.6 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Where's the TP? Join our Alpha testing program.</title>
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.6/dist/jquery.fancybox.min.css" />
<link rel="stylesheet" href="css/styles.css">
<meta property="og:url" content="http://wheresthetp.com" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Join our Alpha testing program." />
<meta property="og:description" content="Learn about the Where's the TP Android app and join our alpha test." />
<meta property="og:image" content="http://wheresthetp.com/img/atc-cookie-logo.png" />
</head>
<body>
<div class="jumbotron jumbotron-fluid atc-header">
<div class="container">
<div class="row no-gutters">
<div class="col-lg-12 text-center">
<img src="img/atc-cookie-logo.png" class="logo" alt="logo" />
<h1 class="align-middle">Where's the TP?</h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<h2>Join our Alpha testing program.</h2>
<p>
How often has this happened to you? You get a craving for something and make the trip to the store to
get it, only to find they are out. Wouldnt it be nice to know if the store had what you wanted before
you left? <strong>Where's the TP</strong> lets you check the mount of food that is left and update the amount for other
people.
</p>
<p class="text-center">
<strong>
Let other knows how much of something is left<br />
See how much of the thing you want is left
</strong>
</p>
<a href="https://play.google.com/apps/testing/com.wheresthetp" class="btn btn-primary join">Join the Alpha Test</a>
<!-- <p> Want to know if Whole Foods has any of those Big John cookies left? Look it up on our app. Are you at Whole Foods and
see that there are only a few cookies left? Let other people know. This works for anything. Are you at that food truck
and see they are sold our of their special? Let everyone know. Do you want to know if that bakery has anyone cupcakes left? Look it up.</p> -->
<div class="screens">
<h4 class="text-center">Where's the TP? Screens</h4>
<div class="row">
<div class="col-4 text-center">
<a data-fancybox="gallery" href="img/Screenshot3.jpg">
<img src="img/Screenshot3.jpg" alt="Screenshot 1" />
</a>
</div>
<div class="col-4 text-center">
<a data-fancybox="gallery" href="img/Screenshot2.jpg">
<img src="img/Screenshot2.jpg" alt="Screenshot 2" />
</a>
</div>
<div class="col-4 text-center">
<a data-fancybox="gallery" href="img/Screenshot1.png">
<img src="img/Screenshot1.png" alt="Screenshot 3" />
</a>
</div>
</div>
</div>
<div class="screens">
<p>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSc_AilhtIsOm9B6ZrbstkCV1ks-V-5jJ692JScl9p9FSuXmxg/viewform?usp=sf_link" class="btn btn-primary btn-sm join mx-auto" target="_blank">
Having a problem with our app? Let us know.
</a>
</p>
<p class="text-center">&copy; Copyright 2019</p>
</div>
</div>
</div>
</div>
</body>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.6/dist/jquery.fancybox.min.js"></script>
</html>