mirror of
https://github.com/cwinfo/envayasms.git
synced 2025-06-27 19:29:23 +00:00
add titles and reorganize to avoid showing .html extension
This commit is contained in:
33
index.html
33
index.html
@ -3,16 +3,16 @@
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<title>EnvayaSMS</title>
|
||||
<link rel='stylesheet' type='text/css' href='styles/site.css' />
|
||||
<link rel='stylesheet' type='text/css' href='/styles/site.css' />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="http://github.com/youngj/EnvayaSMS"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
|
||||
|
||||
<div id="container">
|
||||
|
||||
<a style='float:left' href="index.html"><img src='media/icon.png' height='72' width='72' style='margin-right:10px' /></a>
|
||||
<h1 style='padding-top:13px'><a href="index.html">EnvayaSMS</a>
|
||||
|
||||
<a style='float:left' href="/"><img src='/media/icon.png' height='72' width='72' style='margin-right:10px' /></a>
|
||||
<h1 style='padding-top:13px'><a href="/">EnvayaSMS</a>
|
||||
|
||||
<span class="small">
|
||||
SMS gateway for Android
|
||||
@ -21,27 +21,28 @@
|
||||
</h1>
|
||||
|
||||
<div class='menu' style='clear:both;padding-top:5px'>
|
||||
<a href='index.html'>Home</a>
|
||||
<a class='active' href='/'>Home</a>
|
||||
·
|
||||
<a href='install.html'>Install</a>
|
||||
<a href='/install/'>Install</a>
|
||||
·
|
||||
<a href='how.html'>How it Works</a>
|
||||
<a href='/how/'>How it Works</a>
|
||||
·
|
||||
<a href='serverapi.html'>API Reference</a>
|
||||
<a href='/serverapi/'>API Reference</a>
|
||||
·
|
||||
<a href='comparison.html'>Comparison</a>
|
||||
<a href='/comparison/'>Comparison</a>
|
||||
·
|
||||
<a href='faq.html'>FAQ</a>
|
||||
<a href='/faq/'>FAQ</a>
|
||||
·
|
||||
<a href='history.html'>History</a>
|
||||
<a href='/history/'>History</a>
|
||||
</div>
|
||||
|
||||
|
||||
<p>
|
||||
<h2></h2>
|
||||
|
||||
<p>
|
||||
<div style='float:right;padding-left:10px;padding-bottom:10px'>
|
||||
<img src='media/screenshot-main.png' width='212' height='350' />
|
||||
<img src='/media/screenshot-main.png' width='212' height='350' />
|
||||
<br />
|
||||
<img src='media/screenshot-settings.png' width='212' height='350' />
|
||||
<img src='/media/screenshot-settings.png' width='212' height='350' />
|
||||
|
||||
</div>
|
||||
|
||||
@ -90,7 +91,7 @@ It works wherever the phone can receive SMS messages and access the Internet
|
||||
EnvayaSMS is compatible with many old or inexpensive Android phones, e.g. the LG GT540, currently $120 on Amazon.com.
|
||||
</p>
|
||||
|
||||
<a href='install.html' class='button'>
|
||||
<a href='/install/' class='button'>
|
||||
Install EnvayaSMS Now
|
||||
</a>
|
||||
|
||||
|
Reference in New Issue
Block a user