mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 07:44:54 -06:00
78 lines
No EOL
4.9 KiB
HTML
78 lines
No EOL
4.9 KiB
HTML
<!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>Are There Cookies? Check for good stuff near you.</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">
|
|
</head>
|
|
<body>
|
|
<div class="jumbotron jumbotron-fluid atc-header">
|
|
<div class="container">
|
|
<div class="row align-items-center justify-content-center no-gutters">
|
|
<div class="col-lg-1 col-sm-2"><img src="img/atc-cookie-logo.png" class="logo img-fluid" alt="logo" /></div>
|
|
<div class="col-lg-5 col-sm-6"><h1>Are There Cookies?</h1></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container">
|
|
<div class="row justify-content-center">
|
|
<div class="col-md-8">
|
|
<h2>Welcome to our Alpha testing program.</h2>
|
|
<p><strong>Are There Cookies?</strong> is an app that lets people share and learn what's available near by. Mainly food.</p>
|
|
<ul>
|
|
<li>Let other knows how much of something is left</li>
|
|
<li>See how much of the thing you want is left</li>
|
|
</ul>
|
|
|
|
<a href="https://play.google.com/apps/testing/com.aretherecookies" 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">
|
|
<h5 class="text-center">Are There Cookies? Screens</h5>
|
|
<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">© 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> |