Created
September 28, 2011 13:03
-
-
Save meeDamian/1247876 to your computer and use it in GitHub Desktop.
One element template
This file contains hidden or 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 class="element" style="max-width: 33%;"> | |
<div class="element_pic"> | |
<img src="" alt="here cames da picture!" /> | |
<div class="element_screens element_more"> | |
<img src="" alt="thumb1" /> | |
<img src="" alt="thumb1" /> | |
<img src="" alt="thumb1" /> | |
<img src="" alt="thumb1" /> | |
</div> | |
</div> | |
<div class="element_caption"> | |
<h4 class="element_name">NAME</h4> | |
<p class="element_description">Short description presenting in a few words why this elemen is faken awesome!</p> | |
<div class="element_da_box element_more" style="border: 2px solid red;"> | |
<h5 class="element_da_info_head">TO INSTALL THIS ELEMENT AND BEFORE YOU PROCEED ANY FURTHER, PLEASE PREPARE:</h5> | |
<ul class="element_da_info_list"> | |
<li class="element_da_info_li"><b>Name</b> and <b>description</b> for your app,</li> | |
<li class="element_da_info_li">Exact <b>dates</b> when element should operate,</li> | |
<li class="element_da_info_li">Think what <b>kind of content</b> will be added,</li> | |
<li class="element_da_info_li">Who would you like to help you with <b>app moderation</b>,</li> | |
<li class="element_da_info_li">Would you like to <b>add info about this contest</b> to a <b>tab</b>?</li> | |
<li class="element_da_info_li">URL pointing to your fanpage,</li> | |
<li class="element_da_info_li">Set of <b>simple</b> rules explaining what this contest is about, what's allowed and what's not</li> | |
</ul> | |
<h5 class="element_da_files">YOU'LL ALSO NEED SOME FILES:</h5> | |
<ul class="element_da_files_list"> | |
<li class="element_da_files_li">header file (width: 720px and height lower than 222px),</li> | |
<li class="element_da_files_li">tab graphics (width: 520px, height lower than 700px),</li> | |
<li class="element_da_files_li">statute as a <b>.pdf file</b> containing </li> | |
</ul> | |
</div> | |
<button class="element_expand">+ADD</button> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment