Updated website files

This commit is contained in:
Erick Clark 2019-03-02 11:30:37 -06:00
parent f0ade1644a
commit 7501a208f0
3 changed files with 163 additions and 94 deletions

View file

@ -0,0 +1,78 @@
<!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">&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>

View file

@ -23,12 +23,13 @@ a:hover {
font-weight: 800;
font-size: 2.4rem;
padding: 0;
margin: 0;
margin:0;
display: inline-block;
}
.logo {
padding-right: 10px;
display: block;
margin-right: 10px;
width: 80px;
height: 80px;
}
.btn.join {
width: 50%;
@ -44,25 +45,13 @@ a:hover {
border: 1px #6D5354 solid;
}
@media (max-width : 768px) {
.atc-header h1 {
font-size: 1.6rem;
text-align: center;
}
}
@media (max-width : 576px) {
h2 {
font-size: 1.8rem;
text-align: center;
}
.atc-header h1 {
font-size: 1.4rem;
}
.logo {
margin: 0 auto 15px auto;
padding-right: 0;
height: 80px;
width: 80px;
font-size: 1.6rem;
}
.btn.join {
width: 100%;

View file

@ -1,78 +1,80 @@
<!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 somehthing 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" target="_blank">
Having a problem with our app? Let us know.
</a>
</p>
<p>&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>
<!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 no-gutters">
<div class="col-lg-12 text-center">
<img src="img/atc-cookie-logo.png" class="logo" alt="logo" />
<h1 class="align-middle">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">&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>