New UI
Showing
| ... | @@ -65,6 +65,8 @@ gem 'nokogiri', '~> 1.11', '>= 1.11.7' | ... | @@ -65,6 +65,8 @@ gem 'nokogiri', '~> 1.11', '>= 1.11.7' |
| gem 'httparty', '~> 0.18.1' | gem 'httparty', '~> 0.18.1' | ||
| gem 'active_storage_validations', '~> 0.9.5' | gem 'active_storage_validations', '~> 0.9.5' | ||
| gem 'devise', '~> 4.8' | gem 'devise', '~> 4.8' | ||
| gem 'jquery-rails', '~> 4.4' | |||
| gem 'rsolr', '~> 2.3' | gem 'rsolr', '~> 2.3' | ||
| gem 'rsolr-ext', '~> 1.0', '>= 1.0.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' | |||
| \ No newline at end of file |
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/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
This diff is collapsed.
Click to expand it.
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
This diff is collapsed.
Click to expand it.
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/javascript/packs/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
app/views/admins/confirmations/new.html.slim
0 → 100644
app/views/shared/_page_heading.html.slim
0 → 100644
app/views/users/confirmations/new.html.slim
0 → 100644
This diff is collapsed.
Click to expand it.
| ... | @@ -7,7 +7,6 @@ | ... | @@ -7,7 +7,6 @@ |
| "@rails/activestorage": "^6.0.0", | "@rails/activestorage": "^6.0.0", | ||
| "@rails/ujs": "^6.0.0", | "@rails/ujs": "^6.0.0", | ||
| "@rails/webpacker": "5.4.0", | "@rails/webpacker": "5.4.0", | ||
| "bootstrap": "^5.0.0-beta3", | |||
| "bs-stepper": "^1.7.0", | "bs-stepper": "^1.7.0", | ||
| "jquery": "^3.6.0", | "jquery": "^3.6.0", | ||
| "turbolinks": "^5.2.0", | "turbolinks": "^5.2.0", | ||
| ... | ... |
Please
register
or
sign in
to comment