Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Magic Conch App</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<section class="one">
<div class="contain">
<h1><span class="the">The</span><span class="left">Magic</span> <span class="right">Conch</span>
<span class="app">App</span></h1>
<!-- <img alt="magic conch" src="img/shell.png">-->
</div>
<div class="contain">
<img alt="magic conch" src="img/shell.png">
</div>
<!-- <a href="https://play.google.com/store/apps/details?id=com.gigabeetle.magicconch&hl=en&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-AC-global-none-all-co-pr-py-PartBadges-Oct1515-1"><img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/apps/en-play-badge.png" /></a>-->
</section>
<section class="second">
<div class="borderTop"></div>
<h2> All the power of The Magic Conch Shell now on your phone!
<br>
<a href="https://play.google.com/store/apps/details?id=com.gigabeetle.magicconch&hl=en&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-AC-global-none-all-co-pr-py-PartBadges-Oct1515-1"><img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/apps/en-play-badge.png" /></a>
</h2>
<div class="screenshot"><img class="screenshot" alt="screenshot" src="img/screenshot.png"></div>
<!--
<p>Just ask a question and pull</p>
<img class="string" alt="string" src="img/string.png">
-->
<div class="borderBottom"></div>
</section>
<section class="two">
<div class="plankton">
<img alt="Plankton" src="img/plankton.png">
<blockquote>I NEVER MAKE PLANS WITHOUT IT!</blockquote>
</div>
<div class="Tobias">
<blockquote>The Magic Conch App named my kid for me. I love you Maeby!</blockquote>
<img alt="Tobias" src="img/tobias.png">
</div>
<div class="ranger">
<img alt="Forest Ranger" src="img/forest_ranger.png">
<blockquote>With the help of The Magic Conch App I've saved countless lives.</blockquote>
</div>
</section>
<section class="three">
<div class="borderTop"></div>
<h2>Download the App today and get your life back on track</h2>
<a class="gplay" href="https://play.google.com/store/apps/details?id=com.gigabeetle.magicconch&hl=en&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-AC-global-none-all-co-pr-py-PartBadges-Oct1515-1"><img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/apps/en-play-badge.png" /></a>
<a href="the_conch.html">
<h2><span class="new">NEW!</span> Try it on the web!</h2>
<img class="desktopShot" alt="desktop screenshot" src="img/desktop.png">
</a>
</section>
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>
window.jQuery || document.write('<script src="js/vendor/jquery-1.12.0.min.js"><\/script>')
</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>