felinum

shortcake: Updates Tab HTML

Jul 10th, 2016
13,674
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.32 KB | None | 0 0
  1.  <!-- installation tutorial: http://felinum.tumblr.com/post/147202359116/ -->
  2.  
  3. <div id="updates_navicon"><i class="fa fa-navicon" aria-hidden="true"></i></div>
  4. <div id="updates">
  5.  
  6.  
  7.     <!---------------  
  8.  
  9.   1. To install a new icon, visit http://fontawesome.io/icons/ and paste the name of your chosen icon over an existing one in the code, e.g. 'bookmark', 'clock-o', etc. I highly suggest choosing icons that have approximately the same width and height, otherwise they will have different background shapes = not pretty.
  10.  
  11.   2. To create a new section, copy everything between "<!-- section 1 -- >" and "<!-- end section 1 -- >" and paste it right after "<!-- end section 6 -- >"
  12.  
  13.   --------------->
  14.  
  15.  
  16.     <!-- section 1 -->
  17.     <div class="ui"><div class="updates_icon iconwrap">
  18.         <i class="fa fa-bookmark fa-fw iconspin" aria-hidden="true"></i>
  19.     </div></div>
  20.     <div class="updates_title">
  21.         title 1 <!-- your title here -->
  22.     </div>
  23.     <div class="container_content"><div class="updates_content">
  24.         Hello. <!-- your text here -->
  25.     </div></div>
  26.     <!-- end section 1 -->
  27.    
  28.    
  29.     <!--section 2-->
  30.     <div class="ui"><div class="updates_icon iconwrap">
  31.         <i class="fa fa-clock-o fa-fw iconspin" aria-hidden="true"></i>
  32.     </div></div>
  33.     <div class="updates_title">
  34.         title 2 <!-- your title here -->
  35.     </div>
  36.     <div class="container_content"><div class="updates_content">
  37.         <!-- you can create lists like so: -->
  38.         <ul>
  39.             <li>update 1</li>
  40.             <li>update 2</li>
  41.             <li>update 3</li>
  42.         </ul>
  43.         <!-- end list -->
  44.     </div></div>
  45.    
  46.    
  47.     <!--section 3-->
  48.     <div class="ui"><div class="updates_icon iconwrap">
  49.         <i class="fa fa-book fa-fw iconspin" aria-hidden="true"></i>
  50.     </div></div>
  51.     <div class="updates_title">
  52.         title 3 <!-- your title here -->
  53.     </div>
  54.     <div class="container_content"><div class="updates_content">
  55.         <!-- you can insert links like so: -->
  56.         <a href="http://{name}.tumblr.com">link example</a>
  57.         <!-- end link -->
  58.     </div></div>
  59.    
  60.    
  61.     <!--section 4-->
  62.     <div class="ui"><div class="updates_icon iconwrap">
  63.         <i class="fa fa-umbrella fa-fw iconspin" aria-hidden="true"></i>
  64.     </div></div>
  65.     <div class="updates_title">
  66.         title 4 <!-- your title here -->
  67.     </div>
  68.     <div class="container_content"><div class="updates_content">
  69.         content 4 <!-- your text here -->
  70.     </div></div>
  71.    
  72.    
  73.     <!--section 5-->
  74.     <div class="ui"><div class="updates_icon iconwrap">
  75.         <i class="fa fa-leaf fa-fw iconspin" aria-hidden="true"></i>
  76.     </div></div>
  77.     <div class="updates_title">
  78.         title 5 <!-- your title here -->
  79.     </div>
  80.     <div class="container_content"><div class="updates_content">
  81.         content 5 <!-- your text here -->
  82.     </div></div>
  83.    
  84.    
  85.     <!-- section 6 -->
  86.     <div class="ui"><div class="updates_icon iconwrap">
  87.         <i class="fa fa-key fa-fw iconspin" aria-hidden="true"></i>
  88.     </div></div>
  89.     <div class="updates_title">
  90.         title 6 <!-- your title here -->
  91.     </div>
  92.     <div class="container_content"><div class="updates_content">
  93.         content 6 <!-- your text here -->
  94.     </div></div>
  95.     <!-- end section 6 -->
  96.  
  97.  
  98. </div>
Advertisement
Add Comment
Please, Sign In to add comment