Created
October 11, 2012 07:18
-
-
Save preshit/3870738 to your computer and use it in GitHub Desktop.
Code Structure for use on AppsforApp.net
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="appname"> | |
<h3 class="appname">AppName <small>by @preshit</small> <span class="label label-warning">alpha/beta/stable</span></h3> | |
<p class="muted desc descm">A small paragraph describing your app goes here.<br /><br /><br /></p> | |
<br /> | |
<p class="desc"> | |
<i class="icon-chevron-right"></i> Screenshots (Optional, comment out the code if you don't want to attach any) | |
<div class="screenshots"> | |
<a class="fancybox" rel="appname" href="assets/img/ss/appname/1.jpg" title=""> | |
<img src="assets/img/ss/appname/1.jpg" alt="" width="100px" height="auto" /> | |
</a> | |
<a class="fancybox" rel="appname" href="assets/img/ss/appname/2.jpg" title=""> | |
<img src="assets/img/ss/appname/2.jpg" alt="" width="100px" height="auto" /> | |
</a> | |
<a class="fancybox" rel="appname" href="assets/img/ss/appname/3.jpg" title=""> | |
<img src="assets/img/ss/appname/3.jpg" alt="" width="100px" height="auto" /> | |
</a> | |
<a class="fancybox" rel="appname" href="assets/img/ss/appname/4.jpg" title=""> | |
<img src="assets/img/ss/appname/4.jpg" alt="" width="100px" height="auto" /> | |
</a> | |
</div> | |
</p> | |
<div class="well well-small"> | |
<a class="btn" href="http://nuclearbits.com">More Info</a> <a class="btn btn-info" href="http://nuclearbits.com/">App Store URL or Website URL</a> | |
</div> | |
</div><!-- End AppName --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment