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>Textra SMS</title>
<meta name="description" content="textra, sms, android">
<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">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!-- Nav -->
<div class="container">
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home">Home</a></li>
<li><a href="#about">What is Textra?</a></li>
<li><a href="#contact">Support and Contact</a></li>
</ul>
</div>
</div>
<!-- Main Header -->
<div class="container">
<a href="#home">
<div class="jumbotron">
<h1>Textra SMS</h1>
<h3>Simple. Beautiful. Fast.</h3>
</div>
</a>
</div>
<!-- Content -->
<div class="container" id="about">
<div class="row">
<div class="col-xs-12 col-md-8" style="padding-left:30px; padding-rignt:30px;">
<h2>Welcome to Textra</h2>
<h4>The easy solution for mobile messaging</h4>
<p>Textra SMS is orem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<h3>Key Features</h3>
<ul>
<li>Customizable color schemes</li>
<li>Send-message delay options</li>
<li>Lock screen and overlaid texting (no closing apps needed!)</li>
<li>iPhone emoji support</li>
<li>Send/receive receipt settings</li>
<li>Joel are you reading these?</li>
<li>And most importantly - it's <b>FREE</b></li>
</ul>
<hr>
<div id="contact">
<h2>Contact</h2>
<p>
(860) 486-4900
<br>
1 Bishop, Storrs, CT 06264
<br>
<a href="">support@textra.com</a>
</p>
</div>
</div>
<div class="col-xs-6 col-md-4"><img class="img-responsive" src="https://lh3.googleusercontent.com/2o0YeV0Th8hjdTqVRWXJdyOvYA3cpouFeXGi-9qqinqhdeVBDhVR3kiygWITzLBaK3A=h900-rw"></div>
</div>
</div>
<footer class="well">Copyright Hunter | This took a long god damn time</footer>
<!--Boiler Default Script-->
<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>