This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
TipsPlus/index.html
MPG13 (Micah Gomez) c96cc55c15 fixed links
2018-02-27 17:55:14 -07:00

43 lines
No EOL
2.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Tips+</title>
<link rel="shortcut icon" href="images/logo.ico">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<ul>
<li><a class="statushome" href="#">Home</a></li>
<li><a href="./Basics">The Basics</a></li>
<li><a href="./Tutorials">Tutorials</a></li>
<li><a href="./Dictionary">Dictionary</a></li>
<li><a href="./Contributors">Community Members</a></li>
</ul>
<br style="line-height: 350%">
<div class="maininfo">
<div class="columnfirst">
<h1>Tips+</h1>
<img alt="tips" style="width:25%; display: block; margin-left: auto; margin-right: auto;" src="images/Tips-icon.png">
<p class="centertext">The User-Friendly iPhoneWiki</p>
</div>
<div class="columnsecond"> <br style="line-height: 300%">
<p class="introtext">Apple provides standard users with an app designed to help get used to using an iOS device. Tips+ provides advanced users with the kind of guide that an advanced user would need. <br>
With a complete list of definitions, a tutorial for everything you could need, and an outreach to a large community, Tips+ should provide you with most of what you might need.</p>
</div>
</div>
<h2>Categories</h2>
<div class="categories"> <a href="./Basics"> <img alt="basics" class="centerimage" style="width:20%;" src="images/basics.png">
<h3>The Basics</h3>
</a> <a href="./tutorials"> <img alt="tutorials" class="centerimage" style="width:20%;" src="images/tutorials.png">
<h3>Tutorials</h3>
</a> <a href="./dictionary"> <img alt="dictionary" class="centerimage" style="width:20%;" src="images/dict.png">
<h3>Dictionary</h3>
</a> <a href="./contributors"> <img alt="community members" class="centerimage" style="width:20%;" src="images/contributors.png">
<h3>Who's who</h3>
</a> </div>
<br style="line-height: 300%">
<div style="opacity: 0.3; text-align: right;">Icons made by <a href="https://www.flaticon.com/authors/pixel-perfect" title="Pixel perfect">Pixel perfect</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
<br>
</body>
</html>