Advertisement
Guest User

Menu Vireipassaro 2

a guest
Jul 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 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. Sobre mim <!-- your title here -->
  22. </div>
  23. <div class="container_content"><div class="updates_content">
  24. Na minha vida não existe o meio-termo. Sempre estou vazia ou estou transbordando, e quando transbordo acabo me machucando. — Feita de danos. <!-- 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-book fa-fw iconspin" aria-hidden="true"></i>
  32. </div></div>
  33. <div class="updates_title">
  34. redes sociais <!-- your title here -->
  35. </div>
  36. <div class="container_content"><div class="updates_content">
  37.  
  38. <marquee onMouseOver="this.stop()" onMouseOut="this.start()" scrollamount="1" direction="alternate" behavior="alternate" loop="true" width="100%" height="100%">&nbsp;
  39. <a href="{text:facebook}" title="Pinterest" target="_blank" class="cmsocial"><i <i class="fa fa-pinterest" aria-hidden="true"></i></a>&nbsp;&nbsp;
  40. <a href="{text:twitter}" class="cmsocial" target="_blank" title=" TV ShowTime"><i class="fa fa-television" aria-hidden="true"></i></a>&nbsp;&nbsp;
  41. <a href="{text:instagram}" class="cmsocial" target="_blank" title="Skoob"><i class="fa fa-book" aria-hidden="true"></i></a>&nbsp;&nbsp;
  42. </marquee>
  43. </div></div>
  44.  
  45.  
  46. <!--section 4-->
  47. <div class="ui"><div class="updates_icon iconwrap">
  48. <i class="fa fa-umbrella fa-fw iconspin" aria-hidden="true"></i>
  49. </div></div>
  50. <div class="updates_title">
  51. Status <!-- your title here -->
  52. </div>
  53. <div class="container_content"><div class="updates_content">
  54. (seja como flor) 🌼 / 🌻<!-- your text here -->
  55. </div></div>
  56.  
  57.  
  58. <!--section 5-->
  59. <div class="ui"><div class="updates_icon iconwrap">
  60. <i class="fa fa-leaf fa-fw iconspin" aria-hidden="true"></i>
  61. </div></div>
  62. <div class="updates_title">
  63. Leitura atual <!-- your title here -->
  64. </div>
  65. <div class="container_content"><div class="updates_content">
  66. Orgulho e Preconceito - Jane Austen <!-- your text here -->
  67. </div></div>
  68.  
  69.  
  70. <!-- section 6 -->
  71. <div class="ui"><div class="updates_icon iconwrap">
  72. <i class="fa fa-key fa-fw iconspin" aria-hidden="true"></i>
  73. </div></div>
  74. <div class="updates_title">
  75. secrets <!-- your title here -->
  76. </div>
  77. <div class="container_content"><div class="updates_content">
  78. Anna, 21 anos. Paraná e estudante de Psicologia. <!-- your text here -->
  79. </div></div>
  80. <!-- end section 6 -->
  81.  
  82.  
  83. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement