thecore_ui_layout_taris_website 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +28 -0
  4. data/Rakefile +36 -0
  5. data/app/assets/config/thecore_ui_layout_taris_website_manifest.js +0 -0
  6. data/app/assets/images/android-chrome-192x192.png +0 -0
  7. data/app/assets/images/android-chrome-512x512.png +0 -0
  8. data/app/assets/images/apple-touch-icon.png +0 -0
  9. data/app/assets/images/favicon-16x16.png +0 -0
  10. data/app/assets/images/favicon-32x32.png +0 -0
  11. data/app/assets/images/favicon.ico +0 -0
  12. data/app/assets/images/logo.png +0 -0
  13. data/app/assets/images/mstile-150x150.png +0 -0
  14. data/app/assets/images/safari-pinned-tab.svg +1042 -0
  15. data/app/assets/images/up-arrow.png +0 -0
  16. data/app/assets/javascripts/browserconfig.xml +9 -0
  17. data/app/assets/javascripts/ie.js +19 -0
  18. data/app/assets/javascripts/manifest.json +20 -0
  19. data/app/assets/javascripts/pages.coffee +3 -0
  20. data/app/assets/javascripts/thecore.js +20 -0
  21. data/app/assets/javascripts/timer.js +135 -0
  22. data/app/assets/stylesheets/animate.css +3340 -0
  23. data/app/assets/stylesheets/colors.scss +0 -0
  24. data/app/assets/stylesheets/devise.scss +264 -0
  25. data/app/assets/stylesheets/mixins.scss +18 -0
  26. data/app/assets/stylesheets/pages.scss +3 -0
  27. data/app/assets/stylesheets/thecore.scss +80 -0
  28. data/app/helpers/devise_bootstrap_errors_helper.rb +20 -0
  29. data/app/helpers/thecore_helper.rb +54 -0
  30. data/app/views/contact_mailer/contact_message.html.erb +5 -0
  31. data/app/views/devise/confirmations/new.html.erb +16 -0
  32. data/app/views/devise/mailer/confirmation_instructions.html.erb +5 -0
  33. data/app/views/devise/mailer/password_change.html.erb +5 -0
  34. data/app/views/devise/mailer/reset_password_instructions.html.erb +8 -0
  35. data/app/views/devise/mailer/unlock_instructions.html.erb +7 -0
  36. data/app/views/devise/menu/_login_items.html.erb +7 -0
  37. data/app/views/devise/passwords/edit.html.erb +25 -0
  38. data/app/views/devise/passwords/new.html.erb +18 -0
  39. data/app/views/devise/registrations/edit.html.erb +45 -0
  40. data/app/views/devise/registrations/new.html.erb +29 -0
  41. data/app/views/devise/sessions/new.html.erb +28 -0
  42. data/app/views/devise/shared/_links.html.erb +25 -0
  43. data/app/views/devise/unlocks/new.html.erb +16 -0
  44. data/app/views/home/index.html.erb +5 -0
  45. data/app/views/kaminari/_first_page.html.erb +3 -0
  46. data/app/views/kaminari/_gap.html.erb +3 -0
  47. data/app/views/kaminari/_last_page.html.erb +3 -0
  48. data/app/views/kaminari/_next_page.html.erb +3 -0
  49. data/app/views/kaminari/_page.html.erb +9 -0
  50. data/app/views/kaminari/_paginator.html.erb +15 -0
  51. data/app/views/kaminari/_prev_page.html.erb +3 -0
  52. data/app/views/layouts/_footer.html.erb +3 -0
  53. data/app/views/layouts/_messages.html.erb +9 -0
  54. data/app/views/layouts/_navigation.html.erb +20 -0
  55. data/app/views/layouts/_navigation_links.html.erb +7 -0
  56. data/app/views/layouts/mailer.html.erb +6 -0
  57. data/app/views/layouts/mailer.text.erb +1 -0
  58. data/app/views/layouts/thecore.html.erb +42 -0
  59. data/app/views/pages/contact.html.erb +54 -0
  60. data/app/views/pages/home.html.erb +2 -0
  61. data/app/views/pages/inside.html.erb +4 -0
  62. data/app/views/shared/_flash.html.erb +8 -0
  63. data/app/views/users/confirmations/new.html.erb +16 -0
  64. data/app/views/users/mailer/confirmation_instructions.html.erb +5 -0
  65. data/app/views/users/mailer/password_change.html.erb +3 -0
  66. data/app/views/users/mailer/reset_password_instructions.html.erb +8 -0
  67. data/app/views/users/mailer/unlock_instructions.html.erb +7 -0
  68. data/app/views/users/passwords/edit.html.erb +19 -0
  69. data/app/views/users/passwords/new.html.erb +15 -0
  70. data/app/views/users/registrations/edit.html.erb +27 -0
  71. data/app/views/users/registrations/new.html.erb +17 -0
  72. data/app/views/users/sessions/new.html.erb +37 -0
  73. data/app/views/users/shared/_links.html.erb +26 -0
  74. data/app/views/users/unlocks/new.html.erb +16 -0
  75. data/config/routes.rb +2 -0
  76. data/lib/tasks/thecore_ui_layout_taris_website_tasks.rake +4 -0
  77. data/lib/thecore_ui_layout_taris_website/engine.rb +4 -0
  78. data/lib/thecore_ui_layout_taris_website/version.rb +3 -0
  79. data/lib/thecore_ui_layout_taris_website.rb +6 -0
  80. metadata +136 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 4b2e5bd48e62d41bba2581e83381e68bc5b6ae2a
4
+ data.tar.gz: 56e060818e0b5d26a6b747097af872daf620d8b0
5
+ SHA512:
6
+ metadata.gz: 5f2fc7c90f8b5e9b8ca8c5bc98d8938317125513d57aafdfc5d5d1ed572003504c37a40a14d13a518f8a0a550b7b13fa807e9606d56b21b459d4723f85e5c7d2
7
+ data.tar.gz: 00b787f7b801fec4393dd0ca8f34ac667b00c4446ebafa5bc365c05c9aeeacda58e8acf2eef78fb24feaff66263cea99014e661f2c9b27cad3f4dda5ed4e7771
data/MIT-LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright 2017 Gabriele Tassoni
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,28 @@
1
+ # ThecoreUiLayoutTarisWebsite
2
+ Short description and motivation.
3
+
4
+ ## Usage
5
+ How to use my plugin.
6
+
7
+ ## Installation
8
+ Add this line to your application's Gemfile:
9
+
10
+ ```ruby
11
+ gem 'thecore_ui_layout_taris_website'
12
+ ```
13
+
14
+ And then execute:
15
+ ```bash
16
+ $ bundle
17
+ ```
18
+
19
+ Or install it yourself as:
20
+ ```bash
21
+ $ gem install thecore_ui_layout_taris_website
22
+ ```
23
+
24
+ ## Contributing
25
+ Contribution directions go here.
26
+
27
+ ## License
28
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
data/Rakefile ADDED
@@ -0,0 +1,36 @@
1
+ begin
2
+ require 'bundler/setup'
3
+ rescue LoadError
4
+ puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
5
+ end
6
+
7
+ require 'rdoc/task'
8
+
9
+ RDoc::Task.new(:rdoc) do |rdoc|
10
+ rdoc.rdoc_dir = 'rdoc'
11
+ rdoc.title = 'ThecoreUiLayoutTarisWebsite'
12
+ rdoc.options << '--line-numbers'
13
+ rdoc.rdoc_files.include('README.md')
14
+ rdoc.rdoc_files.include('lib/**/*.rb')
15
+ end
16
+
17
+ APP_RAKEFILE = File.expand_path("../test/dummy/Rakefile", __FILE__)
18
+ load 'rails/tasks/engine.rake'
19
+
20
+
21
+ load 'rails/tasks/statistics.rake'
22
+
23
+
24
+
25
+ require 'bundler/gem_tasks'
26
+
27
+ require 'rake/testtask'
28
+
29
+ Rake::TestTask.new(:test) do |t|
30
+ t.libs << 'test'
31
+ t.pattern = 'test/**/*_test.rb'
32
+ t.verbose = false
33
+ end
34
+
35
+
36
+ task default: :test
Binary file
Binary file
Binary file
Binary file