maglevcms-hyperui-kit 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (119) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +42 -0
  4. data/Rakefile +42 -0
  5. data/lib/generators/maglev/hyperui/install/USAGE +7 -0
  6. data/lib/generators/maglev/hyperui/install/install_generator.rb +13 -0
  7. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/banner/banner_01.yml +97 -0
  8. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/banner/banner_02.yml +97 -0
  9. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/banner/banner_03.yml +102 -0
  10. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/cta/cta_01.yml +73 -0
  11. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/cta/cta_02.yml +73 -0
  12. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/cta/cta_03.yml +79 -0
  13. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/faq/faq_01.yml +64 -0
  14. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/faq/faq_02.yml +64 -0
  15. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/faq/faq_03.yml +73 -0
  16. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/feature/feature_01.yml +105 -0
  17. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/feature/feature_02.yml +127 -0
  18. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/feature/feature_03.yml +127 -0
  19. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/footer/footer_01.yml +220 -0
  20. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/footer/footer_02.yml +232 -0
  21. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/footer/footer_03.yml +217 -0
  22. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/footer/footer_04.yml +94 -0
  23. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/nav/nav_01.yml +135 -0
  24. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/nav/nav_02.yml +135 -0
  25. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/nav/nav_03.yml +135 -0
  26. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/nav/nav_04.yml +129 -0
  27. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/review/review_01.yml +105 -0
  28. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/stat/stat_01.yml +85 -0
  29. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/testimonial/testimonial_01.yml +69 -0
  30. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/testimonial/testimonial_02.yml +107 -0
  31. data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/testimonial/testimonial_03.yml +103 -0
  32. data/lib/generators/maglev/hyperui/install/templates/app/theme/theme.yml +172 -0
  33. data/lib/generators/maglev/hyperui/install/templates/app/views/maglev/editor/_header.html.erb +2 -0
  34. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/layout.html.erb +24 -0
  35. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/banner/banner_01.html.erb +20 -0
  36. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/banner/banner_02.html.erb +23 -0
  37. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/banner/banner_03.html.erb +25 -0
  38. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/cta/cta_01.html.erb +15 -0
  39. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/cta/cta_02.html.erb +38 -0
  40. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/cta/cta_03.html.erb +23 -0
  41. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/faq/faq_01.html.erb +30 -0
  42. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/faq/faq_02.html.erb +30 -0
  43. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/faq/faq_03.html.erb +49 -0
  44. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/feature/feature_01.html.erb +27 -0
  45. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/feature/feature_02.html.erb +29 -0
  46. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/feature/feature_03.html.erb +26 -0
  47. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/footer/footer_01.html.erb +60 -0
  48. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/footer/footer_02.html.erb +47 -0
  49. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/footer/footer_03.html.erb +69 -0
  50. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/footer/footer_04.html.erb +29 -0
  51. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/nav/nav_01.html.erb +62 -0
  52. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/nav/nav_02.html.erb +65 -0
  53. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/nav/nav_03.html.erb +65 -0
  54. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/nav/nav_04.html.erb +65 -0
  55. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/review/_grades.html.erb +25 -0
  56. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/review/review_01.html.erb +39 -0
  57. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/stat/stat_01.html.erb +21 -0
  58. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/testimonial/testimonial_01.html.erb +20 -0
  59. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/testimonial/testimonial_02.html.erb +33 -0
  60. data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/testimonial/testimonial_03.html.erb +24 -0
  61. data/lib/generators/maglev/hyperui/install/templates/public/banner/banner_01.jpg +0 -0
  62. data/lib/generators/maglev/hyperui/install/templates/public/banner/banner_02.jpg +0 -0
  63. data/lib/generators/maglev/hyperui/install/templates/public/banner/banner_03.jpg +0 -0
  64. data/lib/generators/maglev/hyperui/install/templates/public/cta/cta_01.jpg +0 -0
  65. data/lib/generators/maglev/hyperui/install/templates/public/cta/cta_02.jpg +0 -0
  66. data/lib/generators/maglev/hyperui/install/templates/public/cta/cta_03.jpg +0 -0
  67. data/lib/generators/maglev/hyperui/install/templates/public/faq/faq_01.jpg +0 -0
  68. data/lib/generators/maglev/hyperui/install/templates/public/faq/faq_02.jpg +0 -0
  69. data/lib/generators/maglev/hyperui/install/templates/public/faq/faq_03.jpg +0 -0
  70. data/lib/generators/maglev/hyperui/install/templates/public/feature/feature_01.jpg +0 -0
  71. data/lib/generators/maglev/hyperui/install/templates/public/feature/feature_02.jpg +0 -0
  72. data/lib/generators/maglev/hyperui/install/templates/public/feature/feature_03.jpg +0 -0
  73. data/lib/generators/maglev/hyperui/install/templates/public/footer/footer_01.jpg +0 -0
  74. data/lib/generators/maglev/hyperui/install/templates/public/footer/footer_02.jpg +0 -0
  75. data/lib/generators/maglev/hyperui/install/templates/public/footer/footer_03.jpg +0 -0
  76. data/lib/generators/maglev/hyperui/install/templates/public/footer/footer_04.jpg +0 -0
  77. data/lib/generators/maglev/hyperui/install/templates/public/image-placeholder.jpg +0 -0
  78. data/lib/generators/maglev/hyperui/install/templates/public/nav/nav_01.jpg +0 -0
  79. data/lib/generators/maglev/hyperui/install/templates/public/nav/nav_02.jpg +0 -0
  80. data/lib/generators/maglev/hyperui/install/templates/public/nav/nav_03.jpg +0 -0
  81. data/lib/generators/maglev/hyperui/install/templates/public/nav/nav_04.jpg +0 -0
  82. data/lib/generators/maglev/hyperui/install/templates/public/review/review_01.jpg +0 -0
  83. data/lib/generators/maglev/hyperui/install/templates/public/stat/stat_01.jpg +0 -0
  84. data/lib/generators/maglev/hyperui/install/templates/public/testimonial/testimonial_01.jpg +0 -0
  85. data/lib/generators/maglev/hyperui/install/templates/public/testimonial/testimonial_02.jpg +0 -0
  86. data/lib/generators/maglev/hyperui/install/templates/public/testimonial/testimonial_03.jpg +0 -0
  87. data/lib/generators/maglev/hyperui/install/templates/public/theme/banner/banner_01.jpg +0 -0
  88. data/lib/generators/maglev/hyperui/install/templates/public/theme/banner/banner_02.jpg +0 -0
  89. data/lib/generators/maglev/hyperui/install/templates/public/theme/banner/banner_03.jpg +0 -0
  90. data/lib/generators/maglev/hyperui/install/templates/public/theme/cta/cta_01.jpg +0 -0
  91. data/lib/generators/maglev/hyperui/install/templates/public/theme/cta/cta_02.jpg +0 -0
  92. data/lib/generators/maglev/hyperui/install/templates/public/theme/cta/cta_03.jpg +0 -0
  93. data/lib/generators/maglev/hyperui/install/templates/public/theme/faq/faq_01.jpg +0 -0
  94. data/lib/generators/maglev/hyperui/install/templates/public/theme/faq/faq_02.jpg +0 -0
  95. data/lib/generators/maglev/hyperui/install/templates/public/theme/faq/faq_03.jpg +0 -0
  96. data/lib/generators/maglev/hyperui/install/templates/public/theme/feature/feature_01.jpg +0 -0
  97. data/lib/generators/maglev/hyperui/install/templates/public/theme/feature/feature_02.jpg +0 -0
  98. data/lib/generators/maglev/hyperui/install/templates/public/theme/feature/feature_03.jpg +0 -0
  99. data/lib/generators/maglev/hyperui/install/templates/public/theme/footer/footer_01.jpg +0 -0
  100. data/lib/generators/maglev/hyperui/install/templates/public/theme/footer/footer_02.jpg +0 -0
  101. data/lib/generators/maglev/hyperui/install/templates/public/theme/footer/footer_03.jpg +0 -0
  102. data/lib/generators/maglev/hyperui/install/templates/public/theme/footer/footer_04.jpg +0 -0
  103. data/lib/generators/maglev/hyperui/install/templates/public/theme/image-placeholder.jpg +0 -0
  104. data/lib/generators/maglev/hyperui/install/templates/public/theme/logoipsum-white.svg +1 -0
  105. data/lib/generators/maglev/hyperui/install/templates/public/theme/logoipsum.svg +1 -0
  106. data/lib/generators/maglev/hyperui/install/templates/public/theme/marie-curie.jpg +0 -0
  107. data/lib/generators/maglev/hyperui/install/templates/public/theme/nav/nav_01.jpg +0 -0
  108. data/lib/generators/maglev/hyperui/install/templates/public/theme/nav/nav_02.jpg +0 -0
  109. data/lib/generators/maglev/hyperui/install/templates/public/theme/nav/nav_03.jpg +0 -0
  110. data/lib/generators/maglev/hyperui/install/templates/public/theme/nav/nav_04.jpg +0 -0
  111. data/lib/generators/maglev/hyperui/install/templates/public/theme/review/review_01.jpg +0 -0
  112. data/lib/generators/maglev/hyperui/install/templates/public/theme/stat/stat_01.jpg +0 -0
  113. data/lib/generators/maglev/hyperui/install/templates/public/theme/testimonial/testimonial_01.jpg +0 -0
  114. data/lib/generators/maglev/hyperui/install/templates/public/theme/testimonial/testimonial_02.jpg +0 -0
  115. data/lib/generators/maglev/hyperui/install/templates/public/theme/testimonial/testimonial_03.jpg +0 -0
  116. data/lib/maglev/hyperui/railtie.rb +6 -0
  117. data/lib/maglev/hyperui/version.rb +5 -0
  118. data/lib/maglev/hyperui.rb +8 -0
  119. metadata +176 -0
@@ -0,0 +1,20 @@
1
+ <%= maglev_section.wrapper_tag.section do %>
2
+ <div class="max-w-5xl px-4 py-8 mx-auto">
3
+ <section class="p-8 bg-gray-100 rounded-lg">
4
+ <div class="grid grid-cols-1 gap-12 sm:grid-cols-3 sm:items-center">
5
+ <%= maglev_section.setting_tag :picture, class: "object-cover w-full rounded-lg aspect-square" %>
6
+
7
+ <blockquote class="sm:col-span-2">
8
+ <%= maglev_section.setting_tag :quote, html_tag: 'p', class: 'text-xl font-medium sm:text-2xl' %>
9
+
10
+ <cite class="inline-flex items-center mt-8 not-italic">
11
+ <span class="hidden w-6 h-px bg-gray-400 sm:inline-block"></span>
12
+ <p class="text-sm text-gray-500 uppercase sm:ml-3">
13
+ <%= maglev_section.setting_tag :fullname, html_tag: 'strong' %>,&nbsp;<%= maglev_section.setting_tag :position %>
14
+ </p>
15
+ </cite>
16
+ </blockquote>
17
+ </div>
18
+ </section>
19
+ </div>
20
+ <% end %>
@@ -0,0 +1,33 @@
1
+ <%= maglev_section.wrapper_tag.section class: 'bg-white' do %>
2
+ <div class="max-w-screen-xl px-4 py-16 mx-auto sm:px-6 lg:px-8 sm:py-24">
3
+ <div class="max-w-xl mx-auto text-center">
4
+ <%= maglev_section.setting_tag :title, html_tag: 'h2', class: 'text-4xl font-bold tracking-tight sm:text-5xl' %>
5
+
6
+ <%= maglev_section.setting_tag :body, html_tag: 'p', class: 'max-w-lg mx-auto mt-4 text-gring-offset-warm-gray-500' %>
7
+ </div>
8
+
9
+ <div
10
+ class="grid grid-cols-1 gap-8 mt-16 sm:grid-cols-2 lg:grid-cols-3 sm:gap-16"
11
+ >
12
+ <% maglev_section.blocks.each do |maglev_block| %>
13
+ <%= maglev_block.wrapper_tag.div do %>
14
+ <%= maglev_block.setting_tag :picture, class: 'object-cover w-24 h-24 mx-auto rounded-full shadow-xl' %>
15
+
16
+ <blockquote
17
+ class="flex flex-col justify-between p-12 -mt-6 text-center rounded-lg shadow-xl"
18
+ >
19
+ <%= maglev_block.setting_tag :fullname, html_tag: 'p', class: 'text-lg font-bold text-gray-700' %>
20
+
21
+ <%= maglev_block.setting_tag :position, html_tag: 'p', class: 'mt-1 text-xs font-medium text-gray-500' %>
22
+
23
+ <%= maglev_block.setting_tag :quote, html_tag: 'p', class: 'mt-4 text-sm text-gray-500' %>
24
+
25
+ <div class="flex gap-0.5 justify-center mt-8 text-green-500">
26
+ <%= render 'theme/sections/review/grades', grade: maglev_block.settings.grade.to_s.to_f.round %>
27
+ </div>
28
+ </blockquote>
29
+ <% end %>
30
+ <% end %>
31
+ </div>
32
+ </div>
33
+ <% end %>
@@ -0,0 +1,24 @@
1
+ <%= maglev_section.wrapper_tag.section do %>
2
+ <div class="max-w-screen-xl px-4 py-16 mx-auto sm:px-6 lg:px-8">
3
+ <div
4
+ class="sm:gap-6 lg:gap-8 sm:columns-2 lg:columns-3 [column-fill:_balance]"
5
+ >
6
+ <% maglev_section.blocks.each do |maglev_block| %>
7
+ <%= maglev_block.wrapper_tag.div class: 'mb-8 sm:break-inside-avoid' do %>
8
+ <blockquote class="p-6 shadow bg-gray-50 rounded-xl">
9
+ <%= maglev_block.setting_tag :quote, html_tag: 'p', class: 'leading-relaxed text-gray-700' %>
10
+ </blockquote>
11
+
12
+ <div class="flex items-center gap-4 mt-4">
13
+ <%= maglev_block.setting_tag :picture, class: 'object-cover w-12 h-12 rounded-full' %>
14
+
15
+ <div class="text-sm">
16
+ <%= maglev_block.setting_tag :fullname, html_tag: 'p', class: 'font-medium' %>
17
+ <%= maglev_block.setting_tag :position, html_tag: 'p', class: 'mt-1' %>
18
+ </div>
19
+ </div>
20
+ <% end %>
21
+ <% end %>
22
+ </div>
23
+ </div>
24
+ <% end %>
@@ -0,0 +1 @@
1
+ <svg id="logo-8" width="140" height="30" viewBox="0 0 140 30" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M22.419 13.371C22.04 13.7523 21.7498 14.2125 21.569 14.7187C21.3882 15.225 21.3213 15.7649 21.373 16.3L21.355 16.282C21.4082 16.9119 21.3232 17.5457 21.1061 18.1394C20.889 18.733 20.545 19.2721 20.0981 19.7191C19.6511 20.166 19.112 20.5101 18.5183 20.7271C17.9247 20.9442 17.2908 21.0292 16.661 20.976L16.679 20.994C15.9256 20.9239 15.1689 21.0878 14.512 21.4635C13.8552 21.8392 13.3302 22.4083 13.0087 23.0933C12.6872 23.7783 12.5847 24.5457 12.7153 25.2911C12.846 26.0364 13.2033 26.7233 13.7386 27.2581C14.2739 27.7929 14.9611 28.1496 15.7065 28.2795C16.452 28.4095 17.2193 28.3063 17.904 27.9842C18.5887 27.662 19.1573 27.1366 19.5324 26.4794C19.9075 25.8222 20.0708 25.0654 20 24.312L20.019 24.33C19.9658 23.7002 20.0507 23.0663 20.2678 22.4726C20.4849 21.879 20.829 21.3399 21.2759 20.8929C21.7229 20.446 22.262 20.1019 22.8556 19.8849C23.4493 19.6678 24.0831 19.5828 24.713 19.636L24.694 19.618C25.3094 19.6733 25.9289 19.5724 26.495 19.3246C27.061 19.0768 27.5554 18.6901 27.9322 18.2004C28.309 17.7107 28.5562 17.1337 28.6506 16.5231C28.7451 15.9124 28.6839 15.2878 28.4727 14.707C28.2615 14.1263 27.9071 13.6083 27.4424 13.201C26.9777 12.7937 26.4177 12.5103 25.8143 12.3771C25.2109 12.2439 24.5836 12.2651 23.9906 12.4388C23.3976 12.6126 22.8581 12.9332 22.422 13.371H22.419Z" class="ccompli2" fill="#ffffff"></path> <path d="M15.042 18.636L15.023 18.618C15.5583 18.6719 16.0989 18.6062 16.6058 18.4256C17.1126 18.245 17.573 17.9541 17.9536 17.5738C18.3341 17.1935 18.6255 16.7333 18.8064 16.2266C18.9874 15.7199 19.0535 15.1794 19 14.644L19.019 14.662C18.9658 14.0321 19.0508 13.3983 19.2678 12.8046C19.4849 12.211 19.829 11.6719 20.2759 11.2249C20.7229 10.778 21.262 10.4339 21.8556 10.2169C22.4493 9.99976 23.0831 9.91483 23.713 9.968L23.694 9.95C24.4475 10.0208 25.2044 9.85736 25.8616 9.4821C26.5189 9.10684 27.0443 8.53797 27.3663 7.8531C27.6883 7.16824 27.7912 6.40071 27.661 5.6552C27.5308 4.90969 27.1738 4.22251 26.6386 3.68737C26.1035 3.15224 25.4163 2.7952 24.6708 2.66498C23.9253 2.53475 23.1578 2.63766 22.4729 2.95968C21.788 3.28169 21.2192 3.80714 20.8439 4.46435C20.4686 5.12155 20.3052 5.87852 20.376 6.632L20.358 6.613C20.4113 7.24289 20.3265 7.87683 20.1095 8.47055C19.8925 9.06427 19.5484 9.60346 19.1015 10.0505C18.6545 10.4974 18.1153 10.8415 17.5216 11.0585C16.9278 11.2755 16.2939 11.3603 15.664 11.307L15.682 11.326C15.1467 11.2721 14.606 11.3378 14.0992 11.5184C13.5924 11.6989 13.132 11.9899 12.7514 12.3702C12.3708 12.7505 12.0795 13.2107 11.8985 13.7174C11.7176 14.2241 11.6515 14.7646 11.705 15.3L11.687 15.282C11.74 15.9118 11.6549 16.5456 11.4378 17.1392C11.2206 17.7327 10.8766 18.2718 10.4297 18.7187C9.98276 19.1656 9.44372 19.5096 8.85016 19.7268C8.2566 19.9439 7.62281 20.029 6.993 19.976L7.011 19.994C6.25752 19.9232 5.50055 20.0866 4.84334 20.4619C4.18614 20.8372 3.66069 21.406 3.33868 22.0909C3.01666 22.7758 2.91374 23.5433 3.04397 24.2888C3.1742 25.0343 3.53124 25.7215 4.06637 26.2566C4.60151 26.7918 5.28869 27.1488 6.0342 27.279C6.77971 27.4092 7.54724 27.3063 8.23211 26.9843C8.91697 26.6623 9.48584 26.1369 9.8611 25.4797C10.2364 24.8224 10.3998 24.0655 10.329 23.312L10.348 23.33C10.2948 22.7001 10.3798 22.0663 10.5969 21.4726C10.8139 20.879 11.158 20.3399 11.6049 19.8929C12.0519 19.446 12.591 19.1019 13.1846 18.8849C13.7783 18.6678 14.4121 18.5828 15.042 18.636V18.636Z" class="ccompli1" fill="#ffffff"></path> <path d="M8.34 16.629C8.71902 16.2478 9.0092 15.7876 9.18984 15.2813C9.37048 14.775 9.43712 14.235 9.385 13.7L9.40399 13.718C9.35079 13.088 9.43575 12.4539 9.65296 11.8601C9.87017 11.2663 10.2144 10.7271 10.6616 10.2801C11.1088 9.83312 11.6481 9.48913 12.242 9.27218C12.8359 9.05522 13.47 8.97052 14.1 9.024L14.081 9.006C14.8342 9.07657 15.5909 8.91308 16.2478 8.53784C16.9047 8.16261 17.4298 7.59388 17.7517 6.90923C18.0735 6.22457 18.1763 5.45732 18.0461 4.71209C17.9159 3.96686 17.5589 3.27994 17.024 2.745C16.4891 2.21006 15.8021 1.85314 15.0569 1.72292C14.3117 1.59269 13.5444 1.69551 12.8598 2.01733C12.1751 2.33915 11.6064 2.86432 11.2312 3.52122C10.8559 4.17812 10.6924 4.93478 10.763 5.688L10.745 5.67C10.7982 6.29985 10.7132 6.93372 10.4961 7.52736C10.279 8.121 9.93502 8.66011 9.48806 9.10707C9.04111 9.55403 8.50199 9.89806 7.90835 10.1151C7.31471 10.3322 6.68085 10.4172 6.051 10.364L6.069 10.382C5.45357 10.3268 4.83416 10.4279 4.26818 10.6758C3.7022 10.9237 3.20795 11.3105 2.83124 11.8003C2.45453 12.29 2.20755 12.867 2.11317 13.4776C2.0188 14.0883 2.08009 14.7129 2.29136 15.2935C2.50263 15.8742 2.85706 16.3921 3.32179 16.7993C3.78652 17.2066 4.34652 17.4899 4.9499 17.6231C5.55327 17.7562 6.1805 17.7349 6.77347 17.5612C7.36643 17.3874 7.90593 17.0668 8.34199 16.629H8.34Z" class="ccustom" fill="#ffffff"></path> <path d="M39.317 6.655H42.287V21.108H39.317V6.655Z" class="cneutral" fill="#ffffff"></path> <path d="M43.969 16.159C43.9649 15.1204 44.2691 14.1038 44.8431 13.2382C45.4171 12.3726 46.2351 11.6968 47.1935 11.2965C48.1519 10.8961 49.2075 10.7892 50.2267 10.9893C51.2459 11.1894 52.1828 11.6874 52.9187 12.4204C53.6546 13.1533 54.1564 14.0882 54.3606 15.1066C54.5648 16.125 54.4621 17.1811 54.0656 18.1411C53.6691 19.101 52.9966 19.9218 52.1333 20.4992C51.2699 21.0767 50.2547 21.385 49.216 21.385C48.5266 21.3929 47.8425 21.2632 47.2037 21.0036C46.5649 20.744 45.9843 20.3597 45.4958 19.8732C45.0072 19.3866 44.6206 18.8075 44.3585 18.1698C44.0963 17.5321 43.9639 16.8485 43.969 16.159ZM51.493 16.159C51.4806 15.7113 51.3365 15.2772 51.0788 14.9109C50.821 14.5447 50.461 14.2625 50.0438 14.0998C49.6265 13.937 49.1706 13.9008 48.7329 13.9958C48.2952 14.0908 47.8952 14.3126 47.5829 14.6337C47.2707 14.9547 47.0599 15.3607 46.9772 15.8009C46.8944 16.241 46.9431 16.6958 47.1174 17.1084C47.2917 17.521 47.5837 17.873 47.9569 18.1205C48.3302 18.368 48.7682 18.5 49.216 18.5C49.5227 18.5082 49.8278 18.4527 50.1121 18.3371C50.3963 18.2215 50.6535 18.0483 50.8674 17.8284C51.0813 17.6084 51.2474 17.3465 51.355 17.0592C51.4627 16.7719 51.5097 16.4654 51.493 16.159Z" class="cneutral" fill="#ffffff"></path> <path d="M66.3 11.209V20.609C66.3 23.935 63.706 25.341 61.073 25.341C60.146 25.4104 59.2177 25.2231 58.39 24.7998C57.5624 24.3764 56.8673 23.7333 56.381 22.941L58.915 21.476C59.1194 21.889 59.4451 22.2297 59.8484 22.4526C60.2518 22.6754 60.7136 22.7698 61.172 22.723C61.465 22.7636 61.7634 22.7378 62.0451 22.6475C62.3267 22.5572 62.5845 22.4047 62.7993 22.2014C63.0141 21.998 63.1804 21.749 63.286 21.4726C63.3915 21.1963 63.4335 20.8998 63.409 20.605V19.7C63.0612 20.1255 62.6186 20.4636 62.1165 20.6871C61.6144 20.9106 61.067 21.0133 60.518 20.987C59.2118 20.9458 57.9729 20.398 57.0635 19.4594C56.1541 18.5209 55.6456 17.2653 55.6456 15.9585C55.6456 14.6517 56.1541 13.3961 57.0635 12.4576C57.9729 11.519 59.2118 10.9712 60.518 10.93C61.067 10.9037 61.6144 11.0064 62.1165 11.2299C62.6186 11.4534 63.0612 11.7915 63.409 12.217V11.207L66.3 11.209ZM63.41 15.96C63.43 15.4814 63.3062 15.0077 63.0547 14.6C62.8032 14.1922 62.4354 13.8691 61.9987 13.6722C61.562 13.4752 61.0764 13.4135 60.6043 13.4949C60.1322 13.5763 59.6953 13.7971 59.3497 14.129C59.0042 14.4608 58.7659 14.8884 58.6654 15.3568C58.565 15.8252 58.607 16.313 58.7862 16.7573C58.9653 17.2016 59.2733 17.5822 59.6705 17.85C60.0677 18.1178 60.536 18.2606 61.015 18.26C61.3271 18.2818 61.6402 18.238 61.9343 18.1314C62.2284 18.0248 62.4969 17.8577 62.7225 17.6411C62.9481 17.4244 63.1259 17.1629 63.2443 16.8733C63.3627 16.5838 63.4192 16.2727 63.41 15.96Z" class="cneutral" fill="#ffffff"></path> <path d="M67.982 16.159C67.9779 15.1204 68.282 14.1038 68.8561 13.2382C69.4301 12.3726 70.2481 11.6968 71.2065 11.2965C72.1649 10.8961 73.2205 10.7892 74.2397 10.9893C75.2589 11.1894 76.1958 11.6874 76.9317 12.4204C77.6676 13.1533 78.1694 14.0882 78.3736 15.1066C78.5778 16.125 78.4751 17.1811 78.0786 18.1411C77.6821 19.101 77.0096 19.9218 76.1463 20.4992C75.2829 21.0767 74.2677 21.385 73.229 21.385C72.5396 21.3929 71.8554 21.2632 71.2167 21.0036C70.5779 20.744 69.9973 20.3597 69.5088 19.8732C69.0202 19.3866 68.6336 18.8075 68.3715 18.1698C68.1093 17.5321 67.9769 16.8485 67.982 16.159ZM75.506 16.159C75.4936 15.7113 75.3495 15.2772 75.0918 14.9109C74.834 14.5447 74.474 14.2625 74.0568 14.0998C73.6395 13.937 73.1835 13.9008 72.7459 13.9958C72.3082 14.0908 71.9082 14.3126 71.5959 14.6337C71.2837 14.9547 71.0729 15.3607 70.9901 15.8009C70.9073 16.241 70.9561 16.6958 71.1304 17.1084C71.3047 17.521 71.5967 17.873 71.9699 18.1205C72.3432 18.368 72.7811 18.5 73.229 18.5C73.5357 18.5082 73.8408 18.4527 74.125 18.3371C74.4093 18.2215 74.6665 18.0483 74.8804 17.8284C75.0943 17.6084 75.2604 17.3465 75.368 17.0592C75.4757 16.7719 75.5227 16.4654 75.506 16.159Z" class="cneutral" fill="#ffffff"></path> <path d="M79.861 8.556C79.861 8.20355 79.9655 7.85902 80.1613 7.56598C80.3571 7.27293 80.6355 7.04452 80.9611 6.90965C81.2867 6.77477 81.645 6.73948 81.9907 6.80824C82.3363 6.877 82.6539 7.04672 82.9031 7.29594C83.1523 7.54515 83.322 7.86267 83.3908 8.20835C83.4595 8.55402 83.4242 8.91232 83.2894 9.23794C83.1545 9.56356 82.9261 9.84187 82.633 10.0377C82.34 10.2335 81.9955 10.338 81.643 10.338C81.1719 10.3333 80.7213 10.1441 80.3881 9.81088C80.055 9.4777 79.8657 9.02716 79.861 8.556ZM80.161 11.209H83.132V21.109H80.157L80.161 11.209Z" class="cneutral" fill="#ffffff"></path> <path d="M95.956 16.159C95.9903 16.8133 95.895 17.4679 95.6754 18.0852C95.4559 18.7025 95.1165 19.2703 94.6767 19.756C94.237 20.2416 93.7055 20.6356 93.113 20.9152C92.5204 21.1947 91.8785 21.3544 91.224 21.385C90.6736 21.415 90.1235 21.3222 89.6134 21.1133C89.1033 20.9043 88.6462 20.5845 88.275 20.177V25.068H85.305V11.209H88.275V12.139C88.6463 11.7318 89.1036 11.4122 89.6136 11.2035C90.1237 10.9947 90.6737 10.902 91.224 10.932C91.8786 10.9625 92.5207 11.1221 93.1134 11.4017C93.7061 11.6813 94.2376 12.0753 94.6774 12.5611C95.1172 13.0469 95.4566 13.6149 95.676 14.2324C95.8954 14.8498 95.9906 15.5046 95.956 16.159ZM92.986 16.159C92.9744 15.6957 92.8264 15.2461 92.5605 14.8664C92.2946 14.4868 91.9227 14.194 91.4913 14.0248C91.0598 13.8555 90.588 13.8172 90.1349 13.9148C89.6818 14.0123 89.2676 14.2413 88.944 14.5731C88.6204 14.905 88.4019 15.3248 88.3158 15.7803C88.2297 16.2357 88.2798 16.7063 88.4599 17.1334C88.6399 17.5605 88.942 17.9249 89.3282 18.1812C89.7144 18.4374 90.1675 18.5741 90.631 18.574C90.9492 18.5882 91.2668 18.5349 91.563 18.4177C91.8591 18.3006 92.1272 18.1221 92.3495 17.8941C92.5719 17.666 92.7435 17.3936 92.8532 17.0946C92.9629 16.7956 93.0082 16.4767 92.986 16.159Z" class="cneutral" fill="#ffffff"></path> <path d="M105.121 18.138C105.121 20.415 103.142 21.385 101.004 21.385C100.14 21.4632 99.2727 21.2806 98.5138 20.8605C97.7549 20.4405 97.1395 19.8025 96.747 19.029L99.32 17.564C99.4241 17.9215 99.6477 18.2326 99.9534 18.4451C100.259 18.6577 100.629 18.759 101 18.732C101.712 18.732 102.069 18.514 102.069 18.119C102.069 17.029 97.198 17.604 97.198 14.179C97.198 12.02 99.02 10.932 101.079 10.932C101.853 10.9075 102.619 11.0911 103.298 11.4636C103.977 11.8362 104.544 12.384 104.939 13.05L102.405 14.416C102.294 14.1567 102.109 13.9358 101.873 13.7809C101.637 13.626 101.361 13.544 101.079 13.545C100.564 13.545 100.247 13.745 100.247 14.099C100.251 15.228 105.121 14.475 105.121 18.138Z" class="cneutral" fill="#ffffff"></path> <path d="M115.97 11.209V21.109H113V20.178C112.657 20.5888 112.222 20.9125 111.73 21.1225C111.238 21.3325 110.704 21.4228 110.17 21.386C108.17 21.386 106.47 19.961 106.47 17.286V11.209H109.44V16.851C109.415 17.0868 109.442 17.3252 109.519 17.5495C109.595 17.7739 109.72 17.9789 109.884 18.1502C110.048 18.3215 110.247 18.455 110.468 18.5415C110.688 18.628 110.925 18.6654 111.162 18.651C112.251 18.651 113.003 18.018 113.003 16.612V11.212L115.97 11.209Z" class="cneutral" fill="#ffffff"></path> <path d="M133 15.03V21.108H130.03V15.287C130.03 14.297 129.555 13.664 128.605 13.664C127.615 13.664 127.06 14.357 127.06 15.525V21.108H124.091V15.287C124.091 14.297 123.616 13.664 122.665 13.664C121.675 13.664 121.121 14.357 121.121 15.525V21.108H118.151V11.208H121.121V12.118C121.429 11.7143 121.833 11.3941 122.296 11.1868C122.76 10.9794 123.268 10.8915 123.774 10.931C124.282 10.9061 124.788 11.0134 125.243 11.2423C125.697 11.4711 126.084 11.8139 126.367 12.237C126.696 11.7943 127.132 11.4423 127.634 11.2139C128.136 10.9855 128.688 10.8882 129.238 10.931C131.511 10.932 133 12.555 133 15.03Z" class="cneutral" fill="#ffffff"></path> <path d="M135.512 11.148C136.729 11.148 137.716 10.1612 137.716 8.944C137.716 7.72676 136.729 6.74 135.512 6.74C134.295 6.74 133.308 7.72676 133.308 8.944C133.308 10.1612 134.295 11.148 135.512 11.148Z" class="cneutral" fill="#ffffff"></path> </svg>
@@ -0,0 +1 @@
1
+ <svg id="logo-8" width="140" height="30" viewBox="0 0 140 30" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M22.419 13.371C22.04 13.7523 21.7498 14.2125 21.569 14.7187C21.3882 15.225 21.3213 15.7649 21.373 16.3L21.355 16.282C21.4082 16.9119 21.3232 17.5457 21.1061 18.1394C20.889 18.733 20.545 19.2721 20.0981 19.7191C19.6511 20.166 19.112 20.5101 18.5183 20.7271C17.9247 20.9442 17.2908 21.0292 16.661 20.976L16.679 20.994C15.9256 20.9239 15.1689 21.0878 14.512 21.4635C13.8552 21.8392 13.3302 22.4083 13.0087 23.0933C12.6872 23.7783 12.5847 24.5457 12.7153 25.2911C12.846 26.0364 13.2033 26.7233 13.7386 27.2581C14.2739 27.7929 14.9611 28.1496 15.7065 28.2795C16.452 28.4095 17.2193 28.3063 17.904 27.9842C18.5887 27.662 19.1573 27.1366 19.5324 26.4794C19.9075 25.8222 20.0708 25.0654 20 24.312L20.019 24.33C19.9658 23.7002 20.0507 23.0663 20.2678 22.4726C20.4849 21.879 20.829 21.3399 21.2759 20.8929C21.7229 20.446 22.262 20.1019 22.8556 19.8849C23.4493 19.6678 24.0831 19.5828 24.713 19.636L24.694 19.618C25.3094 19.6733 25.9289 19.5724 26.495 19.3246C27.061 19.0768 27.5554 18.6901 27.9322 18.2004C28.309 17.7107 28.5562 17.1337 28.6506 16.5231C28.7451 15.9124 28.6839 15.2878 28.4727 14.707C28.2615 14.1263 27.9071 13.6083 27.4424 13.201C26.9777 12.7937 26.4177 12.5103 25.8143 12.3771C25.2109 12.2439 24.5836 12.2651 23.9906 12.4388C23.3976 12.6126 22.8581 12.9332 22.422 13.371H22.419Z" class="ccompli2" fill="#394149"></path> <path d="M15.042 18.636L15.023 18.618C15.5583 18.6719 16.0989 18.6062 16.6058 18.4256C17.1126 18.245 17.573 17.9541 17.9536 17.5738C18.3341 17.1935 18.6255 16.7333 18.8064 16.2266C18.9874 15.7199 19.0535 15.1794 19 14.644L19.019 14.662C18.9658 14.0321 19.0508 13.3983 19.2678 12.8046C19.4849 12.211 19.829 11.6719 20.2759 11.2249C20.7229 10.778 21.262 10.4339 21.8556 10.2169C22.4493 9.99976 23.0831 9.91483 23.713 9.968L23.694 9.95C24.4475 10.0208 25.2044 9.85736 25.8616 9.4821C26.5189 9.10684 27.0443 8.53797 27.3663 7.8531C27.6883 7.16824 27.7912 6.40071 27.661 5.6552C27.5308 4.90969 27.1738 4.22251 26.6386 3.68737C26.1035 3.15224 25.4163 2.7952 24.6708 2.66498C23.9253 2.53475 23.1578 2.63766 22.4729 2.95968C21.788 3.28169 21.2192 3.80714 20.8439 4.46435C20.4686 5.12155 20.3052 5.87852 20.376 6.632L20.358 6.613C20.4113 7.24289 20.3265 7.87683 20.1095 8.47055C19.8925 9.06427 19.5484 9.60346 19.1015 10.0505C18.6545 10.4974 18.1153 10.8415 17.5216 11.0585C16.9278 11.2755 16.2939 11.3603 15.664 11.307L15.682 11.326C15.1467 11.2721 14.606 11.3378 14.0992 11.5184C13.5924 11.6989 13.132 11.9899 12.7514 12.3702C12.3708 12.7505 12.0795 13.2107 11.8985 13.7174C11.7176 14.2241 11.6515 14.7646 11.705 15.3L11.687 15.282C11.74 15.9118 11.6549 16.5456 11.4378 17.1392C11.2206 17.7327 10.8766 18.2718 10.4297 18.7187C9.98276 19.1656 9.44372 19.5096 8.85016 19.7268C8.2566 19.9439 7.62281 20.029 6.993 19.976L7.011 19.994C6.25752 19.9232 5.50055 20.0866 4.84334 20.4619C4.18614 20.8372 3.66069 21.406 3.33868 22.0909C3.01666 22.7758 2.91374 23.5433 3.04397 24.2888C3.1742 25.0343 3.53124 25.7215 4.06637 26.2566C4.60151 26.7918 5.28869 27.1488 6.0342 27.279C6.77971 27.4092 7.54724 27.3063 8.23211 26.9843C8.91697 26.6623 9.48584 26.1369 9.8611 25.4797C10.2364 24.8224 10.3998 24.0655 10.329 23.312L10.348 23.33C10.2948 22.7001 10.3798 22.0663 10.5969 21.4726C10.8139 20.879 11.158 20.3399 11.6049 19.8929C12.0519 19.446 12.591 19.1019 13.1846 18.8849C13.7783 18.6678 14.4121 18.5828 15.042 18.636V18.636Z" class="ccompli1" fill="#394149"></path> <path d="M8.34 16.629C8.71902 16.2478 9.0092 15.7876 9.18984 15.2813C9.37048 14.775 9.43712 14.235 9.385 13.7L9.40399 13.718C9.35079 13.088 9.43575 12.4539 9.65296 11.8601C9.87017 11.2663 10.2144 10.7271 10.6616 10.2801C11.1088 9.83312 11.6481 9.48913 12.242 9.27218C12.8359 9.05522 13.47 8.97052 14.1 9.024L14.081 9.006C14.8342 9.07657 15.5909 8.91308 16.2478 8.53784C16.9047 8.16261 17.4298 7.59388 17.7517 6.90923C18.0735 6.22457 18.1763 5.45732 18.0461 4.71209C17.9159 3.96686 17.5589 3.27994 17.024 2.745C16.4891 2.21006 15.8021 1.85314 15.0569 1.72292C14.3117 1.59269 13.5444 1.69551 12.8598 2.01733C12.1751 2.33915 11.6064 2.86432 11.2312 3.52122C10.8559 4.17812 10.6924 4.93478 10.763 5.688L10.745 5.67C10.7982 6.29985 10.7132 6.93372 10.4961 7.52736C10.279 8.121 9.93502 8.66011 9.48806 9.10707C9.04111 9.55403 8.50199 9.89806 7.90835 10.1151C7.31471 10.3322 6.68085 10.4172 6.051 10.364L6.069 10.382C5.45357 10.3268 4.83416 10.4279 4.26818 10.6758C3.7022 10.9237 3.20795 11.3105 2.83124 11.8003C2.45453 12.29 2.20755 12.867 2.11317 13.4776C2.0188 14.0883 2.08009 14.7129 2.29136 15.2935C2.50263 15.8742 2.85706 16.3921 3.32179 16.7993C3.78652 17.2066 4.34652 17.4899 4.9499 17.6231C5.55327 17.7562 6.1805 17.7349 6.77347 17.5612C7.36643 17.3874 7.90593 17.0668 8.34199 16.629H8.34Z" class="ccustom" fill="#394149"></path> <path d="M39.317 6.655H42.287V21.108H39.317V6.655Z" class="cneutral" fill="#394149"></path> <path d="M43.969 16.159C43.9649 15.1204 44.2691 14.1038 44.8431 13.2382C45.4171 12.3726 46.2351 11.6968 47.1935 11.2965C48.1519 10.8961 49.2075 10.7892 50.2267 10.9893C51.2459 11.1894 52.1828 11.6874 52.9187 12.4204C53.6546 13.1533 54.1564 14.0882 54.3606 15.1066C54.5648 16.125 54.4621 17.1811 54.0656 18.1411C53.6691 19.101 52.9966 19.9218 52.1333 20.4992C51.2699 21.0767 50.2547 21.385 49.216 21.385C48.5266 21.3929 47.8425 21.2632 47.2037 21.0036C46.5649 20.744 45.9843 20.3597 45.4958 19.8732C45.0072 19.3866 44.6206 18.8075 44.3585 18.1698C44.0963 17.5321 43.9639 16.8485 43.969 16.159ZM51.493 16.159C51.4806 15.7113 51.3365 15.2772 51.0788 14.9109C50.821 14.5447 50.461 14.2625 50.0438 14.0998C49.6265 13.937 49.1706 13.9008 48.7329 13.9958C48.2952 14.0908 47.8952 14.3126 47.5829 14.6337C47.2707 14.9547 47.0599 15.3607 46.9772 15.8009C46.8944 16.241 46.9431 16.6958 47.1174 17.1084C47.2917 17.521 47.5837 17.873 47.9569 18.1205C48.3302 18.368 48.7682 18.5 49.216 18.5C49.5227 18.5082 49.8278 18.4527 50.1121 18.3371C50.3963 18.2215 50.6535 18.0483 50.8674 17.8284C51.0813 17.6084 51.2474 17.3465 51.355 17.0592C51.4627 16.7719 51.5097 16.4654 51.493 16.159Z" class="cneutral" fill="#394149"></path> <path d="M66.3 11.209V20.609C66.3 23.935 63.706 25.341 61.073 25.341C60.146 25.4104 59.2177 25.2231 58.39 24.7998C57.5624 24.3764 56.8673 23.7333 56.381 22.941L58.915 21.476C59.1194 21.889 59.4451 22.2297 59.8484 22.4526C60.2518 22.6754 60.7136 22.7698 61.172 22.723C61.465 22.7636 61.7634 22.7378 62.0451 22.6475C62.3267 22.5572 62.5845 22.4047 62.7993 22.2014C63.0141 21.998 63.1804 21.749 63.286 21.4726C63.3915 21.1963 63.4335 20.8998 63.409 20.605V19.7C63.0612 20.1255 62.6186 20.4636 62.1165 20.6871C61.6144 20.9106 61.067 21.0133 60.518 20.987C59.2118 20.9458 57.9729 20.398 57.0635 19.4594C56.1541 18.5209 55.6456 17.2653 55.6456 15.9585C55.6456 14.6517 56.1541 13.3961 57.0635 12.4576C57.9729 11.519 59.2118 10.9712 60.518 10.93C61.067 10.9037 61.6144 11.0064 62.1165 11.2299C62.6186 11.4534 63.0612 11.7915 63.409 12.217V11.207L66.3 11.209ZM63.41 15.96C63.43 15.4814 63.3062 15.0077 63.0547 14.6C62.8032 14.1922 62.4354 13.8691 61.9987 13.6722C61.562 13.4752 61.0764 13.4135 60.6043 13.4949C60.1322 13.5763 59.6953 13.7971 59.3497 14.129C59.0042 14.4608 58.7659 14.8884 58.6654 15.3568C58.565 15.8252 58.607 16.313 58.7862 16.7573C58.9653 17.2016 59.2733 17.5822 59.6705 17.85C60.0677 18.1178 60.536 18.2606 61.015 18.26C61.3271 18.2818 61.6402 18.238 61.9343 18.1314C62.2284 18.0248 62.4969 17.8577 62.7225 17.6411C62.9481 17.4244 63.1259 17.1629 63.2443 16.8733C63.3627 16.5838 63.4192 16.2727 63.41 15.96Z" class="cneutral" fill="#394149"></path> <path d="M67.982 16.159C67.9779 15.1204 68.282 14.1038 68.8561 13.2382C69.4301 12.3726 70.2481 11.6968 71.2065 11.2965C72.1649 10.8961 73.2205 10.7892 74.2397 10.9893C75.2589 11.1894 76.1958 11.6874 76.9317 12.4204C77.6676 13.1533 78.1694 14.0882 78.3736 15.1066C78.5778 16.125 78.4751 17.1811 78.0786 18.1411C77.6821 19.101 77.0096 19.9218 76.1463 20.4992C75.2829 21.0767 74.2677 21.385 73.229 21.385C72.5396 21.3929 71.8554 21.2632 71.2167 21.0036C70.5779 20.744 69.9973 20.3597 69.5088 19.8732C69.0202 19.3866 68.6336 18.8075 68.3715 18.1698C68.1093 17.5321 67.9769 16.8485 67.982 16.159ZM75.506 16.159C75.4936 15.7113 75.3495 15.2772 75.0918 14.9109C74.834 14.5447 74.474 14.2625 74.0568 14.0998C73.6395 13.937 73.1835 13.9008 72.7459 13.9958C72.3082 14.0908 71.9082 14.3126 71.5959 14.6337C71.2837 14.9547 71.0729 15.3607 70.9901 15.8009C70.9073 16.241 70.9561 16.6958 71.1304 17.1084C71.3047 17.521 71.5967 17.873 71.9699 18.1205C72.3432 18.368 72.7811 18.5 73.229 18.5C73.5357 18.5082 73.8408 18.4527 74.125 18.3371C74.4093 18.2215 74.6665 18.0483 74.8804 17.8284C75.0943 17.6084 75.2604 17.3465 75.368 17.0592C75.4757 16.7719 75.5227 16.4654 75.506 16.159Z" class="cneutral" fill="#394149"></path> <path d="M79.861 8.556C79.861 8.20355 79.9655 7.85902 80.1613 7.56598C80.3571 7.27293 80.6355 7.04452 80.9611 6.90965C81.2867 6.77477 81.645 6.73948 81.9907 6.80824C82.3363 6.877 82.6539 7.04672 82.9031 7.29594C83.1523 7.54515 83.322 7.86267 83.3908 8.20835C83.4595 8.55402 83.4242 8.91232 83.2894 9.23794C83.1545 9.56356 82.9261 9.84187 82.633 10.0377C82.34 10.2335 81.9955 10.338 81.643 10.338C81.1719 10.3333 80.7213 10.1441 80.3881 9.81088C80.055 9.4777 79.8657 9.02716 79.861 8.556ZM80.161 11.209H83.132V21.109H80.157L80.161 11.209Z" class="cneutral" fill="#394149"></path> <path d="M95.956 16.159C95.9903 16.8133 95.895 17.4679 95.6754 18.0852C95.4559 18.7025 95.1165 19.2703 94.6767 19.756C94.237 20.2416 93.7055 20.6356 93.113 20.9152C92.5204 21.1947 91.8785 21.3544 91.224 21.385C90.6736 21.415 90.1235 21.3222 89.6134 21.1133C89.1033 20.9043 88.6462 20.5845 88.275 20.177V25.068H85.305V11.209H88.275V12.139C88.6463 11.7318 89.1036 11.4122 89.6136 11.2035C90.1237 10.9947 90.6737 10.902 91.224 10.932C91.8786 10.9625 92.5207 11.1221 93.1134 11.4017C93.7061 11.6813 94.2376 12.0753 94.6774 12.5611C95.1172 13.0469 95.4566 13.6149 95.676 14.2324C95.8954 14.8498 95.9906 15.5046 95.956 16.159ZM92.986 16.159C92.9744 15.6957 92.8264 15.2461 92.5605 14.8664C92.2946 14.4868 91.9227 14.194 91.4913 14.0248C91.0598 13.8555 90.588 13.8172 90.1349 13.9148C89.6818 14.0123 89.2676 14.2413 88.944 14.5731C88.6204 14.905 88.4019 15.3248 88.3158 15.7803C88.2297 16.2357 88.2798 16.7063 88.4599 17.1334C88.6399 17.5605 88.942 17.9249 89.3282 18.1812C89.7144 18.4374 90.1675 18.5741 90.631 18.574C90.9492 18.5882 91.2668 18.5349 91.563 18.4177C91.8591 18.3006 92.1272 18.1221 92.3495 17.8941C92.5719 17.666 92.7435 17.3936 92.8532 17.0946C92.9629 16.7956 93.0082 16.4767 92.986 16.159Z" class="cneutral" fill="#394149"></path> <path d="M105.121 18.138C105.121 20.415 103.142 21.385 101.004 21.385C100.14 21.4632 99.2727 21.2806 98.5138 20.8605C97.7549 20.4405 97.1395 19.8025 96.747 19.029L99.32 17.564C99.4241 17.9215 99.6477 18.2326 99.9534 18.4451C100.259 18.6577 100.629 18.759 101 18.732C101.712 18.732 102.069 18.514 102.069 18.119C102.069 17.029 97.198 17.604 97.198 14.179C97.198 12.02 99.02 10.932 101.079 10.932C101.853 10.9075 102.619 11.0911 103.298 11.4636C103.977 11.8362 104.544 12.384 104.939 13.05L102.405 14.416C102.294 14.1567 102.109 13.9358 101.873 13.7809C101.637 13.626 101.361 13.544 101.079 13.545C100.564 13.545 100.247 13.745 100.247 14.099C100.251 15.228 105.121 14.475 105.121 18.138Z" class="cneutral" fill="#394149"></path> <path d="M115.97 11.209V21.109H113V20.178C112.657 20.5888 112.222 20.9125 111.73 21.1225C111.238 21.3325 110.704 21.4228 110.17 21.386C108.17 21.386 106.47 19.961 106.47 17.286V11.209H109.44V16.851C109.415 17.0868 109.442 17.3252 109.519 17.5495C109.595 17.7739 109.72 17.9789 109.884 18.1502C110.048 18.3215 110.247 18.455 110.468 18.5415C110.688 18.628 110.925 18.6654 111.162 18.651C112.251 18.651 113.003 18.018 113.003 16.612V11.212L115.97 11.209Z" class="cneutral" fill="#394149"></path> <path d="M133 15.03V21.108H130.03V15.287C130.03 14.297 129.555 13.664 128.605 13.664C127.615 13.664 127.06 14.357 127.06 15.525V21.108H124.091V15.287C124.091 14.297 123.616 13.664 122.665 13.664C121.675 13.664 121.121 14.357 121.121 15.525V21.108H118.151V11.208H121.121V12.118C121.429 11.7143 121.833 11.3941 122.296 11.1868C122.76 10.9794 123.268 10.8915 123.774 10.931C124.282 10.9061 124.788 11.0134 125.243 11.2423C125.697 11.4711 126.084 11.8139 126.367 12.237C126.696 11.7943 127.132 11.4423 127.634 11.2139C128.136 10.9855 128.688 10.8882 129.238 10.931C131.511 10.932 133 12.555 133 15.03Z" class="cneutral" fill="#394149"></path> <path d="M135.512 11.148C136.729 11.148 137.716 10.1612 137.716 8.944C137.716 7.72676 136.729 6.74 135.512 6.74C134.295 6.74 133.308 7.72676 133.308 8.944C133.308 10.1612 134.295 11.148 135.512 11.148Z" class="cneutral" fill="#394149"></path> </svg>
@@ -0,0 +1,6 @@
1
+ module Maglev
2
+ module Hyperui
3
+ class Railtie < ::Rails::Railtie
4
+ end
5
+ end
6
+ end
@@ -0,0 +1,5 @@
1
+ module Maglev
2
+ module Hyperui
3
+ VERSION = '1.0.0'
4
+ end
5
+ end
@@ -0,0 +1,8 @@
1
+ require "maglev/hyperui/version"
2
+ require "maglev/hyperui/railtie"
3
+
4
+ module Maglev
5
+ module Hyperui
6
+ # Your code goes here...
7
+ end
8
+ end
metadata ADDED
@@ -0,0 +1,176 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: maglevcms-hyperui-kit
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Didier Lafforgue
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-09-29 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 6.1.7
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 6.1.7
27
+ description: Check out https://www.hyperui.dev for more components.
28
+ email:
29
+ - didier.lafforgue@gmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - MIT-LICENSE
35
+ - README.md
36
+ - Rakefile
37
+ - lib/generators/maglev/hyperui/install/USAGE
38
+ - lib/generators/maglev/hyperui/install/install_generator.rb
39
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/banner/banner_01.yml
40
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/banner/banner_02.yml
41
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/banner/banner_03.yml
42
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/cta/cta_01.yml
43
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/cta/cta_02.yml
44
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/cta/cta_03.yml
45
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/faq/faq_01.yml
46
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/faq/faq_02.yml
47
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/faq/faq_03.yml
48
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/feature/feature_01.yml
49
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/feature/feature_02.yml
50
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/feature/feature_03.yml
51
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/footer/footer_01.yml
52
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/footer/footer_02.yml
53
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/footer/footer_03.yml
54
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/footer/footer_04.yml
55
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/nav/nav_01.yml
56
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/nav/nav_02.yml
57
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/nav/nav_03.yml
58
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/nav/nav_04.yml
59
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/review/review_01.yml
60
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/stat/stat_01.yml
61
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/testimonial/testimonial_01.yml
62
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/testimonial/testimonial_02.yml
63
+ - lib/generators/maglev/hyperui/install/templates/app/theme/sections/testimonial/testimonial_03.yml
64
+ - lib/generators/maglev/hyperui/install/templates/app/theme/theme.yml
65
+ - lib/generators/maglev/hyperui/install/templates/app/views/maglev/editor/_header.html.erb
66
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/layout.html.erb
67
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/banner/banner_01.html.erb
68
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/banner/banner_02.html.erb
69
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/banner/banner_03.html.erb
70
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/cta/cta_01.html.erb
71
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/cta/cta_02.html.erb
72
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/cta/cta_03.html.erb
73
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/faq/faq_01.html.erb
74
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/faq/faq_02.html.erb
75
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/faq/faq_03.html.erb
76
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/feature/feature_01.html.erb
77
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/feature/feature_02.html.erb
78
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/feature/feature_03.html.erb
79
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/footer/footer_01.html.erb
80
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/footer/footer_02.html.erb
81
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/footer/footer_03.html.erb
82
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/footer/footer_04.html.erb
83
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/nav/nav_01.html.erb
84
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/nav/nav_02.html.erb
85
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/nav/nav_03.html.erb
86
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/nav/nav_04.html.erb
87
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/review/_grades.html.erb
88
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/review/review_01.html.erb
89
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/stat/stat_01.html.erb
90
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/testimonial/testimonial_01.html.erb
91
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/testimonial/testimonial_02.html.erb
92
+ - lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/testimonial/testimonial_03.html.erb
93
+ - lib/generators/maglev/hyperui/install/templates/public/banner/banner_01.jpg
94
+ - lib/generators/maglev/hyperui/install/templates/public/banner/banner_02.jpg
95
+ - lib/generators/maglev/hyperui/install/templates/public/banner/banner_03.jpg
96
+ - lib/generators/maglev/hyperui/install/templates/public/cta/cta_01.jpg
97
+ - lib/generators/maglev/hyperui/install/templates/public/cta/cta_02.jpg
98
+ - lib/generators/maglev/hyperui/install/templates/public/cta/cta_03.jpg
99
+ - lib/generators/maglev/hyperui/install/templates/public/faq/faq_01.jpg
100
+ - lib/generators/maglev/hyperui/install/templates/public/faq/faq_02.jpg
101
+ - lib/generators/maglev/hyperui/install/templates/public/faq/faq_03.jpg
102
+ - lib/generators/maglev/hyperui/install/templates/public/feature/feature_01.jpg
103
+ - lib/generators/maglev/hyperui/install/templates/public/feature/feature_02.jpg
104
+ - lib/generators/maglev/hyperui/install/templates/public/feature/feature_03.jpg
105
+ - lib/generators/maglev/hyperui/install/templates/public/footer/footer_01.jpg
106
+ - lib/generators/maglev/hyperui/install/templates/public/footer/footer_02.jpg
107
+ - lib/generators/maglev/hyperui/install/templates/public/footer/footer_03.jpg
108
+ - lib/generators/maglev/hyperui/install/templates/public/footer/footer_04.jpg
109
+ - lib/generators/maglev/hyperui/install/templates/public/image-placeholder.jpg
110
+ - lib/generators/maglev/hyperui/install/templates/public/nav/nav_01.jpg
111
+ - lib/generators/maglev/hyperui/install/templates/public/nav/nav_02.jpg
112
+ - lib/generators/maglev/hyperui/install/templates/public/nav/nav_03.jpg
113
+ - lib/generators/maglev/hyperui/install/templates/public/nav/nav_04.jpg
114
+ - lib/generators/maglev/hyperui/install/templates/public/review/review_01.jpg
115
+ - lib/generators/maglev/hyperui/install/templates/public/stat/stat_01.jpg
116
+ - lib/generators/maglev/hyperui/install/templates/public/testimonial/testimonial_01.jpg
117
+ - lib/generators/maglev/hyperui/install/templates/public/testimonial/testimonial_02.jpg
118
+ - lib/generators/maglev/hyperui/install/templates/public/testimonial/testimonial_03.jpg
119
+ - lib/generators/maglev/hyperui/install/templates/public/theme/banner/banner_01.jpg
120
+ - lib/generators/maglev/hyperui/install/templates/public/theme/banner/banner_02.jpg
121
+ - lib/generators/maglev/hyperui/install/templates/public/theme/banner/banner_03.jpg
122
+ - lib/generators/maglev/hyperui/install/templates/public/theme/cta/cta_01.jpg
123
+ - lib/generators/maglev/hyperui/install/templates/public/theme/cta/cta_02.jpg
124
+ - lib/generators/maglev/hyperui/install/templates/public/theme/cta/cta_03.jpg
125
+ - lib/generators/maglev/hyperui/install/templates/public/theme/faq/faq_01.jpg
126
+ - lib/generators/maglev/hyperui/install/templates/public/theme/faq/faq_02.jpg
127
+ - lib/generators/maglev/hyperui/install/templates/public/theme/faq/faq_03.jpg
128
+ - lib/generators/maglev/hyperui/install/templates/public/theme/feature/feature_01.jpg
129
+ - lib/generators/maglev/hyperui/install/templates/public/theme/feature/feature_02.jpg
130
+ - lib/generators/maglev/hyperui/install/templates/public/theme/feature/feature_03.jpg
131
+ - lib/generators/maglev/hyperui/install/templates/public/theme/footer/footer_01.jpg
132
+ - lib/generators/maglev/hyperui/install/templates/public/theme/footer/footer_02.jpg
133
+ - lib/generators/maglev/hyperui/install/templates/public/theme/footer/footer_03.jpg
134
+ - lib/generators/maglev/hyperui/install/templates/public/theme/footer/footer_04.jpg
135
+ - lib/generators/maglev/hyperui/install/templates/public/theme/image-placeholder.jpg
136
+ - lib/generators/maglev/hyperui/install/templates/public/theme/logoipsum-white.svg
137
+ - lib/generators/maglev/hyperui/install/templates/public/theme/logoipsum.svg
138
+ - lib/generators/maglev/hyperui/install/templates/public/theme/marie-curie.jpg
139
+ - lib/generators/maglev/hyperui/install/templates/public/theme/nav/nav_01.jpg
140
+ - lib/generators/maglev/hyperui/install/templates/public/theme/nav/nav_02.jpg
141
+ - lib/generators/maglev/hyperui/install/templates/public/theme/nav/nav_03.jpg
142
+ - lib/generators/maglev/hyperui/install/templates/public/theme/nav/nav_04.jpg
143
+ - lib/generators/maglev/hyperui/install/templates/public/theme/review/review_01.jpg
144
+ - lib/generators/maglev/hyperui/install/templates/public/theme/stat/stat_01.jpg
145
+ - lib/generators/maglev/hyperui/install/templates/public/theme/testimonial/testimonial_01.jpg
146
+ - lib/generators/maglev/hyperui/install/templates/public/theme/testimonial/testimonial_02.jpg
147
+ - lib/generators/maglev/hyperui/install/templates/public/theme/testimonial/testimonial_03.jpg
148
+ - lib/maglev/hyperui.rb
149
+ - lib/maglev/hyperui/railtie.rb
150
+ - lib/maglev/hyperui/version.rb
151
+ homepage: https://www.maglev.dev
152
+ licenses:
153
+ - MIT
154
+ metadata:
155
+ homepage_uri: https://www.maglev.dev
156
+ source_code_uri: https://github.com/maglevhq/maglev-hyperui-kit
157
+ post_install_message:
158
+ rdoc_options: []
159
+ require_paths:
160
+ - lib
161
+ required_ruby_version: !ruby/object:Gem::Requirement
162
+ requirements:
163
+ - - ">="
164
+ - !ruby/object:Gem::Version
165
+ version: '0'
166
+ required_rubygems_version: !ruby/object:Gem::Requirement
167
+ requirements:
168
+ - - ">="
169
+ - !ruby/object:Gem::Version
170
+ version: '0'
171
+ requirements: []
172
+ rubygems_version: 3.2.32
173
+ signing_key:
174
+ specification_version: 4
175
+ summary: Hyperui components converted into Maglev sections
176
+ test_files: []