Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't merge -review #71

Open
wants to merge 164 commits into
base: revb2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
164 commits
Select commit Hold shift + click to select a range
3174414
Add migrations, models, & initial associations with validations
Feb 18, 2016
5b4ac66
Complete associations and routes
Feb 18, 2016
27c48cb
Merge pull request #1 from kristiechow/migrations-models
kristiechow Feb 18, 2016
a0484fe
Minor correction in routes file and add gem pub chat
Feb 18, 2016
e5246f8
Merge pull request #2 from kristiechow/presetupgems
Feb 18, 2016
353a38d
Add businesses index & show pages
Feb 18, 2016
72fc968
Merge branch 'master' into businesses-index-show
Feb 18, 2016
d65adac
set up controller for message, view show page for user
Feb 18, 2016
887918a
Merge pull request #3 from kristiechow/message1
Feb 18, 2016
4841e91
Create business show page
Feb 18, 2016
54288fe
complete create message form and routes
Feb 18, 2016
5ecb9c2
Update businesses index page
Feb 18, 2016
349ad65
Merge pull request #4 from kristiechow/message2
Feb 18, 2016
3434867
Merge pull request #5 from kristiechow/businesses-index-show
Feb 18, 2016
bf4ba6a
Minor fix on file names in controller
Feb 18, 2016
907eb4c
add conversation table and model
Feb 18, 2016
b2903a8
Developers and owners models, migrations, associations, controllers, …
kristiechow Feb 18, 2016
55dcd17
fix merge conflict
kristiechow Feb 18, 2016
7674487
Merge pull request #6 from kristiechow/messagenew
kristiechow Feb 18, 2016
5a398b4
add files for message and conversation
Feb 18, 2016
4565efd
Merge pull request #8 from kristiechow/message3
Feb 18, 2016
e109118
change route rb for conversation and messages
Feb 18, 2016
3ef9abc
Merge pull request #9 from kristiechow/message3
Feb 18, 2016
63f4256
Convert to single table inheritance
kristiechow Feb 19, 2016
95cc50a
Merge pull request #11 from kristiechow/kc-single-table-inheritance
kristiechow Feb 19, 2016
fb54736
add logged in method to helper
Feb 19, 2016
06975ba
Merge pull request #12 from kristiechow/message4
Feb 19, 2016
d091aac
Fix schema conflict
kristiechow Feb 19, 2016
2aa3310
Fix sessions log in location
kristiechow Feb 19, 2016
74c3675
Merge pull request #14 from kristiechow/kc-rectify-user-schema-conflict
kristiechow Feb 19, 2016
94a24f7
Update users routes for register
kristiechow Feb 19, 2016
5903985
Merge pull request #15 from kristiechow/kc-update-user-register
kristiechow Feb 19, 2016
d8a7a91
Update developers controllers for update form
kristiechow Feb 19, 2016
855c1e3
Merge pull request #16 from kristiechow/kc-edit-forms-developers
kristiechow Feb 19, 2016
ce6f7e1
start message developement
Feb 19, 2016
c37e0df
Merge pull request #17 from kristiechow/message6
Feb 19, 2016
501a380
Initial setup for photos
Feb 19, 2016
05fd91c
Create photos controller, modify routes & photo model
Feb 19, 2016
8b3e817
Merge pull request #18 from kristiechow/image-model
espezua Feb 19, 2016
3de84e6
seed developers and owners
Feb 19, 2016
df17554
Merge pull request #19 from kristiechow/message7
Feb 19, 2016
83f4963
Fix merge conflict in developer show
kristiechow Feb 19, 2016
4439cc8
Merge pull request #21 from kristiechow/kc-about-branch-conflict-fix
kristiechow Feb 19, 2016
0d47361
Update about page in routes
kristiechow Feb 19, 2016
1062fca
Merge pull request #22 from kristiechow/kc-amazon-gem
kristiechow Feb 19, 2016
01486f3
Use new message system
Feb 19, 2016
244e01b
Merge pull request #23 from kristiechow/message9
Feb 19, 2016
63e3f0d
Add controllers and edit show
kristiechow Feb 19, 2016
cf9353e
Merge pull request #24 from kristiechow/kc-business-new-edit
kristiechow Feb 19, 2016
a896f07
Add show page for business new/create
kristiechow Feb 19, 2016
b3f1571
Merge pull request #25 from kristiechow/kc-business-new-page
kristiechow Feb 19, 2016
67b0708
add changes to login
Feb 19, 2016
bbf2c42
Merge pull request #26 from kristiechow/message9
Feb 19, 2016
7190d8f
Complete about view
kristiechow Feb 19, 2016
862d460
Merge pull request #27 from kristiechow/kc-create-about-page
kristiechow Feb 19, 2016
b797038
Fix merge conflict in businesses controller
espezua Feb 19, 2016
a6a7bd8
Fix merge conflict in businesses controller
espezua Feb 19, 2016
53e270d
Update image validations, creating users, and developers show page fo…
espezua Feb 19, 2016
ef5c995
Merge pull request #28 from kristiechow/images-paperclip
espezua Feb 19, 2016
e32dd16
private pub not working
Feb 19, 2016
03fec40
complete message real time function
Feb 19, 2016
bc18876
Merge pull request #29 from kristiechow/owner1
Feb 19, 2016
bcdcdd2
Create omniauth authentication to near completion
Feb 19, 2016
aa87b88
Merge pull request #30 from kristiechow/kc-omni-start
kristiechow Feb 19, 2016
e754d8b
Add review functions, association between user and review not working
Feb 19, 2016
b2936b8
Merge pull request #31 from kristiechow/business
Feb 19, 2016
42213e1
Update new business form to add multiple images
espezua Feb 19, 2016
28ae9ee
Update businesses for photos
espezua Feb 19, 2016
6662c86
Merge pull request #32 from kristiechow/images-paperclip
espezua Feb 19, 2016
6dd5a99
Working facebook OAuth login
kristiechow Feb 19, 2016
b8d9b7e
Merge pull request #33 from kristiechow/kc-omni-finish
kristiechow Feb 19, 2016
8a2f103
Add normalize.css file to assets in vendor
kristiechow Feb 20, 2016
ca8fa43
Merge pull request #34 from kristiechow/kc-normalize-css-addd
kristiechow Feb 20, 2016
36c1a94
Remove comments and whitespace from normalize file
kristiechow Feb 20, 2016
4287e07
Merge pull request #35 from kristiechow/kc-normalize-css-addd
kristiechow Feb 20, 2016
3186f06
Initial css styling of body and button
kristiechow Feb 20, 2016
5de372a
Merge pull request #36 from kristiechow/kc-initial-application-css
kristiechow Feb 20, 2016
74c355c
Update CSS files and business edit page to include photos
espezua Feb 20, 2016
ef25662
Update seeds file to create unique uid
espezua Feb 20, 2016
c463077
Merge pull request #37 from kristiechow/business-edit-update
espezua Feb 20, 2016
bf70fca
Update seeds, omniauth, and developers show
espezua Feb 20, 2016
52c0b5a
Complete logic for editing pages and show an avatar
espezua Feb 20, 2016
3abc12a
Merge pull request #38 from kristiechow/business-edit-update
espezua Feb 20, 2016
7fd9a47
Add migrations, models, and associations for developer skills
espezua Feb 20, 2016
2ac1522
Merge pull request #39 from kristiechow/developer-skills-search-bar
espezua Feb 20, 2016
128bfc5
Modify migrations and controllers for user registration with & withou…
espezua Feb 20, 2016
5b1fc11
Merge pull request #40 from kristiechow/developer-skills-search-bar
espezua Feb 20, 2016
f6ba465
Add migrations and models for business categories
espezua Feb 20, 2016
de9b4ac
Merge pull request #41 from kristiechow/business-categories-search
espezua Feb 20, 2016
3883458
Update business categories and developer skills
espezua Feb 20, 2016
c07acbc
Update business to add categories, not working yet
espezua Feb 21, 2016
e86862c
Merge pull request #42 from kristiechow/business-categories-search
espezua Feb 21, 2016
da0d3f0
Initial maps work
kristiechow Feb 20, 2016
62d581c
Add business seed
kristiechow Feb 20, 2016
270920b
Test css commit
kristiechow Feb 21, 2016
5019f55
Add colors and alignment to links and modify search bar styling
kristiechow Feb 21, 2016
0c8681e
Merge pull request #43 from kristiechow/kc-css-colors-alignment
kristiechow Feb 21, 2016
f908a39
Add basic google maps js and html
kristiechow Feb 21, 2016
a023f5a
Fix bug
kristiechow Feb 21, 2016
facb069
Working google maps api with gem
kristiechow Feb 21, 2016
7b9a3c3
Merge pull request #44 from kristiechow/kc-more-google-maps-api
kristiechow Feb 21, 2016
2e35b7a
Update seeds and business model to fix editing link
espezua Feb 21, 2016
bc39a0f
Fix business categories relationships, spelling, and associations
espezua Feb 21, 2016
ef5b172
Merge pull request #45 from kristiechow/business-categories
espezua Feb 21, 2016
c90a382
Update CSS styles for forms
espezua Feb 21, 2016
08ee748
Update CSS styles for forms
espezua Feb 21, 2016
198891d
Merge pull request #46 from kristiechow/css-forms
espezua Feb 21, 2016
00667c6
change in review files
Feb 21, 2016
858ee78
Merge pull request #47 from kristiechow/review3
Feb 21, 2016
c79337c
Update CSS for sticky footer
espezua Feb 21, 2016
07e1e87
Merge pull request #48 from kristiechow/css-forms
espezua Feb 21, 2016
a7bff73
Add github and facebook login buttons
kristiechow Feb 21, 2016
f073e6c
Add github and facebook login buttons on login
kristiechow Feb 21, 2016
201aa49
Merge pull request #49 from kristiechow/kc-github-facebook-icon
kristiechow Feb 21, 2016
d97d90b
Update seeds
espezua Feb 21, 2016
1946605
Merge branch 'master' of https://github.com/kristiechow/build-my-busi…
espezua Feb 21, 2016
1784b90
Fix styling with login and register buttons
kristiechow Feb 21, 2016
bfd5a2d
Merge pull request #50 from kristiechow/kc-github-facebook-icon
kristiechow Feb 21, 2016
4367eab
Merge branch 'master' of https://github.com/kristiechow/build-my-busi…
espezua Feb 21, 2016
b67063e
complete review star rating and display
Feb 21, 2016
0e94138
Merge pull request #51 from kristiechow/review6
Feb 21, 2016
ae927c9
Merge branch 'master' of https://github.com/kristiechow/build-my-busi…
espezua Feb 21, 2016
5f929f6
Update schema and image of schema
espezua Feb 21, 2016
f02a124
Merge pull request #52 from kristiechow/schema-pic
espezua Feb 21, 2016
96e0f83
Functioning owner/developer separation for omniauth registration
kristiechow Feb 21, 2016
436d0c4
Merge pull request #53 from kristiechow/kc-status-update-migration
kristiechow Feb 21, 2016
4d499af
minor fix messsage system
Feb 21, 2016
cb89bf9
Merge pull request #54 from kristiechow/review6
Feb 21, 2016
6cf2b98
fix bug
Feb 21, 2016
6562140
Merge pull request #55 from kristiechow/correction
Feb 21, 2016
18f7e34
debugged Jennas eww comment
Feb 21, 2016
5a107e3
Merge pull request #56 from kristiechow/correction
Feb 21, 2016
d2561ff
Update file name
espezua Feb 21, 2016
461d3b6
Update file name
espezua Feb 21, 2016
0f99b14
Update developer's show page for avatar logic
espezua Feb 21, 2016
8e5755d
Update class to resize profile pic
espezua Feb 21, 2016
1d18139
Merge pull request #57 from kristiechow/pages-images
espezua Feb 21, 2016
d980865
Set restriction to review
Feb 22, 2016
3088154
Update CSS styles for forms
espezua Feb 22, 2016
1a01bea
Merge pull request #58 from kristiechow/css
espezua Feb 22, 2016
2a5e7af
Add business seed files
kristiechow Feb 22, 2016
40a584c
Merge pull request #59 from kristiechow/kc-modify-seed-file
kristiechow Feb 22, 2016
225b875
Merge pull request #60 from kristiechow/check
Feb 22, 2016
575a34e
Fix bugs and add status column in business table and start status upd…
kristiechow Feb 22, 2016
c4ff086
Merge pull request #61 from kristiechow/kc-fix-bugs-and-start-status-…
kristiechow Feb 22, 2016
877e3d3
add matching function
Feb 22, 2016
f98e325
Merge pull request #62 from kristiechow/match1
Feb 22, 2016
3b9aa8f
Fix merge conflict in seed data
espezua Feb 22, 2016
22e1096
Update logic for avatar image for auth session & current user
espezua Feb 22, 2016
686b290
Update seed data for businesses
espezua Feb 22, 2016
2be090d
Complete status update controller
kristiechow Feb 22, 2016
e756a93
Merge pull request #63 from kristiechow/kc-status-updates
kristiechow Feb 22, 2016
3fa64ab
Update seeds for business images
espezua Feb 22, 2016
87f87e3
Merge pull request #64 from kristiechow/seed-data
espezua Feb 22, 2016
39736f5
Fix sessions controller
kristiechow Feb 22, 2016
02cd95e
Merge pull request #65 from kristiechow/kc-omniauth-redirection
kristiechow Feb 22, 2016
4573630
Update seeds data
espezua Feb 22, 2016
008ac12
Merge pull request #67 from kristiechow/seed-data
espezua Feb 22, 2016
d0350e9
Make partials for show pages
Feb 22, 2016
7280a3f
Merge pull request #68 from kristiechow/match1
Feb 22, 2016
f7932e3
Update business model and controller for search bar functionality
espezua Feb 22, 2016
c223475
Merge pull request #69 from kristiechow/search-bar-businesses
espezua Feb 22, 2016
e4fa442
Update seeds and forms for registering/logging in
espezua Feb 22, 2016
345b388
Merge pull request #70 from kristiechow/search-bar-businesses
espezua Feb 22, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
16 changes: 10 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby

gem 'coffee-rails'
# Use jquery as the JavaScript library
gem 'jquery-rails'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
Expand All @@ -24,8 +24,15 @@ gem 'pry-nav'
gem 'pry-rails'
# Use ActiveModel has_secure_password
gem 'bcrypt', '~> 3.1.7'

gem "paperclip", "~> 4.3"
gem 'aws-sdk', '< 2.0'
gem 'normalize-rails'
gem 'private_pub'
gem 'thin'
gem 'gmaps4rails'
gem 'geocoder'
gem 'omniauth-facebook'
gem 'omniauth-github'

# Use Unicorn as the app server
# gem 'unicorn'
Expand All @@ -42,6 +49,7 @@ group :development, :test do
gem "rspec-rails"
gem "factory_girl_rails"
gem "faker"
gem 'awesome_print'
end

group :development do
Expand All @@ -56,7 +64,3 @@ group :test do
gem 'shoulda-matchers'
gem 'database_cleaner'
end

gem 'omniauth-facebook'
gem 'omniauth-twitter'
gem 'omniauth-github'
74 changes: 66 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ GEM
tzinfo (~> 1.1)
addressable (2.4.0)
arel (6.0.3)
awesome_print (1.6.1)
aws-sdk (1.66.0)
aws-sdk-v1 (= 1.66.0)
aws-sdk-v1 (1.66.0)
json (~> 1.4)
nokogiri (>= 1.4.4)
bcrypt (3.1.10)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
Expand All @@ -52,12 +58,34 @@ GEM
xpath (~> 2.0)
childprocess (0.5.9)
ffi (~> 1.0, >= 1.0.11)
climate_control (0.0.3)
activesupport (>= 3.0)
cocaine (0.5.8)
climate_control (>= 0.0.3, < 1.0)
coderay (1.1.0)
coffee-rails (4.1.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.1.x)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.10.0)
concurrent-ruby (1.0.0)
cookiejar (0.3.0)
daemons (1.2.3)
database_cleaner (1.5.1)
debug_inspector (0.0.2)
diff-lcs (1.2.5)
em-http-request (1.1.3)
addressable (>= 2.3.4)
cookiejar (<= 0.3.0)
em-socksify (>= 0.3)
eventmachine (>= 1.0.3)
http_parser.rb (>= 0.6.0)
em-socksify (0.3.1)
eventmachine (>= 1.0.0.beta.4)
erubis (2.7.0)
eventmachine (1.0.9.1)
execjs (2.6.0)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
Expand All @@ -68,10 +96,24 @@ GEM
i18n (~> 0.5)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
faye (1.1.2)
cookiejar (>= 0.3.0)
em-http-request (>= 0.3.0)
eventmachine (>= 0.12.0)
faye-websocket (>= 0.9.1)
multi_json (>= 1.0.0)
rack (>= 1.0.0)
websocket-driver (>= 0.5.1)
faye-websocket (0.10.2)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
ffi (1.9.10)
geocoder (1.3.1)
globalid (0.3.6)
activesupport (>= 4.1.0)
gmaps4rails (2.1.2)
hashie (3.4.3)
http_parser.rb (0.6.0)
i18n (0.7.0)
jbuilder (2.4.1)
activesupport (>= 3.0.0, < 5.1)
Expand All @@ -90,6 +132,7 @@ GEM
mime-types (>= 1.16, < 3)
method_source (0.8.2)
mime-types (2.99)
mimemagic (0.3.0)
mini_portile2 (2.0.0)
minitest (5.8.4)
multi_json (1.11.2)
Expand All @@ -98,7 +141,6 @@ GEM
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
normalize-rails (3.0.3)
oauth (0.4.7)
oauth2 (1.1.0)
faraday (>= 0.8, < 0.10)
jwt (~> 1.0, < 1.5.2)
Expand All @@ -113,16 +155,18 @@ GEM
omniauth-github (1.1.2)
omniauth (~> 1.0)
omniauth-oauth2 (~> 1.1)
omniauth-oauth (1.1.0)
oauth
omniauth (~> 1.0)
omniauth-oauth2 (1.4.0)
oauth2 (~> 1.0)
omniauth (~> 1.2)
omniauth-twitter (1.2.1)
json (~> 1.3)
omniauth-oauth (~> 1.1)
paperclip (4.3.5)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
cocaine (~> 0.5.5)
mime-types
mimemagic (= 0.3.0)
pg (0.18.4)
private_pub (1.0.3)
faye
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
Expand Down Expand Up @@ -205,6 +249,10 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thin (1.6.4)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (~> 1.0)
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.2)
Expand All @@ -219,27 +267,36 @@ GEM
railties (>= 4.0)
sprockets-rails (>= 2.0, < 4.0)
websocket (1.2.2)
websocket-driver (0.6.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
xpath (2.0.0)
nokogiri (~> 1.3)

PLATFORMS
ruby

DEPENDENCIES
awesome_print
aws-sdk (< 2.0)
bcrypt (~> 3.1.7)
byebug
capybara
coffee-rails
database_cleaner
factory_girl_rails
faker
geocoder
gmaps4rails
jbuilder (~> 2.0)
jquery-rails
launchy
normalize-rails
omniauth-facebook
omniauth-github
omniauth-twitter
paperclip (~> 4.3)
pg (~> 0.15)
private_pub
pry
pry-nav
pry-rails
Expand All @@ -250,6 +307,7 @@ DEPENDENCIES
selenium-webdriver
shoulda-matchers
spring
thin
uglifier (>= 1.3.0)
web-console (~> 2.0)

Expand Down
Binary file added app/.DS_Store
Binary file not shown.
Binary file added app/assets/.DS_Store
Binary file not shown.
Binary file added app/assets/images/.DS_Store
Binary file not shown.
Binary file added app/assets/images/FB-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/GH-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/blank-profile-pic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/dan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/gary.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/github-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/kb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/mira.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/peruvian.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/schema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/stars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@
//
//= require jquery
//= require jquery_ujs
//= require private_pub
//= require underscore
//= require gmaps/google
//= require_tree .
2 changes: 2 additions & 0 deletions app/assets/javascripts/conversations.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Place all the behaviors and hooks related to the matching controller here.
// All this logic will automatically be available in application.js.
17 changes: 6 additions & 11 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any styles
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope.
*
*= require normalize-rails
*= require main
*= require users
*= require businesses
*= require developers
*= require conversations
*= require_tree .
*= require_self
*/
11 changes: 11 additions & 0 deletions app/assets/stylesheets/businesses.css.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#map-container {
height: 400px;
border-color: #fff;
border-style: solid;
margin-top: 25px;
}

#map-canvas {
height: 384px;
width: 100%;
}
11 changes: 11 additions & 0 deletions app/assets/stylesheets/businesses.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#map-container {
height: 400px;
border-color: #fff;
border-style: solid;
margin-top: 25px;
}

#map-canvas {
height: 384px;
width: 100%;
}
6 changes: 6 additions & 0 deletions app/assets/stylesheets/conversations.css.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.convo-row {
border: 1px solid;
width: 25%;
text-align: center;
margin: 10px;
}
38 changes: 38 additions & 0 deletions app/assets/stylesheets/developers.css.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
.star-ratings-css {
display: inline-block;
left: 5%;
unicode-bidi: bidi-override;
color: #c5c5c5;
font-size: 25px;
height: 25px;
width: 100px;
margin: 0 auto;
position: relative;
padding: 0;
text-shadow: 0px 1px 0 #a2a2a2;
}
.star-ratings-css-top {
color: #e7711b;
padding: 0;
text-shadow: 0px 1px 0 #ab5414;
position: absolute;
z-index: 1;
display:block;
left: 0px;
overflow: hidden;
}
.star-ratings-css-bottom { z-index: 0; }

#review-box {
margin: 10px;
border: solid;
width: 40%;
}

h5 {
margin: 5px;
}

p {
margin: 5px;
}
Loading