iugu-ux 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (163) hide show
  1. data/Rakefile +14 -0
  2. data/lib/iugu-ux.rb +41 -0
  3. data/lib/iugu-ux/railtie.rb +13 -0
  4. data/lib/iugu-ux/version.rb +3 -0
  5. data/sandbox/Rakefile +7 -0
  6. data/sandbox/app/assets/images/assets-hd-s827ab39c93.png +0 -0
  7. data/sandbox/app/assets/images/assets-sf5326dcc8f.png +0 -0
  8. data/sandbox/app/assets/images/iux-default-hd-sc9d2356e0b.png +0 -0
  9. data/sandbox/app/assets/images/iux-default-s80f46e65ce.png +0 -0
  10. data/sandbox/app/assets/images/rails.png +0 -0
  11. data/sandbox/app/assets/javascripts/application.js +0 -0
  12. data/sandbox/app/assets/javascripts/web-app/config.js.erb +9 -0
  13. data/sandbox/app/assets/javascripts/web-app/i18n-languages.js.erb +12 -0
  14. data/sandbox/app/assets/javascripts/web-app/locale/en.json +11 -0
  15. data/sandbox/app/assets/javascripts/web-app/locale/pt-BR.json +11 -0
  16. data/sandbox/app/assets/javascripts/web-app/models.js +1 -0
  17. data/sandbox/app/assets/javascripts/web-app/presenters.js +1 -0
  18. data/sandbox/app/assets/javascripts/web-app/presenters/main-view.jst.eco +50 -0
  19. data/sandbox/app/assets/javascripts/web-app/usecode.js +1 -0
  20. data/sandbox/app/assets/javascripts/web-app/usecode/root-view.coffee +13 -0
  21. data/sandbox/app/assets/javascripts/web-app/usecode/router.coffee +19 -0
  22. data/sandbox/app/assets/sprites/a/assets-hd/arrow-down.png +0 -0
  23. data/sandbox/app/assets/sprites/a/assets-hd/arrow-up.png +0 -0
  24. data/sandbox/app/assets/sprites/a/assets-hd/btn-dashboard.png +0 -0
  25. data/sandbox/app/assets/sprites/a/assets-hd/btn-yell.png +0 -0
  26. data/sandbox/app/assets/sprites/a/assets-hd/clock.png +0 -0
  27. data/sandbox/app/assets/sprites/a/assets-hd/dashboard-places.png +0 -0
  28. data/sandbox/app/assets/sprites/a/assets-hd/dashboard-products.png +0 -0
  29. data/sandbox/app/assets/sprites/a/assets-hd/dashboard-spaces.png +0 -0
  30. data/sandbox/app/assets/sprites/a/assets-hd/dashboard-user.png +0 -0
  31. data/sandbox/app/assets/sprites/a/assets-hd/header-letsyell-logo.png +0 -0
  32. data/sandbox/app/assets/sprites/a/assets-hd/icon-facebook.png +0 -0
  33. data/sandbox/app/assets/sprites/a/assets-hd/icon-google.png +0 -0
  34. data/sandbox/app/assets/sprites/a/assets-hd/icon-linkedin.png +0 -0
  35. data/sandbox/app/assets/sprites/a/assets-hd/icon-twitter.png +0 -0
  36. data/sandbox/app/assets/sprites/a/assets-hd/icon-windows.png +0 -0
  37. data/sandbox/app/assets/sprites/a/assets-hd/icon-yahoo.png +0 -0
  38. data/sandbox/app/assets/sprites/a/assets-hd/place-coffee.png +0 -0
  39. data/sandbox/app/assets/sprites/a/assets-hd/right-arrow.png +0 -0
  40. data/sandbox/app/assets/sprites/a/assets-hd/stars-five.png +0 -0
  41. data/sandbox/app/assets/sprites/a/assets-hd/stars-four-half.png +0 -0
  42. data/sandbox/app/assets/sprites/a/assets-hd/stars-four.png +0 -0
  43. data/sandbox/app/assets/sprites/a/assets-hd/stars-half.png +0 -0
  44. data/sandbox/app/assets/sprites/a/assets-hd/stars-one-half.png +0 -0
  45. data/sandbox/app/assets/sprites/a/assets-hd/stars-one.png +0 -0
  46. data/sandbox/app/assets/sprites/a/assets-hd/stars-three-half.png +0 -0
  47. data/sandbox/app/assets/sprites/a/assets-hd/stars-three.png +0 -0
  48. data/sandbox/app/assets/sprites/a/assets-hd/stars-two-half.png +0 -0
  49. data/sandbox/app/assets/sprites/a/assets-hd/stars-two.png +0 -0
  50. data/sandbox/app/assets/sprites/a/assets-hd/stars-zero.png +0 -0
  51. data/sandbox/app/assets/sprites/a/assets/arrow-down.png +0 -0
  52. data/sandbox/app/assets/sprites/a/assets/arrow-up.png +0 -0
  53. data/sandbox/app/assets/sprites/a/assets/btn-dashboard.png +0 -0
  54. data/sandbox/app/assets/sprites/a/assets/btn-yell.png +0 -0
  55. data/sandbox/app/assets/sprites/a/assets/clock.png +0 -0
  56. data/sandbox/app/assets/sprites/a/assets/dashboard-places.png +0 -0
  57. data/sandbox/app/assets/sprites/a/assets/dashboard-products.png +0 -0
  58. data/sandbox/app/assets/sprites/a/assets/dashboard-spaces.png +0 -0
  59. data/sandbox/app/assets/sprites/a/assets/dashboard-user.png +0 -0
  60. data/sandbox/app/assets/sprites/a/assets/header-letsyell-logo.png +0 -0
  61. data/sandbox/app/assets/sprites/a/assets/icon-facebook.png +0 -0
  62. data/sandbox/app/assets/sprites/a/assets/icon-google.png +0 -0
  63. data/sandbox/app/assets/sprites/a/assets/icon-linkedin.png +0 -0
  64. data/sandbox/app/assets/sprites/a/assets/icon-twitter.png +0 -0
  65. data/sandbox/app/assets/sprites/a/assets/icon-windows.png +0 -0
  66. data/sandbox/app/assets/sprites/a/assets/icon-yahoo.png +0 -0
  67. data/sandbox/app/assets/sprites/a/assets/place-coffee.png +0 -0
  68. data/sandbox/app/assets/sprites/a/assets/right-arrow.png +0 -0
  69. data/sandbox/app/assets/sprites/a/assets/stars-five.png +0 -0
  70. data/sandbox/app/assets/sprites/a/assets/stars-four-half.png +0 -0
  71. data/sandbox/app/assets/sprites/a/assets/stars-four.png +0 -0
  72. data/sandbox/app/assets/sprites/a/assets/stars-half.png +0 -0
  73. data/sandbox/app/assets/sprites/a/assets/stars-one-half.png +0 -0
  74. data/sandbox/app/assets/sprites/a/assets/stars-one.png +0 -0
  75. data/sandbox/app/assets/sprites/a/assets/stars-three-half.png +0 -0
  76. data/sandbox/app/assets/sprites/a/assets/stars-three.png +0 -0
  77. data/sandbox/app/assets/sprites/a/assets/stars-two-half.png +0 -0
  78. data/sandbox/app/assets/sprites/a/assets/stars-two.png +0 -0
  79. data/sandbox/app/assets/sprites/a/assets/stars-zero.png +0 -0
  80. data/sandbox/app/assets/sprites/assets-hd/arrow-down.png +0 -0
  81. data/sandbox/app/assets/sprites/assets-hd/arrow-up.png +0 -0
  82. data/sandbox/app/assets/sprites/assets/arrow-down.png +0 -0
  83. data/sandbox/app/assets/sprites/assets/arrow-up.png +0 -0
  84. data/sandbox/app/assets/stylesheets/application.css +3 -0
  85. data/sandbox/app/assets/stylesheets/default-sprites.sass +8 -0
  86. data/sandbox/app/assets/stylesheets/experiment.sass +178 -0
  87. data/sandbox/app/assets/stylesheets/sandbox-sprites.css +6 -0
  88. data/sandbox/app/controllers/application_controller.rb +3 -0
  89. data/sandbox/app/controllers/ui_library_controller.rb +15 -0
  90. data/sandbox/app/views/layouts/ui.html.haml +18 -0
  91. data/sandbox/app/views/ui_library/boiler.html.haml +32 -0
  92. data/sandbox/app/views/ui_library/components.html.haml +189 -0
  93. data/sandbox/app/views/ui_library/index.html.haml +300 -0
  94. data/sandbox/config.ru +4 -0
  95. data/sandbox/config/application.rb +55 -0
  96. data/sandbox/config/boot.rb +10 -0
  97. data/sandbox/config/environment.rb +5 -0
  98. data/sandbox/config/environments/development.rb +35 -0
  99. data/sandbox/config/environments/production.rb +67 -0
  100. data/sandbox/config/environments/test.rb +39 -0
  101. data/sandbox/config/initializers/backtrace_silencers.rb +7 -0
  102. data/sandbox/config/initializers/inflections.rb +10 -0
  103. data/sandbox/config/initializers/mime_types.rb +5 -0
  104. data/sandbox/config/initializers/secret_token.rb +7 -0
  105. data/sandbox/config/initializers/session_store.rb +8 -0
  106. data/sandbox/config/initializers/wrap_parameters.rb +10 -0
  107. data/sandbox/config/locales/en.yml +5 -0
  108. data/sandbox/config/routes.rb +5 -0
  109. data/sandbox/doc/README_FOR_APP +2 -0
  110. data/sandbox/lib/sass/sprite_relative.rb +7 -0
  111. data/sandbox/public/404.html +26 -0
  112. data/sandbox/public/422.html +26 -0
  113. data/sandbox/public/500.html +26 -0
  114. data/sandbox/public/favicon.ico +0 -0
  115. data/sandbox/public/robots.txt +5 -0
  116. data/sandbox/script/rails +6 -0
  117. data/vendor/assets/javascripts/iugu-ux.js +7 -0
  118. data/vendor/assets/javascripts/iugu-ux/capabilities.js +209 -0
  119. data/vendor/assets/javascripts/iugu-ux/enable-prettify.js +3 -0
  120. data/vendor/assets/javascripts/iugu-ux/google-code-prettify/prettify.js +28 -0
  121. data/vendor/assets/javascripts/iugu-ux/iugu-ux.js +11 -0
  122. data/vendor/assets/javascripts/iugu-ux/twitter-bootstrap/bootstrap.js +7 -0
  123. data/vendor/assets/javascripts/iugu-ux/twitter-bootstrap/notice.js +90 -0
  124. data/vendor/assets/javascripts/iugu-ux/web-app.js +24 -0
  125. data/vendor/assets/javascripts/vendor.js +15 -0
  126. data/vendor/assets/javascripts/vendor/backbone.js +1479 -0
  127. data/vendor/assets/javascripts/vendor/gmaps.js +1058 -0
  128. data/vendor/assets/javascripts/vendor/iscroll.js +1080 -0
  129. data/vendor/assets/javascripts/vendor/jquery.base64.js +190 -0
  130. data/vendor/assets/javascripts/vendor/jquery.checkboxes.js +284 -0
  131. data/vendor/assets/javascripts/vendor/jquery.cookie.js +47 -0
  132. data/vendor/assets/javascripts/vendor/jquery.js +9267 -0
  133. data/vendor/assets/javascripts/vendor/jquery.ui.js +11363 -0
  134. data/vendor/assets/javascripts/vendor/jquery.ui.touch-punch.js +160 -0
  135. data/vendor/assets/javascripts/vendor/jquery.web-storage.js +489 -0
  136. data/vendor/assets/javascripts/vendor/underscore.js +1204 -0
  137. data/vendor/assets/javascripts/web-app/comm.coffee +1 -0
  138. data/vendor/assets/javascripts/web-app/config.js.erb +3 -0
  139. data/vendor/assets/javascripts/web-app/controllers.js +0 -0
  140. data/vendor/assets/javascripts/web-app/environment.js.coffee +8 -0
  141. data/vendor/assets/javascripts/web-app/helpers.coffee +86 -0
  142. data/vendor/assets/javascripts/web-app/i18n-languages.js +0 -0
  143. data/vendor/assets/javascripts/web-app/i18n.coffee +37 -0
  144. data/vendor/assets/javascripts/web-app/models.js +0 -0
  145. data/vendor/assets/javascripts/web-app/sound.coffee +67 -0
  146. data/vendor/assets/javascripts/web-app/views.js +0 -0
  147. data/vendor/assets/sprites/iux-default-hd/menu-icon.png +0 -0
  148. data/vendor/assets/sprites/iux-default/menu-icon.png +0 -0
  149. data/vendor/assets/stylesheets/iugu-ux.css +8 -0
  150. data/vendor/assets/stylesheets/iugu-ux/adaptative-mixins.sass +50 -0
  151. data/vendor/assets/stylesheets/iugu-ux/components.sass +185 -0
  152. data/vendor/assets/stylesheets/iugu-ux/core.sass +10 -0
  153. data/vendor/assets/stylesheets/iugu-ux/google-code-prettify/prettify.css +48 -0
  154. data/vendor/assets/stylesheets/iugu-ux/iugu-ux.sass +16 -0
  155. data/vendor/assets/stylesheets/iugu-ux/iux-sprites.sass +8 -0
  156. data/vendor/assets/stylesheets/iugu-ux/mixins.sass +32 -0
  157. data/vendor/assets/stylesheets/iugu-ux/no-js.sass +15 -0
  158. data/vendor/assets/stylesheets/iugu-ux/reset.sass +229 -0
  159. data/vendor/assets/stylesheets/iugu-ux/sprite-mixins.sass +49 -0
  160. data/vendor/assets/stylesheets/iugu-ux/typography.sass +268 -0
  161. data/vendor/assets/stylesheets/iugu-ux/utilities.sass +51 -0
  162. data/vendor/assets/stylesheets/iugu-ux/variables.sass +46 -0
  163. metadata +485 -0
@@ -0,0 +1,6 @@
1
+ /*
2
+ * This is a manifest file that'll automatically include all the stylesheets available in this directory
3
+ * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
4
+ * the top of the compiled file, but it's generally better to create a new file per style scope.
5
+ *= require 'default-sprites.sass'
6
+ */
@@ -0,0 +1,3 @@
1
+ class ApplicationController < ActionController::Base
2
+ protect_from_forgery
3
+ end
@@ -0,0 +1,15 @@
1
+ class UiLibraryController < ApplicationController
2
+
3
+ layout 'ui'
4
+
5
+ def index
6
+ end
7
+
8
+ def components
9
+ end
10
+
11
+ def boiler
12
+ render :layout => false
13
+ end
14
+
15
+ end
@@ -0,0 +1,18 @@
1
+ !!! 5
2
+ %html{:lang => "en"}
3
+ %head
4
+ %meta{:charset => "utf-8"}/
5
+ %title= content_for?(:title) ? (yield(:title) + " - Iugu UX Development") : "Iugu UX Development"
6
+ = csrf_meta_tags
7
+
8
+ = stylesheet_link_tag "iugu-ux"
9
+ = javascript_include_tag "vendor"
10
+ = javascript_include_tag "iugu-ux"
11
+
12
+ %body{ :class => "iugu-ui #{action_name == "components" ? 'applicationBackground':''}" }
13
+
14
+
15
+ .content{ :style => "margin:20px" }
16
+ .wrapper{ :style => "max-width:860px;margin-left:auto;margin-right:auto" }
17
+
18
+ = yield
@@ -0,0 +1,32 @@
1
+ !!! 5
2
+ %html{:lang => "en"}
3
+ %head
4
+ %meta{:charset => "utf-8"}/
5
+ %title
6
+ App Testing
7
+ = csrf_meta_tags
8
+
9
+ = stylesheet_link_tag "iugu-ux"
10
+ = javascript_include_tag "vendor"
11
+ = javascript_include_tag "iugu-ux"
12
+ = stylesheet_link_tag "sandbox-sprites"
13
+ = stylesheet_link_tag "application"
14
+
15
+ %meta{ :name=>'viewport', :content=>'width=device-width, initial-scale=1, maximum-scale=1' }
16
+ %meta{ :name=>'apple-mobile-web-app-capable', :content=>'yes' }
17
+ %meta{ :name=>'apple-mobile-web-status-bar-style', :content=>'black' }
18
+ %meta{ :'http-equiv'=>'cleartype', :content=>'on' }
19
+ %meta{ :'http-equiv'=>'X-UA-Compatible', :content=>'IE=edge,chrome=1' }
20
+ %meta{ :name=>'MobileOptimized', :content=>'320' }
21
+
22
+ %body{ :class => "iugu-ui" }
23
+ %noscript
24
+ .js-warning
25
+
26
+ #app
27
+
28
+ %script
29
+ (function() { $(function() {
30
+ if (typeof(run_webapp) == 'function') return run_webapp(true);
31
+ });
32
+ }).call(this);
@@ -0,0 +1,189 @@
1
+ %div{ :style => "margin-bottom: 20px" }
2
+ = link_to "Base CSS", "/"
3
+ = ' | '
4
+ = link_to "Components", "/components"
5
+
6
+ %h3
7
+ Tags
8
+
9
+ .element-spacing
10
+ %p.no-bottom-margin
11
+ %span.tag new
12
+ Morbi leo risus, porta ac consectetur ac, vestibulum at eros.
13
+ %p.no-bottom-margin
14
+ %span.tag.red error
15
+ Morbi leo risus, porta ac consectetur ac, vestibulum at eros.
16
+ %p.no-bottom-margin
17
+ %span.tag.yellow warning
18
+ Morbi leo risus, porta ac consectetur ac, vestibulum at eros.
19
+ %p.no-bottom-margin
20
+ %span.tag.green done
21
+ Morbi leo risus, porta ac consectetur ac, vestibulum at eros.
22
+ %p.no-bottom-margin
23
+ %span.tag.blue shipping
24
+ Morbi leo risus, porta ac consectetur ac, vestibulum at eros.
25
+
26
+ %dl.dl-horizontal
27
+ %dt
28
+ %span.tag new
29
+ %dd A description list is perfect for defining terms.
30
+ %dt
31
+ %span.tag.red error
32
+ %dd Vestibulum id ligula porta felis euismod semper.
33
+ %dt
34
+ %span.tag.green done
35
+ %dd Vestibulum id ligula porta felis euismod semper.
36
+ %dt
37
+ %span.tag.green done
38
+ %dd Vestibulum id ligula porta felis euismod semper.
39
+ %dt
40
+ %span.tag.green done
41
+ %dd Vestibulum id ligula porta felis euismod semper.
42
+ %dt
43
+ %span.tag.green done
44
+ %dd Vestibulum id ligula porta felis euismod semper.
45
+ %dt
46
+ %span.tag.green done
47
+ %dd Vestibulum id ligula porta felis euismod semper.
48
+
49
+ %h3
50
+ Badges
51
+
52
+ .element-spacing
53
+ %span.badge
54
+ 1
55
+ %span.badge.red
56
+ 45
57
+ %span.badge.red
58
+ 102
59
+ %span.badge.green
60
+ 3
61
+
62
+ %h3
63
+ Notices
64
+
65
+ .notice
66
+ %button.close{ :'data-dismiss' => "notice" }
67
+ &times;
68
+ %strong
69
+ Warning!
70
+ Best check yo self, you're not looking too good.
71
+
72
+ .notice
73
+ %button.close{ :'data-dismiss' => "notice" }
74
+ &times;
75
+ %h4.notice-heading
76
+ Warning!
77
+ Best check yo self, you're not looking too good.
78
+
79
+ .notice.notice-red
80
+ %button.close{ :'data-dismiss' => "notice" }
81
+ &times;
82
+ %h4.notice-heading
83
+ Error!
84
+ Best check yo self, you're not looking too good.
85
+
86
+ .notice.notice-green
87
+ %button.close{ :'data-dismiss' => "notice" }
88
+ &times;
89
+ %h4.notice-heading
90
+ Success!
91
+ Best check yo self, you're not looking too good.
92
+
93
+ .notice.notice-blue
94
+ %button.close{ :'data-dismiss' => "notice" }
95
+ &times;
96
+ %h4.notice-heading
97
+ Info!
98
+ Best check yo self, you're not looking too good.
99
+ %ul
100
+ %li
101
+ Checking item #5
102
+ %li
103
+ Analysing lorem ipsum
104
+
105
+ %h3
106
+ Progress Bar
107
+
108
+ .progress
109
+ .bar{ :style => "width: 20%" }
110
+ 20%
111
+
112
+ .progress
113
+ .bar{ :style => "width: 20%" }
114
+
115
+ %h3
116
+ Containers
117
+
118
+ .container
119
+ Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
120
+
121
+ .container.no-padding
122
+ .header
123
+ Header
124
+ .padding
125
+ Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
126
+ .footer
127
+ Footer
128
+
129
+ .container
130
+ %p Cras mattis consectetur purus sit amet fermentum.
131
+ .container.no-bottom-margin
132
+ Container inside container. Cras mattis consectetur purus sit amet fermentum.
133
+
134
+ %h3
135
+ Tabbed Container
136
+
137
+ .tabbed
138
+ %ul.nav
139
+ %li.active{ :style => "width:50%" }
140
+ %a Profile
141
+ %li{ :style => "width:50%" }
142
+ %a Account
143
+ .container
144
+ Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
145
+
146
+ .tabbed
147
+ %ul.nav
148
+ %li.active{ :style => "width:50%" }
149
+ %a Profile
150
+ %li{ :style => "width:50%" }
151
+ %a{ :href => "http://google.com.br", :target => "_blank" }
152
+ Account
153
+ .container
154
+ .tabbed
155
+ %ul.nav
156
+ %li.active{ :style => "width:33.33%" }
157
+ %a First
158
+ %li{ :style => "width:33.33%" }
159
+ %a Middle
160
+ %li{ :style => "width:33.33%" }
161
+ %a Last
162
+ .container.no-bottom-margin
163
+ Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
164
+
165
+ .tabbed
166
+ %ul.nav
167
+ %li{ :style => "width:33.33%" }
168
+ %a Profile
169
+ %li.active{ :style => "width:33.33%" }
170
+ %a Account
171
+ %li{ :style => "width:33.33%" }
172
+ %a.no-padding
173
+ %span
174
+ %i.icon-test{ :style => "background-image: url('http://www.condorapartments.com.au/img/icon-bank.png')" }
175
+ Payment History
176
+
177
+ .container
178
+ Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
179
+
180
+ .tabbed
181
+
182
+ %ul.nav
183
+ %li{ :style => "width: 50%" }
184
+ %a Profile
185
+ %li.active{ :style => "width: 50%" }
186
+ %a Account
187
+ .container
188
+ Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
189
+
@@ -0,0 +1,300 @@
1
+ %div{ :style => "margin-bottom: 20px" }
2
+ = link_to "Base CSS", "/"
3
+ = ' | '
4
+ = link_to "Components", "/components"
5
+
6
+ .grid
7
+ .grid-item{ :style => "width:640px" }
8
+ %h3 Titles
9
+ %h1 H1 Lorem ipsum dolor sit amet
10
+ %h2 H2 Lorem ipsum dolor sit amet
11
+ %h3 H3 Lorem ipsum dolor sit amet
12
+ %h4 H4 Lorem ipsum dolor sit amet
13
+ %h5 H5 Lorem ipsum dolor sit amet
14
+ %h6 H6 Lorem ipsum dolor sit amet
15
+
16
+ %h3 Titles With No Bottom Margin
17
+ .element-spacing
18
+ %h1.no-bottom-margin H1 Lorem ipsum dolor sit amet
19
+ %h2.no-bottom-margin H2 Lorem ipsum dolor sit amet
20
+ %h3.no-bottom-margin H3 Lorem ipsum dolor sit amet
21
+ %h4.no-bottom-margin H4 Lorem ipsum dolor sit amet
22
+ %h5.no-bottom-margin H5 Lorem ipsum dolor sit amet
23
+ %h6.no-bottom-margin H6 Lorem ipsum dolor sit amet
24
+
25
+ %h3 Leading Body Texts
26
+
27
+ %img.responsive{ :src => "http://kaluuja.files.wordpress.com/2010/08/vector_wallpaper_by_seppoftw.jpg" }
28
+
29
+ %p.lead
30
+ Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Cras mattis consectetur purus sit amet fermentum. Integer <em>posuere erat</em> a ante venenatis dapibus posuere <strong>velit aliquet</strong>.
31
+
32
+ .grid-item-right{ :style => "width:200px" }
33
+ %h3 Titles in a Box
34
+ .wrapper.b10
35
+
36
+ %h1 H1 Vestibulum id ligula porta felis euismod semper. Cras justo odio, dapibus ac facilisis in, egestas eget quam.
37
+ %h2 H2 Vestibulum id ligula porta felis euismod semper. Cras justo odio, dapibus ac facilisis in, egestas eget quam.
38
+ %h3 H3 Vestibulum id ligula porta felis euismod semper. Cras justo odio, dapibus ac facilisis in, egestas eget quam.
39
+ %h4 H4 Vestibulum id ligula porta felis euismod semper. Cras justo odio, dapibus ac facilisis in, egestas eget quam.
40
+ %h5 H5 Vestibulum id ligula porta felis euismod semper. Cras justo odio, dapibus ac facilisis in, egestas eget quam.
41
+ %h6 H6 Vestibulum id ligula porta felis euismod semper. Cras justo odio, dapibus ac facilisis in, egestas eget quam.
42
+
43
+ %h3 Paragraphs
44
+
45
+ %p
46
+ Nulla vitae elit libero, a pharetra augue. Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.
47
+
48
+ %hr
49
+
50
+ %p
51
+ Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Nullam quis risus eget urna mollis ornare vel eu leo. Vestibulum id ligula porta felis euismod semper.
52
+
53
+ %p
54
+ Curabitur blandit tempus porttitor. Aenean lacinia bibendum nulla sed consectetur. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Donec sed odio dui.
55
+
56
+ .auto-clear
57
+ %h3 Paragraphs with Blocks
58
+
59
+ .floating-right
60
+ .box-model{ :style => "background: #CCC;width:200px;height:200px" }
61
+
62
+
63
+ %p
64
+ Nulla vitae elit libero, a pharetra augue. Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.
65
+
66
+ %p
67
+ Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Nullam quis risus eget urna mollis ornare vel eu leo. Vestibulum id ligula porta felis euismod semper.
68
+
69
+ .floating-left
70
+ .box-model{ :style => "background: #CCC;width:200px;height:200px" }
71
+
72
+ %p
73
+ Nulla vitae elit libero, a pharetra augue. Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.
74
+
75
+ %p
76
+ Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Nullam quis risus eget urna mollis ornare vel eu leo. Vestibulum id ligula porta felis euismod semper.
77
+
78
+ %h3
79
+ Grid
80
+
81
+ .grid
82
+ .grid-item.b10
83
+ %h1 B10
84
+ %p
85
+ Curabitur blandit tempus porttitor. Aenean lacinia bibendum nulla sed consectetur. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Donec sed odio dui.
86
+ .grid-item.b21
87
+ %h1 Fixed B21
88
+ %p
89
+ Curabitur blandit tempus porttitor. Aenean lacinia bibendum nulla sed consectetur. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Donec sed odio dui.
90
+ .grid-item.b10
91
+ %h1 B10
92
+ %p
93
+ Curabitur blandit tempus porttitor. Aenean lacinia bibendum nulla sed consectetur. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Donec sed odio dui.
94
+
95
+ %h3
96
+ Quotes
97
+
98
+ %blockquote
99
+ %p
100
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante venenatis.
101
+ %small
102
+ Someone famous in Body of work
103
+
104
+ %h3
105
+ Lists
106
+
107
+ .grid
108
+ .grid-item.b15
109
+ %h4 Unordered
110
+ %ul
111
+ %li Maecenas faucibus mollis interdum.
112
+ %li Maecenas faucibus mollis interdum.
113
+ %li Maecenas faucibus mollis interdum.
114
+ %li Maecenas faucibus mollis interdum.
115
+ %li Maecenas faucibus mollis interdum.
116
+ %li
117
+ Maecenas faucibus mollis interdum.
118
+ %ul
119
+ %li Maecenas faucibus mollis interdum.
120
+ %li Maecenas faucibus mollis interdum.
121
+ %li Maecenas faucibus mollis interdum.
122
+ %li Maecenas faucibus mollis interdum.
123
+ %li Maecenas faucibus mollis interdum.
124
+ %li Maecenas faucibus mollis interdum.
125
+
126
+ .grid-item.b13
127
+ %h4 Unstyled
128
+ %ul.rip
129
+ %li Maecenas faucibus mollis interdum.
130
+ %li Maecenas faucibus mollis interdum.
131
+ %li Maecenas faucibus mollis interdum.
132
+ %li Maecenas faucibus mollis interdum.
133
+ %li Maecenas faucibus mollis interdum.
134
+ %li
135
+ Maecenas faucibus mollis interdum.
136
+ %ul
137
+ %li Maecenas faucibus mollis interdum.
138
+ %li Maecenas faucibus mollis interdum.
139
+ %li Maecenas faucibus mollis interdum.
140
+ %li Maecenas faucibus mollis interdum.
141
+ %li Maecenas faucibus mollis interdum.
142
+ %li Maecenas faucibus mollis interdum.
143
+
144
+ .grid-item.b13
145
+ %h4 Ordered
146
+ %ol
147
+ %li Maecenas faucibus mollis interdum.
148
+ %li Maecenas faucibus mollis interdum.
149
+ %li Maecenas faucibus mollis interdum.
150
+ %li Maecenas faucibus mollis interdum.
151
+ %li Maecenas faucibus mollis interdum.
152
+ %li Maecenas faucibus mollis interdum.
153
+
154
+ %h3
155
+ Code
156
+
157
+ %pre{ :class => "prettyprint linenums:97 linenums" }
158
+ &lt;p&gt;Sample text here...&lt;/p&gt;
159
+ &lt;p&gt;Sample text here...&lt;/p&gt;
160
+ &lt;p&gt;Sample text here...&lt;/p&gt;
161
+ &lt;p&gt;Sample text here...&lt;/p&gt;
162
+
163
+ %pre{ :class => "prettyprint linenums:1 linenums" }
164
+ :plain
165
+ def sum( a, b )
166
+ a + b
167
+ end
168
+
169
+ %p
170
+ Etiam porta sem malesuada
171
+ %code magna
172
+ mollis euismod.
173
+
174
+ %h3 Description Lists
175
+ .grid
176
+ .grid-item.b14
177
+ %dl
178
+ %dt Description Lists
179
+ %dd A description list is perfect for defining terms.
180
+ %dt Euismod
181
+ %dd Vestibulum id ligula porta felis euismod semper.
182
+ .grid-item.b18
183
+ %dl.dl-horizontal
184
+ %dt Description Lists
185
+ %dd A description list is perfect for defining terms.
186
+ %dt Euismod
187
+ %dd Vestibulum id ligula porta felis euismod semper.
188
+
189
+ %h3 Tables
190
+
191
+ %table.table-stripping.table-highlighting
192
+ %thead
193
+ %tr
194
+ %th.tar #
195
+ %th First Name
196
+ %th Last name
197
+ %th Username
198
+ %tbody
199
+ %tr
200
+ %td.tar 1
201
+ %td Patrick
202
+ %td Negri
203
+ %td pnegri
204
+ %tr
205
+ %td.tar 2
206
+ %td Marcelo
207
+ %td Paez
208
+ %td paezao
209
+ %tr
210
+ %td.tar 3
211
+ %td Alexandre
212
+ %td Paez
213
+ %td alepaez
214
+
215
+ %table.table-highlighting
216
+ %thead
217
+ %tr
218
+ %th.tar #
219
+ %th First Name
220
+ %th Last name
221
+ %th Username
222
+ %tbody
223
+ %tr
224
+ %td.tar 1
225
+ %td Patrick
226
+ %td Negri
227
+ %td pnegri
228
+ %tr
229
+ %td.tar 2
230
+ %td Marcelo
231
+ %td Paez
232
+ %td paezao
233
+ %tr
234
+ %td.tar 3
235
+ %td Alexandre
236
+ %td Paez
237
+ %td alepaez
238
+
239
+ %h3.no-bottom-margin
240
+ Boxes
241
+ %h6 Box, Box-Highlighting &amp; Box-Rounded
242
+
243
+ .grid
244
+ .grid-item.b21
245
+ .box.box-highlighting
246
+ %img.responsive.no-bottom-margin{ :src => "http://placehold.it/400x400" }
247
+ .grid-item.b21
248
+ .box.box-highlighting
249
+ %img.responsive.no-bottom-margin{ :src => "http://placehold.it/400x400" }
250
+ .grid-item.b21
251
+ .box.box-highlighting
252
+ %img.responsive.no-bottom-margin{ :src => "http://placehold.it/400x400" }
253
+ .grid-item.b21
254
+ .box.box-highlighting
255
+ %img.responsive.no-bottom-margin{ :src => "http://placehold.it/400x400" }
256
+
257
+ .grid
258
+ .grid-item.b21
259
+ .box.box-highlighting.box-rounded
260
+ %img.responsive.no-bottom-margin{ :src => "http://placehold.it/400x400" }
261
+ .grid-item.b21
262
+ .box.box-highlighting.box-rounded
263
+ %img.responsive.no-bottom-margin{ :src => "http://placehold.it/400x400" }
264
+ .grid-item.b21
265
+ .box.box-highlighting.box-rounded
266
+ %img.responsive.no-bottom-margin{ :src => "http://placehold.it/400x400" }
267
+ .grid-item.b21
268
+ .box.box-highlighting.box-rounded
269
+ %img.responsive.no-bottom-margin{ :src => "http://placehold.it/400x400" }
270
+
271
+ %h3
272
+ Grid System
273
+
274
+ .element-spacing
275
+ .grid
276
+ .grid-item
277
+ .box{ :style => "width:200px;height:200px" }
278
+ %img.responsive.no-bottom-margin{ :src => "http://placehold.it/200x200" }
279
+ .grid-item
280
+ .box{ :style => "width:200px;height:200px" }
281
+ %img.responsive.no-bottom-margin{ :src => "http://placehold.it/200x200" }
282
+ .grid-item
283
+ .box{ :style => "width:200px;height:200px" }
284
+ %img.responsive.no-bottom-margin{ :src => "http://placehold.it/200x200" }
285
+ .grid-item
286
+ .box{ :style => "width:200px;height:200px" }
287
+ %img.responsive.no-bottom-margin{ :src => "http://placehold.it/200x200" }
288
+ .grid-item
289
+ .box{ :style => "width:200px;height:200px" }
290
+ %img.responsive.no-bottom-margin{ :src => "http://placehold.it/200x200" }
291
+ .grid-item
292
+ .box{ :style => "width:200px;height:200px" }
293
+ %img.responsive.no-bottom-margin{ :src => "http://placehold.it/200x200" }
294
+
295
+ %h3
296
+ Borderless Buttons
297
+
298
+ .element-spacing
299
+ %button.borderless
300
+ &times;