Merge branch 'design_page' into 'master'
Design page See merge request !2
Showing
.Gemfile.swp
0 → 100644
File added
| ... | @@ -3,6 +3,9 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } | ... | @@ -3,6 +3,9 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } |
| ruby '2.7.0' | ruby '2.7.0' | ||
| gem 'bootstrap', '~> 4.4.1' | |||
| gem 'jquery-rails' | |||
| # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
| gem 'rails', '~> 6.0.2', '>= 6.0.2.1' | gem 'rails', '~> 6.0.2', '>= 6.0.2.1' | ||
| # Use sqlite3 as the database for Active Record | # Use sqlite3 as the database for Active Record | ||
| ... | @@ -28,6 +31,8 @@ gem 'jbuilder', '~> 2.7' | ... | @@ -28,6 +31,8 @@ gem 'jbuilder', '~> 2.7' |
| # Reduces boot times through caching; required in config/boot.rb | # Reduces boot times through caching; required in config/boot.rb | ||
| gem 'bootsnap', '>= 1.4.2', require: false | gem 'bootsnap', '>= 1.4.2', require: false | ||
| gem 'sprockets', '~> 3.7.2' | |||
| group :development, :test do | group :development, :test do | ||
| # Call 'byebug' anywhere in the code to stop execution and get a debugger console | # Call 'byebug' anywhere in the code to stop execution and get a debugger console | ||
| gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] | gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] | ||
| ... | ... |
app/assets/images/workspace.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/application.scss
0 → 100644
app/controllers/top_page_controller.rb
0 → 100644
app/javascript/css/site.scss
0 → 100644
app/views/top_page/index.html.erb
0 → 100644
log/.keep
deleted
100755 → 0
| ... | @@ -6,6 +6,9 @@ | ... | @@ -6,6 +6,9 @@ |
| "@rails/activestorage": "^6.0.0", | "@rails/activestorage": "^6.0.0", | ||
| "@rails/ujs": "^6.0.0", | "@rails/ujs": "^6.0.0", | ||
| "@rails/webpacker": "4.2.2", | "@rails/webpacker": "4.2.2", | ||
| "bootstrap": "^4.4.1", | |||
| "jquery": "^3.4.1", | |||
| "popper.js": "^1.16.1", | |||
| "turbolinks": "^5.2.0" | "turbolinks": "^5.2.0" | ||
| }, | }, | ||
| "version": "0.1.0", | "version": "0.1.0", | ||
| ... | ... |
tmp/.keep
deleted
100755 → 0
Please
register
or
sign in
to comment