fronty-gem 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (136) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +1 -0
  3. data/Gemfile +6 -0
  4. data/LICENSE.txt +21 -0
  5. data/README.md +39 -0
  6. data/Rakefile +2 -0
  7. data/app/controllers/concerns/dynamic_content.rb +160 -0
  8. data/app/controllers/designers_controller.rb +257 -0
  9. data/app/controllers/pages_controller.rb +23 -0
  10. data/app/views/designers/editor.html.erb +245 -0
  11. data/app/views/pages/404.html.erb +2 -0
  12. data/app/views/pages/welcome.html.erb +2 -0
  13. data/bin/console +14 -0
  14. data/bin/setup +8 -0
  15. data/config/initializers/assets.rb +2 -0
  16. data/config/routes.rb +20 -0
  17. data/fronty-gem.gemspec +37 -0
  18. data/lib/config/routes.rb +3 -0
  19. data/lib/fronty-gem.rb +5 -0
  20. data/lib/fronty-gem/version.rb +3 -0
  21. data/lib/tasks/fronty.rake +14 -0
  22. data/vendor/assets/demo/album/album.css +39 -0
  23. data/vendor/assets/demo/album/index.html +231 -0
  24. data/vendor/assets/demo/blog/blog.css +130 -0
  25. data/vendor/assets/demo/blog/index.html +230 -0
  26. data/vendor/assets/demo/carousel/carousel.css +91 -0
  27. data/vendor/assets/demo/carousel/index.html +186 -0
  28. data/vendor/assets/demo/narrow-jumbotron/index.html +82 -0
  29. data/vendor/assets/demo/narrow-jumbotron/narrow-jumbotron.css +80 -0
  30. data/vendor/assets/demo/offcanvas/index.html +158 -0
  31. data/vendor/assets/demo/offcanvas/offcanvas.css +79 -0
  32. data/vendor/assets/demo/offcanvas/offcanvas.js +7 -0
  33. data/vendor/assets/demo/pricing/index.html +141 -0
  34. data/vendor/assets/demo/pricing/pricing.css +25 -0
  35. data/vendor/assets/demo/product/index.html +177 -0
  36. data/vendor/assets/demo/product/product.css +79 -0
  37. data/vendor/assets/fonts/line-awesome.eot +0 -0
  38. data/vendor/assets/fonts/line-awesome.svg +2628 -0
  39. data/vendor/assets/fonts/line-awesome.ttf +0 -0
  40. data/vendor/assets/fonts/line-awesome.woff +0 -0
  41. data/vendor/assets/fonts/line-awesome.woff2 +0 -0
  42. data/vendor/assets/images/icons/alert.svg +66 -0
  43. data/vendor/assets/images/icons/arrow-down.svg +60 -0
  44. data/vendor/assets/images/icons/arrow-right.svg +60 -0
  45. data/vendor/assets/images/icons/badge.svg +81 -0
  46. data/vendor/assets/images/icons/breadcrumbs.svg +77 -0
  47. data/vendor/assets/images/icons/button.svg +78 -0
  48. data/vendor/assets/images/icons/button_group.svg +81 -0
  49. data/vendor/assets/images/icons/button_toolbar.svg +87 -0
  50. data/vendor/assets/images/icons/cart.svg +62 -0
  51. data/vendor/assets/images/icons/categories.svg +62 -0
  52. data/vendor/assets/images/icons/chart.svg +1 -0
  53. data/vendor/assets/images/icons/checkbox.svg +66 -0
  54. data/vendor/assets/images/icons/checkout.svg +62 -0
  55. data/vendor/assets/images/icons/chevron-down.svg +67 -0
  56. data/vendor/assets/images/icons/chevron-right.svg +67 -0
  57. data/vendor/assets/images/icons/components/cart.svg +16 -0
  58. data/vendor/assets/images/icons/components/checkbox.svg +1 -0
  59. data/vendor/assets/images/icons/components/contact-form.svg +13 -0
  60. data/vendor/assets/images/icons/components/map.svg +12 -0
  61. data/vendor/assets/images/icons/container.svg +66 -0
  62. data/vendor/assets/images/icons/facebook.svg +1 -0
  63. data/vendor/assets/images/icons/file.svg +1 -0
  64. data/vendor/assets/images/icons/filters.svg +62 -0
  65. data/vendor/assets/images/icons/folder.svg +1 -0
  66. data/vendor/assets/images/icons/form.svg +66 -0
  67. data/vendor/assets/images/icons/grid_row.svg +66 -0
  68. data/vendor/assets/images/icons/heading.svg +66 -0
  69. data/vendor/assets/images/icons/hr.svg +66 -0
  70. data/vendor/assets/images/icons/image.svg +62 -0
  71. data/vendor/assets/images/icons/instagram.svg +62 -0
  72. data/vendor/assets/images/icons/jumbotron.svg +66 -0
  73. data/vendor/assets/images/icons/label.svg +73 -0
  74. data/vendor/assets/images/icons/link.svg +1 -0
  75. data/vendor/assets/images/icons/list_group.svg +66 -0
  76. data/vendor/assets/images/icons/map.svg +62 -0
  77. data/vendor/assets/images/icons/maps.png +0 -0
  78. data/vendor/assets/images/icons/minus_round.svg +1 -0
  79. data/vendor/assets/images/icons/navbar.svg +66 -0
  80. data/vendor/assets/images/icons/pagination.svg +68 -0
  81. data/vendor/assets/images/icons/panel.svg +66 -0
  82. data/vendor/assets/images/icons/paragraph.svg +66 -0
  83. data/vendor/assets/images/icons/paypal.svg +1 -0
  84. data/vendor/assets/images/icons/play-button.svg +42 -0
  85. data/vendor/assets/images/icons/plus_round.svg +1 -0
  86. data/vendor/assets/images/icons/product.png +0 -0
  87. data/vendor/assets/images/icons/product.svg +62 -0
  88. data/vendor/assets/images/icons/product_gallery.svg +68 -0
  89. data/vendor/assets/images/icons/products.svg +62 -0
  90. data/vendor/assets/images/icons/progressbar.svg +67 -0
  91. data/vendor/assets/images/icons/radio.svg +66 -0
  92. data/vendor/assets/images/icons/search.svg +69 -0
  93. data/vendor/assets/images/icons/select_input.svg +67 -0
  94. data/vendor/assets/images/icons/slider.svg +62 -0
  95. data/vendor/assets/images/icons/table.svg +66 -0
  96. data/vendor/assets/images/icons/text_area.svg +66 -0
  97. data/vendor/assets/images/icons/text_input.svg +66 -0
  98. data/vendor/assets/images/icons/twitter.svg +55 -0
  99. data/vendor/assets/images/icons/user.svg +62 -0
  100. data/vendor/assets/images/icons/video.svg +45 -0
  101. data/vendor/assets/images/icons/well.svg +82 -0
  102. data/vendor/assets/images/svg/icon-a.svg +235 -0
  103. data/vendor/assets/images/svg/icon-b.svg +224 -0
  104. data/vendor/assets/images/svg/icon-c.svg +224 -0
  105. data/vendor/assets/images/svg/icon-d.svg +224 -0
  106. data/vendor/assets/images/svg/logo.svg +41 -0
  107. data/vendor/assets/images/thumbnails/XX__.png +0 -0
  108. data/vendor/assets/images/thumbnails/comparison.png +0 -0
  109. data/vendor/assets/images/thumbnails/details-with-title-complate.png +0 -0
  110. data/vendor/assets/images/thumbnails/details.png +0 -0
  111. data/vendor/assets/images/thumbnails/footer-with-links.png +0 -0
  112. data/vendor/assets/images/thumbnails/footer.png +0 -0
  113. data/vendor/assets/images/thumbnails/header.png +0 -0
  114. data/vendor/assets/images/thumbnails/jumbotron-with-title.png +0 -0
  115. data/vendor/assets/images/thumbnails/jumbotron.png +0 -0
  116. data/vendor/assets/images/thumbnails/linkbar.png +0 -0
  117. data/vendor/assets/images/thumbnails/liticle.png +0 -0
  118. data/vendor/assets/images/thumbnails/logobar.png +0 -0
  119. data/vendor/assets/images/thumbnails/page-title.png +0 -0
  120. data/vendor/assets/images/thumbnails/quiz-complate.png +0 -0
  121. data/vendor/assets/images/thumbnails/quiz-with-hero-complate.png +0 -0
  122. data/vendor/assets/images/thumbnails/result-complate.png +0 -0
  123. data/vendor/assets/images/thumbnails/review-section.png +0 -0
  124. data/vendor/assets/images/thumbnails/review-v2-complate.png +0 -0
  125. data/vendor/assets/images/thumbnails/review-v3-complate.png +0 -0
  126. data/vendor/assets/images/thumbnails/review_section_v4_complate.png +0 -0
  127. data/vendor/assets/images/thumbnails/split-hero-complate.png +0 -0
  128. data/vendor/assets/images/thumbnails/subtitle-with-button-complate.png +0 -0
  129. data/vendor/assets/images/thumbnails/subtitle-with-link.png +0 -0
  130. data/vendor/assets/images/thumbnails/unknown-complate.png +0 -0
  131. data/vendor/assets/images/thumbnails/unknown1-complate.png +0 -0
  132. data/vendor/assets/images/thumbnails/video-section-complate.png +0 -0
  133. data/vendor/assets/javascript/fronty-designer-init.js +491 -0
  134. data/vendor/assets/javascript/fronty-designer.js +16518 -0
  135. data/vendor/assets/stylesheets/fronty-designer.css +11255 -0
  136. metadata +235 -0
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve">
6
+ <path d="M41.941,12.909l-6,1.161c-0.47,0.091-0.81,0.502-0.81,0.981v4.037h-23c-0.371,0-0.712,0.206-0.885,0.534
7
+ s-0.149,0.726,0.061,1.031l5.528,8.055c0.187,0.272,0.495,0.435,0.824,0.435h16.284l0.006,2.219H20.132
8
+ c-0.016,0-0.029,0.008-0.045,0.009c-0.03-0.001-0.057-0.009-0.087-0.009c-1.755,0-3.183,1.464-3.183,3.264s1.428,3.265,3.183,3.265
9
+ c1.754,0,3.182-1.465,3.182-3.265c0-0.448-0.089-0.875-0.249-1.264h8.221c-0.16,0.389-0.249,0.816-0.249,1.264
10
+ c0,1.8,1.428,3.265,3.182,3.265s3.182-1.465,3.182-3.265c0-1.083-0.523-2.038-1.317-2.632l-0.007-2.85h0.188c0.553,0,1-0.447,1-1
11
+ v-8.055c0-0.028-0.014-0.051-0.016-0.079c0.002-0.027,0.016-0.051,0.016-0.079v-4.055l5.19-1.005
12
+ c0.542-0.104,0.896-0.629,0.791-1.172C43.009,13.158,42.487,12.799,41.941,12.909z M20,35.891c-0.652,0-1.183-0.567-1.183-1.265
13
+ s0.53-1.264,1.183-1.264c0.651,0,1.182,0.566,1.182,1.264S20.651,35.891,20,35.891z M34.087,35.891
14
+ c-0.651,0-1.182-0.567-1.182-1.265s0.53-1.264,1.182-1.264s1.182,0.566,1.182,1.264S34.738,35.891,34.087,35.891z M14.031,21.089
15
+ h21.101v6.055H18.187L14.031,21.089z"/>
16
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="utf-8"?> <!-- Generator: IcoMoon.io --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g><path d="M 16.084,0c-8.836,0-16,7.164-16,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.92,0, 16.084,0z M 16.084,30c-7.72,0-14-6.28-14-14 s 6.28-14, 14-14s 14,6.28, 14,14S 23.802,30, 16.084,30zM 23.092,9.636c-0.646-0.424-1.514-0.242-1.938,0.406L 14.402,20.36L 11.174,17.372 C 10.606,16.848, 9.72,16.882, 9.194,17.45S 8.704,18.902, 9.272,19.428l 4.462,4.128c 0.016,0.014, 0.036,0.018, 0.052,0.032 c 0.040,0.032, 0.064,0.076, 0.106,0.106c 0.060,0.040, 0.128,0.048, 0.192,0.076c 0.076,0.036, 0.15,0.070, 0.23,0.092 c 0.078,0.020, 0.154,0.030, 0.234,0.036c 0.114,0.012, 0.224,0.012, 0.336-0.004c 0.046-0.008, 0.090-0.020, 0.136-0.032 c 0.138-0.034, 0.266-0.088, 0.392-0.164c 0.022-0.014, 0.040-0.030, 0.062-0.044c 0.082-0.056, 0.17-0.098, 0.24-0.174 c 0.050-0.054, 0.072-0.124, 0.112-0.184c 0.002-0.002, 0.006-0.004, 0.006-0.006l 7.664-11.714C 23.92,10.928, 23.738,10.060, 23.092,9.636z"></path></g></svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve">
6
+ <path d="M41.798,33.763v-18c0-0.513-0.39-0.919-0.887-0.977c-0.009-0.002-0.017-0.004-0.025-0.005
7
+ c-0.03-0.003-0.057-0.018-0.088-0.018h-30c-0.032,0-0.06,0.015-0.091,0.018c-0.065,0.006-0.126,0.019-0.189,0.038
8
+ c-0.065,0.019-0.125,0.041-0.183,0.072c-0.053,0.028-0.1,0.062-0.147,0.099c-0.056,0.044-0.105,0.09-0.151,0.145
9
+ c-0.019,0.023-0.045,0.035-0.062,0.06c-0.019,0.027-0.022,0.06-0.038,0.088c-0.034,0.06-0.059,0.12-0.08,0.187
10
+ c-0.02,0.065-0.033,0.129-0.039,0.196c-0.003,0.033-0.019,0.062-0.019,0.096v18c0,0.553,0.447,1,1,1h30
11
+ C41.351,34.763,41.798,34.315,41.798,33.763z M37.502,16.763l-11.745,8.092l-11.745-8.092H37.502z M11.798,32.763V17.666
12
+ l13.392,9.227c0.171,0.118,0.369,0.177,0.567,0.177s0.396-0.059,0.567-0.177l13.474-9.283v15.153H11.798z"/>
13
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve">
6
+ <path d="M24.43,40.153c0.186,0.276,0.497,0.441,0.829,0.441h0c0.333,0,0.644-0.166,0.829-0.441l9.436-14.018
7
+ c1.128-1.799,1.725-3.865,1.725-5.976c0-6.376-5.383-11.564-12-11.564s-12,5.188-12,11.564c0,2.114,0.599,4.184,1.749,6.012
8
+ L24.43,40.153z M25.25,10.594c5.514,0,10,4.291,10,9.564c0,1.734-0.491,3.433-1.402,4.886l-8.59,12.76l-8.584-12.726
9
+ c-0.932-1.482-1.424-3.183-1.424-4.92C15.25,14.885,19.736,10.594,25.25,10.594z"/>
10
+ <path d="M25.25,25.616c3.135,0,5.686-2.467,5.686-5.5s-2.55-5.5-5.686-5.5s-5.686,2.467-5.686,5.5S22.115,25.616,25.25,25.616z
11
+ M25.25,16.616c2.032,0,3.686,1.57,3.686,3.5s-1.653,3.5-3.686,3.5s-3.686-1.57-3.686-3.5S23.218,16.616,25.25,16.616z"/>
12
+ </svg>
@@ -0,0 +1,66 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="154.03555mm"
13
+ height="153.88795mm"
14
+ viewBox="0 0 545.79528 545.27228"
15
+ id="svg2"
16
+ version="1.1"
17
+ inkscape:version="0.91 r13725"
18
+ sodipodi:docname="container.svg">
19
+ <defs
20
+ id="defs4" />
21
+ <sodipodi:namedview
22
+ id="base"
23
+ pagecolor="#ffffff"
24
+ bordercolor="#666666"
25
+ borderopacity="1.0"
26
+ inkscape:pageopacity="0.0"
27
+ inkscape:pageshadow="2"
28
+ inkscape:zoom="1.4"
29
+ inkscape:cx="598.88886"
30
+ inkscape:cy="97.815052"
31
+ inkscape:document-units="px"
32
+ inkscape:current-layer="layer1"
33
+ showgrid="false"
34
+ fit-margin-top="10"
35
+ fit-margin-left="10"
36
+ fit-margin-right="10"
37
+ fit-margin-bottom="10"
38
+ inkscape:window-width="2560"
39
+ inkscape:window-height="1391"
40
+ inkscape:window-x="0"
41
+ inkscape:window-y="0"
42
+ inkscape:window-maximized="1" />
43
+ <metadata
44
+ id="metadata7">
45
+ <rdf:RDF>
46
+ <cc:Work
47
+ rdf:about="">
48
+ <dc:format>image/svg+xml</dc:format>
49
+ <dc:type
50
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
51
+ <dc:title></dc:title>
52
+ </cc:Work>
53
+ </rdf:RDF>
54
+ </metadata>
55
+ <g
56
+ inkscape:label="Layer 1"
57
+ inkscape:groupmode="layer"
58
+ id="layer1"
59
+ transform="translate(584.66255,206.31975)">
60
+ <path
61
+ style="fill:#000000"
62
+ d="m -508.43002,302.5808 c -25.04349,-5.62182 -44.43752,-32.50794 -40.22128,-55.75913 1.62697,-8.97219 4.41276,-15.54975 9.3813,-22.15033 8.53441,-11.33772 18.85814,-17.95788 32.82733,-21.05073 l 2.75,-0.60886 0,-136.809199 0,-136.8092 -4.75,-1.09817 c -25.56778,-5.91111 -44.08301,-31.687711 -40.21532,-55.987081 2.97708,-18.70391 17.96605,-35.85976 36.15825,-41.38547 5.55414,-1.68702 8.79211,-2.02452 16.28082,-1.69699 8.53643,0.37335 10.07418,0.76876 17.71589,4.55538 14.28259,7.0773 24.21973,18.98103 28.40159,34.02237 l 1.73667,6.24646 136.6721,0 136.6721,0 1.73667,-6.24646 c 4.23173,-15.22071 13.89442,-26.83378 28.243,-33.94379 7.81572,-3.87284 9.30605,-4.25921 17.87448,-4.63396 11.5126,-0.50352 20.27877,1.84287 29.238889,7.82621 30.68837,20.49291 31.43932,61.33858 1.52024,82.688401 -5.913409,4.21973 -17.554119,9.24052 -21.535379,9.28851 -1.65805,0.02 -1.75,7.21869 -1.75,137.00204 l 0,136.980949 2.75,0.60886 c 10.63659,2.35499 19.251769,6.86082 26.297899,13.75405 21.40085,20.93648 21.82631,49.99012 1.03605,70.74929 -20.281399,20.25107 -49.186609,20.52869 -69.284359,0.66545 -7.03225,-6.9502 -13.10739,-17.41347 -14.86269,-25.59817 l -1.10263,-5.14138 -136.81739,0 -136.8174,0 -1.2219,5.25 c -2.86797,12.32249 -13.48624,26.86151 -24.20566,33.14351 -10.62256,6.22524 -23.732,8.55674 -34.50927,6.13744 z m 20.42141,-21.85703 c 6.53065,-2.40777 11.95888,-7.24553 14.93829,-13.31333 2.51797,-5.12807 2.86715,-6.92302 2.79369,-14.36059 -0.0957,-9.69201 -1.59008,-13.97312 -6.94713,-19.90273 -5.15239,-5.70308 -12.19699,-8.42079 -21.96891,-8.4753 -12.30087,-0.0686 -20.5048,4.63704 -25.70429,14.74358 -3.01127,5.85316 -3.61872,17.64052 -1.27304,24.70272 2.20401,6.63564 9.24919,13.98614 15.5309,16.20397 5.2571,1.85608 18.06889,2.08349 22.63049,0.40168 z m 374.85262,-0.34112 c 7.16064,-2.43987 13.882679,-9.52766 16.024979,-16.8969 2.18925,-7.53076 1.57675,-18.33195 -1.36495,-24.07035 -5.162619,-10.07078 -13.366939,-14.78675 -25.696709,-14.7709 -16.85836,0.0217 -27.47451,9.30064 -29.16696,25.49313 -1.46199,13.9875 5.78598,26.22616 18.16696,30.67608 4.67194,1.67917 16.52391,1.44733 22.03668,-0.43106 z m -56.07849,-49.08518 c 3.81538,-7.41308 15.37635,-18.97405 22.78943,-22.78943 l 5.74763,-2.95819 -0.001,-139.499999 -0.001,-139.5 -6.4607,-3.34066 c -7.83309,-4.05029 -18.41856,-14.84497 -22.282,-22.72238 l -2.66719,-5.436961 -139.54168,0.002 -139.54168,0.002 -2.94529,5.747621 c -3.86728,7.54683 -16.3592,19.96578 -23.30471,23.16857 l -5.25,2.42093 0,139.71172 0,139.711709 5.75,2.79073 c 7.33738,3.56115 18.83976,15.01296 22.79181,22.69159 l 2.95819,5.74763 139.5,0 139.5,0 2.95819,-5.74763 z M -488.77921,-93.517099 c 6.43001,-1.9095 13.07319,-7.731861 16.27556,-14.264551 3.14517,-6.41601 3.22104,-19.55375 0.15112,-26.1685 -2.67579,-5.76554 -7.64057,-10.75252 -13.34014,-13.39979 -6.72616,-3.12409 -20.7851,-2.9836 -27,0.26981 -6.14711,3.21792 -8.7392,5.76312 -11.84418,11.62998 -2.32355,4.39033 -2.6468,6.15837 -2.65102,14.5 -0.004,8.67176 0.25451,9.96819 2.96958,14.87025 3.49721,6.314241 7.73664,9.817691 14.85807,12.278681 6.43256,2.22293 13.71385,2.32345 20.58101,0.28412 z m 373.74139,0.0768 c 7.09079,-2.10573 12.3643,-6.29487 15.845149,-12.586961 2.74225,-4.95698 3,-6.23909 3,-14.92289 0,-8.01583 -0.36598,-10.20303 -2.3426,-14 -5.013499,-9.63063 -12.285749,-14.0744 -24.157399,-14.76158 -13.02435,-0.75391 -23.53564,5.06678 -28.33687,15.69171 -2.72081,6.02103 -2.92509,18.59593 -0.40802,25.11667 5.03342,13.039651 21.29626,19.948311 36.39974,15.463051 z"
63
+ id="path4371"
64
+ inkscape:connector-curvature="0" />
65
+ </g>
66
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" ?><svg height="60px" version="1.1" viewBox="0 0 60 60" width="60px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title/><desc/><defs/><g fill="none" fill-rule="evenodd" id="Page-1" stroke="none" stroke-width="1"><g id="Facebook" stroke="#000000" stroke-width="2" transform="translate(1.000000, 1.000000)"><path d="M39.0432,58 L39.0432,35.696 L46.2462,35.696 L47.3202,27.003 L39.0432,27.003 L39.0432,21.454 C39.0432,18.94 39.7132,17.225 43.1872,17.225 L47.6142,17.219 L47.6142,9.45 C46.8472,9.342 44.2202,9.102 41.1612,9.102 C34.7782,9.102 30.4082,13.157 30.4082,20.596 L30.4082,27.003 L23.1822,27.003 L23.1822,35.696 L30.4082,35.696 L30.4082,58 L39.0432,58 L39.0432,58 Z" id="Stroke-1"/><path d="M54,58 L4,58 C1.791,58 0,56.209 0,54 L0,4 C0,1.791 1.791,0 4,0 L54,0 C56.209,0 58,1.791 58,4 L58,54 C58,56.209 56.209,58 54,58 L54,58 Z" id="Stroke-99" stroke-linejoin="round"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg enable-background="new 0 0 512 512" height="512px" id="Layer_1" version="1.1" viewBox="0 0 512 512" width="512px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M438.247,183.129L261.315,6.196h-15.192h-5.633H73.888V506h364.44V183.16L438.247,183.129z M261.315,35.645 l137.153,137.152H261.315V35.645z M94.713,485.175V27.021H240.49v166.601h177.014v291.552H94.713z" fill="#37404D"/></svg>
@@ -0,0 +1,62 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ id="svg2"
13
+ version="1.1"
14
+ inkscape:version="0.91 r13725"
15
+ width="511.29028"
16
+ height="711.38916"
17
+ viewBox="0 0 511.29028 711.38917"
18
+ sodipodi:docname="filters.svg">
19
+ <metadata
20
+ id="metadata8">
21
+ <rdf:RDF>
22
+ <cc:Work
23
+ rdf:about="">
24
+ <dc:format>image/svg+xml</dc:format>
25
+ <dc:type
26
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
27
+ <dc:title></dc:title>
28
+ </cc:Work>
29
+ </rdf:RDF>
30
+ </metadata>
31
+ <defs
32
+ id="defs6" />
33
+ <sodipodi:namedview
34
+ pagecolor="#ffffff"
35
+ bordercolor="#666666"
36
+ borderopacity="1"
37
+ objecttolerance="10"
38
+ gridtolerance="10"
39
+ guidetolerance="10"
40
+ inkscape:pageopacity="0"
41
+ inkscape:pageshadow="2"
42
+ inkscape:window-width="2560"
43
+ inkscape:window-height="1391"
44
+ id="namedview4"
45
+ showgrid="false"
46
+ fit-margin-top="100"
47
+ fit-margin-left="0"
48
+ fit-margin-right="0"
49
+ fit-margin-bottom="100"
50
+ inkscape:zoom="0.65186406"
51
+ inkscape:cx="323.0591"
52
+ inkscape:cy="44.234159"
53
+ inkscape:window-x="0"
54
+ inkscape:window-y="0"
55
+ inkscape:window-maximized="1"
56
+ inkscape:current-layer="svg2" />
57
+ <path
58
+ style="fill:#000000"
59
+ d="m 56.97054,610.14372 c -3.70425,-1.71473 -7.02544,-5.24284 -8.43339,-8.95882 -0.72702,-1.91883 -1.06661,-31.76686 -1.06661,-93.75 0,-76.78341 -0.21541,-90.9349 -1.3842,-90.9349 -0.76132,0 -5.14882,-1.88108 -9.75,-4.18017 C 25.42582,406.86812 12.67432,394.42472 7.31529,384 1.30156,372.30171 0,367.2309 0,355.5 0,343.78934 1.29025,338.74806 7.29423,327 12.6292,316.56101 25.4039,304.09486 36.33634,298.65938 c 4.60118,-2.28766 8.9818,-4.15938 9.7347,-4.15938 1.14675,0 1.41196,-14.99944 1.6342,-92.42698 0.26288,-91.58332 0.28412,-92.45218 2.32709,-95.18821 C 53.93069,101.66396 57.15462,100 63.37171,100 c 4.70771,0 6.39692,0.48999 9.28594,2.69355 7.23226,5.51631 6.81289,-0.68281 6.81289,100.70758 0,76.92306 0.21539,91.09887 1.3842,91.09887 0.76132,0 5.14882,1.87172 9.75,4.15938 10.93244,5.43548 23.70718,17.90163 29.04208,28.34062 6.004,11.74806 7.2943,16.78934 7.2943,28.5 0,11.7309 -1.3016,16.80171 -7.3153,28.5 -5.3591,10.42472 -18.11056,22.86812 -29.02108,28.31983 -4.60118,2.29909 -8.98868,4.18017 -9.75,4.18017 -1.16881,0 -1.3842,14.17581 -1.3842,91.09887 0,101.21155 0.39886,95.20691 -6.68288,100.60842 -4.07625,3.1091 -11.35802,4.00058 -15.81712,1.93643 z M 78.11465,384.54428 c 13.94402,-6.15372 20.4748,-22.60106 15.81752,-39.83534 -1.5477,-5.72728 -2.62862,-7.52238 -7.3873,-12.2682 -4.54306,-4.53078 -6.69649,-5.87206 -11.63993,-7.25 -7.703,-2.14715 -15.1658,-2.14715 -22.8688,0 -4.94924,1.37956 -7.08877,2.7139 -11.62486,7.25 -4.5361,4.53609 -5.87044,6.67562 -7.25,11.62486 -5.46862,19.61894 2.57087,36.82221 19.57835,41.89467 6.14166,1.83174 19.73461,1.07322 25.37502,-1.41599 z m 170.85586,225.59944 c -3.70419,-1.71473 -7.0254,-5.24284 -8.4334,-8.95882 -0.7416,-1.9574 -1.0666,-59.76991 -1.0666,-189.75 0,-158.54747 -0.2102,-186.9349 -1.38419,-186.9349 -0.76131,0 -5.1488,-1.88108 -9.75,-4.18017 C 217.42581,214.86812 204.67431,202.42472 199.31531,192 c -6.0138,-11.69829 -7.3153,-16.7691 -7.3153,-28.5 0,-17.40386 5.697,-30.32532 19.4211,-44.04944 13.7241,-13.72412 26.6456,-19.4211 44.0494,-19.4211 17.3842,0 30.2815,5.69523 44.0284,19.44216 9.78461,9.78459 14.88791,18.4711 17.9996,30.63786 5.207,20.35897 -1.0935,40.47214 -17.9996,57.46035 -6.69499,6.72753 -10.32679,9.46845 -16.8942,12.75 -4.6012,2.29909 -8.9887,4.18017 -9.75,4.18017 -1.174,0 -1.3842,28.41174 -1.3842,187.09887 0,208.047 0.5771,191.07102 -6.68289,196.60842 -4.07621,3.1091 -11.35801,4.00058 -15.81711,1.93643 z m 21,-417.51665 c 6.4954,-2.89143 11.8054,-8.14452 14.677,-14.51967 1.881,-4.17574 2.3006,-6.84034 2.3006,-14.6074 0,-11.13831 -2.2278,-17.40255 -8.2894,-23.30805 -6.25899,-6.09788 -12.1956,-8.1921 -23.1882,-8.17999 -11.8327,0.013 -17.94919,2.41327 -24.382,9.56801 -12.5926,14.00608 -8.8562,41.48789 6.7465,49.62163 9.4277,4.91467 22.9499,5.51449 32.1355,1.42547 z m 168.50001,418.18208 c -12.2577,-2.05191 -24.58461,-8.83701 -35.0284,-19.28077 -13.7469,-13.74692 -19.4421,-26.64425 -19.4421,-44.02838 0,-11.7309 1.3015,-16.80171 7.3153,-28.5 5.359,-10.42472 18.1105,-22.86812 29.021,-28.31983 4.6012,-2.29909 8.9852,-4.18017 9.7423,-4.18017 1.1628,0 1.4165,-29.24319 1.6342,-188.42675 l 0.2577,-188.42675 2.0618,-2.76146 c 3.918,-5.24752 7.1141,-6.88504 13.4382,-6.88504 6.3242,0 9.5203,1.63752 13.4382,6.88504 l 2.0618,2.76146 0.2578,188.42675 c 0.2177,159.18356 0.4713,188.42675 1.6342,188.42675 0.757,0 5.141,1.88108 9.7422,4.18017 6.5745,3.28513 10.1897,6.01514 16.8838,12.75 20.9708,21.09857 25.4073,45.97563 12.7254,71.35671 -5.392,10.79145 -17.8512,23.50318 -28.4429,29.01951 -11.8522,6.17282 -26.1844,8.86354 -37.3005,7.00276 z m 23.5,-34.18208 c 6.4954,-2.89143 11.8054,-8.14453 14.677,-14.51967 1.881,-4.17574 2.3006,-6.84034 2.3006,-14.6074 0,-7.76706 -0.4196,-10.43166 -2.3006,-14.6074 -6.2898,-13.96356 -22.7713,-20.50135 -39.968,-15.85423 -5.7216,1.54616 -7.5293,2.63335 -12.2833,7.3873 -4.754,4.75396 -5.8411,6.56168 -7.3873,12.28327 -4.245,15.70861 1.3793,32.4338 12.9616,38.54445 9.2058,4.8568 22.8589,5.4429 32,1.37368 z"
60
+ id="path4202"
61
+ inkscape:connector-curvature="0" />
62
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg enable-background="new 0 0 512 512" height="512px" id="Layer_1" version="1.1" viewBox="0 0 512 512" width="512px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M463.518,94.909H193.885v-10.37c0-22.908-18.574-41.482-41.482-41.482H48.699 c-22.908,0-41.482,18.574-41.482,41.482v51.852v72.593v217.78c0,22.907,18.574,41.482,41.482,41.482h414.819 c22.908,0,41.482-18.575,41.482-41.482V136.391C505,113.483,486.426,94.909,463.518,94.909z M27.958,84.539 c0-11.435,9.308-20.741,20.741-20.741h103.705c11.433,0,20.741,9.306,20.741,20.741v10.37v20.741h20.741h269.633 c11.433,0,20.741,9.306,20.741,20.741v20.741H27.958v-20.741V84.539z M463.518,447.506H48.699c-11.433,0-20.741-9.307-20.741-20.741 v-217.78v-31.111h456.301v248.892C484.259,438.198,474.952,447.506,463.518,447.506z" fill="#37404D"/></svg>
@@ -0,0 +1,66 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="164.44658mm"
13
+ height="135.4117mm"
14
+ viewBox="0 0 582.68474 479.80519"
15
+ id="svg2"
16
+ version="1.1"
17
+ inkscape:version="0.91 r13725"
18
+ sodipodi:docname="form.svg">
19
+ <defs
20
+ id="defs4" />
21
+ <sodipodi:namedview
22
+ id="base"
23
+ pagecolor="#ffffff"
24
+ bordercolor="#666666"
25
+ borderopacity="1.0"
26
+ inkscape:pageopacity="0.0"
27
+ inkscape:pageshadow="2"
28
+ inkscape:zoom="0.35"
29
+ inkscape:cx="958.49961"
30
+ inkscape:cy="393.90652"
31
+ inkscape:document-units="px"
32
+ inkscape:current-layer="layer1"
33
+ showgrid="false"
34
+ fit-margin-top="10"
35
+ fit-margin-left="10"
36
+ fit-margin-right="10"
37
+ fit-margin-bottom="10"
38
+ inkscape:window-width="2560"
39
+ inkscape:window-height="1391"
40
+ inkscape:window-x="0"
41
+ inkscape:window-y="0"
42
+ inkscape:window-maximized="1" />
43
+ <metadata
44
+ id="metadata7">
45
+ <rdf:RDF>
46
+ <cc:Work
47
+ rdf:about="">
48
+ <dc:format>image/svg+xml</dc:format>
49
+ <dc:type
50
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
51
+ <dc:title></dc:title>
52
+ </cc:Work>
53
+ </rdf:RDF>
54
+ </metadata>
55
+ <g
56
+ inkscape:label="Layer 1"
57
+ inkscape:groupmode="layer"
58
+ id="layer1"
59
+ transform="translate(-653.01497,-260.03377)">
60
+ <path
61
+ style="fill:#000000"
62
+ d="m 695.99753,702.79586 c -3.29033,-1.01058 -6.42025,-3.05298 -9.6911,-6.32383 -8.67255,-8.67254 -8.00984,8.43585 -7.71213,-199.09539 l 0.26316,-183.44881 2.97438,-5.37025 c 3.26844,-5.90119 7.52011,-9.64979 13.27359,-11.703 3.0929,-1.10375 45.17225,-1.34668 239.53411,-1.38286 209.50556,-0.039 236.19046,0.12672 239.44616,1.48705 5.8648,2.45046 9.611,5.84578 12.7973,11.59881 l 2.9744,5.37025 0.2632,183.44881 c 0.2976,207.50369 0.9581,190.42511 -7.6992,199.08249 -8.7173,8.71722 14.5485,7.97766 -248.49546,7.89905 -203.69032,-0.0609 -233.68107,-0.2578 -237.92841,-1.56232 z m 474.72357,-18.00439 2.6363,-2.63637 0,-182.30787 0,-182.30787 -2.4134,-2.80577 -2.4134,-2.80576 -234.17316,0 -234.17315,0 -2.41341,2.80576 -2.41342,2.80577 0,182.49198 0,182.49199 2.64602,2.45225 2.64603,2.45225 233.71763,0 233.71756,0 2.6364,-2.63636 z m -424.859,-118.9667 c -5.33966,-1.9541 -12.08777,-8.74985 -14.24953,-14.35014 -1.59912,-4.14269 -1.75511,-9.5684 -1.75511,-61.0468 l 0,-56.5 2.37298,-4.77734 c 3.03756,-6.11529 9.18859,-11.36649 15.51484,-13.24519 7.50743,-2.22947 365.71692,-2.22947 373.22432,0 6.3262,1.8787 12.4773,7.1299 15.5148,13.24519 l 2.373,4.77734 0,56.5 c 0,52.26633 -0.1365,56.85384 -1.822,61.22212 -2.2133,5.73583 -9.7925,12.8964 -15.4422,14.58908 -3.0067,0.90083 -48.5105,1.17173 -187.85176,1.11834 -158.72511,-0.0608 -184.43062,-0.27051 -187.87934,-1.5326 z m 374.0819,-17.7027 2.4134,-2.80577 0,-53.50998 c 0,-54.88046 -0.084,-56.15702 -3.9133,-59.09669 -2.315,-1.77734 -365.85837,-1.77734 -368.1733,0 -3.82813,2.93915 -3.91334,4.22231 -3.91334,58.92995 0,57.76408 -0.10743,56.58493 5.357,58.80091 1.19219,0.48346 82.82067,0.78437 183.97968,0.67819 l 181.83656,-0.19085 2.4133,-2.80576 z m -338.58654,-22.6538 0,-7.95956 8.25,-0.29044 8.25,-0.29044 0.26688,-25.75 0.26688,-25.75 -8.51688,0 -8.51688,0 0,-8.5 0,-8.5 25,0 25,0 0,8.5 0,8.5 -8.51688,0 -8.51688,0 0.26688,25.75 0.26688,25.75 8.25,0.29044 8.25,0.29044 0,7.95956 0,7.95956 -25,0 -25,0 0,-7.95956 z"
63
+ id="path4552"
64
+ inkscape:connector-curvature="0" />
65
+ </g>
66
+ </svg>
@@ -0,0 +1,66 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="119.38436mm"
13
+ height="119.36147mm"
14
+ viewBox="0 0 423.01547 422.93432"
15
+ id="svg2"
16
+ version="1.1"
17
+ inkscape:version="0.91 r13725"
18
+ sodipodi:docname="grid_row.svg">
19
+ <defs
20
+ id="defs4" />
21
+ <sodipodi:namedview
22
+ id="base"
23
+ pagecolor="#ffffff"
24
+ bordercolor="#666666"
25
+ borderopacity="1.0"
26
+ inkscape:pageopacity="0.0"
27
+ inkscape:pageshadow="2"
28
+ inkscape:zoom="1.4"
29
+ inkscape:cx="537.53988"
30
+ inkscape:cy="197.09903"
31
+ inkscape:document-units="px"
32
+ inkscape:current-layer="layer1"
33
+ showgrid="false"
34
+ fit-margin-top="10"
35
+ fit-margin-left="10"
36
+ fit-margin-right="10"
37
+ fit-margin-bottom="10"
38
+ inkscape:window-width="2560"
39
+ inkscape:window-height="1391"
40
+ inkscape:window-x="0"
41
+ inkscape:window-y="0"
42
+ inkscape:window-maximized="1" />
43
+ <metadata
44
+ id="metadata7">
45
+ <rdf:RDF>
46
+ <cc:Work
47
+ rdf:about="">
48
+ <dc:format>image/svg+xml</dc:format>
49
+ <dc:type
50
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
51
+ <dc:title></dc:title>
52
+ </cc:Work>
53
+ </rdf:RDF>
54
+ </metadata>
55
+ <g
56
+ inkscape:label="Layer 1"
57
+ inkscape:groupmode="layer"
58
+ id="layer1"
59
+ transform="translate(-149.65632,-123.11379)">
60
+ <path
61
+ style="fill:#000000"
62
+ d="m 189.52859,509.45172 c -1.17475,-0.56883 -2.63725,-2.13454 -3.25,-3.47937 -1.58306,-3.47445 -1.58679,-339.21948 -0.004,-342.69376 0.61065,-1.34023 2.20682,-2.9364 3.54705,-3.54705 3.46682,-1.57959 339.21862,-1.57959 342.68542,0 1.3402,0.61065 2.9364,2.20682 3.547,3.54705 1.5796,3.46682 1.5796,339.21858 0,342.6854 -0.6106,1.34022 -2.2068,2.9364 -3.547,3.54705 -3.3151,1.51045 -339.85693,1.45225 -342.97866,-0.0593 z m 107.63593,-174.83043 0,-160.00002 -48,0 -48.00001,0 0,160.00002 0,160.00002 48.00001,0 48,0 0,-160.00002 z m 112.00002,0 0,-160.00002 -48.00001,0 -48.00001,0 0,160.00002 0,160.00002 48.00001,0 48.00001,0 0,-160.00002 z m 112.00002,0 0,-160.00002 -48,0 -48.00002,0 0,160.00002 0,160.00002 48.00002,0 48,0 0,-160.00002 z"
63
+ id="path4424"
64
+ inkscape:connector-curvature="0" />
65
+ </g>
66
+ </svg>
@@ -0,0 +1,66 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="95.315552mm"
13
+ height="130.41444mm"
14
+ viewBox="0 0 337.73227 462.09839"
15
+ id="svg2"
16
+ version="1.1"
17
+ inkscape:version="0.91 r13725"
18
+ sodipodi:docname="heading.svg">
19
+ <defs
20
+ id="defs4" />
21
+ <sodipodi:namedview
22
+ id="base"
23
+ pagecolor="#ffffff"
24
+ bordercolor="#666666"
25
+ borderopacity="1.0"
26
+ inkscape:pageopacity="0.0"
27
+ inkscape:pageshadow="2"
28
+ inkscape:zoom="0.24748737"
29
+ inkscape:cx="-1005.7967"
30
+ inkscape:cy="729.3497"
31
+ inkscape:document-units="px"
32
+ inkscape:current-layer="layer1"
33
+ showgrid="false"
34
+ fit-margin-top="30"
35
+ fit-margin-left="20"
36
+ fit-margin-right="20"
37
+ fit-margin-bottom="30"
38
+ inkscape:window-width="2560"
39
+ inkscape:window-height="1391"
40
+ inkscape:window-x="0"
41
+ inkscape:window-y="0"
42
+ inkscape:window-maximized="1" />
43
+ <metadata
44
+ id="metadata7">
45
+ <rdf:RDF>
46
+ <cc:Work
47
+ rdf:about="">
48
+ <dc:format>image/svg+xml</dc:format>
49
+ <dc:type
50
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
51
+ <dc:title></dc:title>
52
+ </cc:Work>
53
+ </rdf:RDF>
54
+ </metadata>
55
+ <g
56
+ inkscape:label="Layer 1"
57
+ inkscape:groupmode="layer"
58
+ id="layer1"
59
+ transform="translate(-1659.8922,-1196.6377)">
60
+ <path
61
+ style="fill:#000000"
62
+ d="m 1730.7583,1541.9369 0,-10.5 98,0 98,0 0,10.5 0,10.5 -98,0 -98,0 0,-10.5 z m 12.4617,-35.3793 c 0.3378,-1.0643 16.9805,-47.3144 36.9837,-102.7779 l 36.3695,-100.8428 12.2335,0 12.2335,0 32.8304,93 c 18.0567,51.15 34.3941,97.3875 36.3053,102.75 l 3.4749,9.75 -14.2282,0 -14.2282,0 -8.9681,-26.4906 -8.968,-26.4906 -39,-0.01 -39,-0.01 -9.12,26.2475 -9.12,26.2475 -14.2062,0.2779 c -13.6554,0.2672 -14.1825,0.2029 -13.5921,-1.6572 z m 115.5418,-74.8707 c 0.01,-1.61 -29.5389,-88.2253 -30.0998,-88.2373 -0.5637,-0.012 -30.9191,86.6459 -30.9086,88.2373 0,0.4125 13.7299,0.75 30.5049,0.75 16.775,0 30.5016,-0.3375 30.5035,-0.75 z"
63
+ id="path4181"
64
+ inkscape:connector-curvature="0" />
65
+ </g>
66
+ </svg>
@@ -0,0 +1,66 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="155.46788mm"
13
+ height="90.225418mm"
14
+ viewBox="0 0 550.87046 319.69636"
15
+ id="svg2"
16
+ version="1.1"
17
+ inkscape:version="0.91 r13725"
18
+ sodipodi:docname="hr.svg">
19
+ <defs
20
+ id="defs4" />
21
+ <sodipodi:namedview
22
+ id="base"
23
+ pagecolor="#ffffff"
24
+ bordercolor="#666666"
25
+ borderopacity="1.0"
26
+ inkscape:pageopacity="0.0"
27
+ inkscape:pageshadow="2"
28
+ inkscape:zoom="1.4"
29
+ inkscape:cx="598.88886"
30
+ inkscape:cy="97.815052"
31
+ inkscape:document-units="px"
32
+ inkscape:current-layer="layer1"
33
+ showgrid="false"
34
+ fit-margin-top="20"
35
+ fit-margin-left="10"
36
+ fit-margin-right="10"
37
+ fit-margin-bottom="20"
38
+ inkscape:window-width="2560"
39
+ inkscape:window-height="1391"
40
+ inkscape:window-x="0"
41
+ inkscape:window-y="0"
42
+ inkscape:window-maximized="1" />
43
+ <metadata
44
+ id="metadata7">
45
+ <rdf:RDF>
46
+ <cc:Work
47
+ rdf:about="">
48
+ <dc:format>image/svg+xml</dc:format>
49
+ <dc:type
50
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
51
+ <dc:title></dc:title>
52
+ </cc:Work>
53
+ </rdf:RDF>
54
+ </metadata>
55
+ <g
56
+ inkscape:label="Layer 1"
57
+ inkscape:groupmode="layer"
58
+ id="layer1"
59
+ transform="translate(-88.307329,-127.06777)">
60
+ <path
61
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:19.67780113;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
62
+ d="m 209.54403,272.67502 303.24089,-1.10754"
63
+ id="path4392"
64
+ inkscape:connector-curvature="0" />
65
+ </g>
66
+ </svg>