Merge branch 'top_view/suggest' into 'master'
Top view/suggest See merge request !21
Showing
| ... | ... | @@ -65,6 +65,8 @@ gem 'nokogiri', '~> 1.11', '>= 1.11.7' |
| gem 'httparty', '~> 0.18.1' | ||
| gem 'active_storage_validations', '~> 0.9.5' | ||
| gem 'devise', '~> 4.8' | ||
| gem 'jquery-rails', '~> 4.4' | ||
| gem 'rsolr', '~> 2.3' | ||
| gem 'rsolr-ext', '~> 1.0', '>= 1.0.3' | ||
| gem 'font-awesome-rails', '~> 4.7', '>= 4.7.0.7' | ||
| gem 'bootstrap', '~> 4.4.1' | ||
| gem 'jquery-rails', '~> 4.4' |
app/assets/images/avt.png
0 → 100644
26.3 KB
app/assets/images/banner-1.jpg
0 → 100644
273 KB
app/assets/images/banner-2.jpg
0 → 100644
1010 KB
app/assets/images/banner-3.jpg
0 → 100644
75.1 KB
app/assets/images/banner-4.jpg
0 → 100644
149 KB
app/assets/images/banner-5.jpg
0 → 100644
75.1 KB
app/assets/images/company-logo.jpg
0 → 100644
8.72 KB
app/assets/images/logo-sample.png
0 → 100644
2.73 KB
app/assets/stylesheets/application.scss
0 → 100644
app/assets/stylesheets/scss/_about.scss
0 → 100644
app/assets/stylesheets/scss/_accordion.scss
0 → 100644
app/assets/stylesheets/scss/_app.scss
0 → 100644
app/assets/stylesheets/scss/_blockquote.scss
0 → 100644
app/assets/stylesheets/scss/_blog.scss
0 → 100644
app/assets/stylesheets/scss/_button.scss
0 → 100644
app/assets/stylesheets/scss/_comment.scss
0 → 100644
app/assets/stylesheets/scss/_common.scss
0 → 100644
app/assets/stylesheets/scss/_company.scss
0 → 100644
app/assets/stylesheets/scss/_contact.scss
0 → 100644
app/assets/stylesheets/scss/_faq.scss
0 → 100644
app/assets/stylesheets/scss/_footer.scss
0 → 100644
app/assets/stylesheets/scss/_form.scss
0 → 100644
app/assets/stylesheets/scss/_funfact.scss
0 → 100644
app/assets/stylesheets/scss/_header.scss
0 → 100644
app/assets/stylesheets/scss/_job-search.scss
0 → 100644
app/assets/stylesheets/scss/_job-single.scss
0 → 100644
app/assets/stylesheets/scss/_jobs.scss
0 → 100644
app/assets/stylesheets/scss/_modal.scss
0 → 100644
app/assets/stylesheets/scss/_pagination.scss
0 → 100644
app/assets/stylesheets/scss/_pricing.scss
0 → 100644
app/assets/stylesheets/scss/_sidebar.scss
0 → 100644
app/assets/stylesheets/scss/_slider.scss
0 → 100644
app/assets/stylesheets/scss/_team.scss
0 → 100644
app/assets/stylesheets/scss/_variabls.scss
0 → 100644
app/assets/stylesheets/scss/style.scss
0 → 100644
app/assets/stylesheets/top.scss
deleted
100644 → 0
app/helpers/favorite_industries_helper.rb
0 → 100644
app/javascript/packs/main.js
0 → 100644
app/models/favorite_industry.rb
0 → 100644
app/views/admins/confirmations/new.html.slim
0 → 100644
app/views/favorite_industries/create.js.erb
0 → 100644
app/views/favorite_industries/destroy.js.erb
0 → 100644
app/views/shared/_page_heading.html.slim
0 → 100644
app/views/top/_section_jobs.html.slim
0 → 100644
app/views/users/confirmations/new.html.slim
0 → 100644
| ... | ... | @@ -2,12 +2,12 @@ |
| "name": "ven-job", | ||
| "private": true, | ||
| "dependencies": { | ||
| "@babel/plugin-proposal-private-methods": "^7.16.0", | ||
| "@popperjs/core": "^2.9.2", | ||
| "@rails/actioncable": "^6.0.0", | ||
| "@rails/activestorage": "^6.0.0", | ||
| "@rails/ujs": "^6.0.0", | ||
| "@rails/webpacker": "5.4.0", | ||
| "bootstrap": "^5.0.0-beta3", | ||
| "bs-stepper": "^1.7.0", | ||
| "jquery": "^3.6.0", | ||
| "turbolinks": "^5.2.0", | ||
| ... | ... |
test/fixtures/favorite_industries.yml
0 → 100644
test/models/favorite_industry_test.rb
0 → 100644
Please
register
or
sign in
to comment