Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
saracarl authored Apr 24, 2020
2 parents 1f4345c + 35caa2a commit 7e3b90b
Show file tree
Hide file tree
Showing 51 changed files with 343 additions and 871 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ mongo.log

config/database.yml
config/environments/development.rb
db/schema.rb

# Ignore RVM-related files
# .rvmrc
Expand All @@ -47,5 +46,3 @@ env_vars
tags

/**/svg-source

.env
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gem 'render_anywhere'

gem 'ahoy_matey'
gem 'pry'
gem 'oink'


gem 'riiif'
gem 'iiif-presentation', git: 'https://github.com/benwbrum/osullivan', branch: 'service_is_array'
Expand All @@ -43,7 +43,6 @@ gem 'omniauth-google-oauth2'

gem 'rack-reverse-proxy', :require => 'rack/reverse_proxy'


group :assets do
gem 'therubyracer'
gem 'uglifier'
Expand Down Expand Up @@ -76,7 +75,7 @@ end
gem 'sassc-rails'

# Use Autoprefixer for vendor prefixes
gem 'autoprefixer-rails', '<= 8.6.5'
gem 'autoprefixer-rails', '~>8'

# Use Slim for templates
gem 'slim', '~> 3.0.0'
Expand Down
7 changes: 1 addition & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ GEM
builder (>= 2.1.2)
hashdiff (1.0.0)
hashie (3.6.0)
hodel_3000_compliant_logger (0.1.1)
http-accept (1.7.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
Expand Down Expand Up @@ -215,9 +214,6 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
oink (0.10.1)
activerecord
hodel_3000_compliant_logger
omniauth (1.4.2)
hashie (>= 1.2, < 4)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -412,7 +408,7 @@ DEPENDENCIES
acts_as_list
acts_as_tree
ahoy_matey
autoprefixer-rails (<= 8.6.5)
autoprefixer-rails (~> 8)
better_errors
binding_of_caller
bullet
Expand Down Expand Up @@ -441,7 +437,6 @@ DEPENDENCIES
mysql2 (= 0.3.21)
nokogiri
oai!
oink
omeka_client!
omniauth-google-oauth2
omniauth-saml
Expand Down
Binary file added app/assets/images/afpbeaversquare.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/cover-southwestern.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/cover-thenat.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/cover-wenham.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 removed app/assets/images/static/home/header.jpg
Binary file not shown.
Binary file not shown.
Binary file removed app/assets/images/static/home/la-county.jpg
Binary file not shown.
Binary file removed app/assets/images/static/home/lighthouse.jpg
Binary file not shown.
Binary file removed app/assets/images/static/home/standford-papers.jpg
Binary file not shown.
Binary file removed app/assets/images/static/software/dashboard.png
Binary file not shown.
Binary file not shown.
Binary file removed app/assets/images/static/software/transcription.png
Binary file not shown.
Binary file added app/assets/images/zenasmatthewssquare.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ $gapSize: 20px;
@import "components/layout";

@import "sections/home";
@import "sections/software";
@import "sections/contact";
@import "sections/project";
@import "sections/signon";
@import "sections/deed";
Expand Down
3 changes: 2 additions & 1 deletion app/assets/stylesheets/base/customer_color_scheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ $headerFg: $themeDark;
//header background color
$headerBg: $themeLight;

//FOOTER INFO
$footerHeight: 220px;

//the color of lettering on the footer
$footerFg: mix(#FFF, $themeDark, 75);

//footer background color
$footerBg: $themeDark;

3 changes: 0 additions & 3 deletions app/assets/stylesheets/base/ftp_color_scheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,4 @@ $footerHeight: 220px;
$footerFg: mix(#FFF, $themeDark, 75);
$footerBg: $themeDark;

// Highlight box background color
$highlightBoxBg: mix(#FFF, $bodyBg, 50);

@import "base/customer_color_scheme";
23 changes: 0 additions & 23 deletions app/assets/stylesheets/sections/contact.scss

This file was deleted.

Loading

0 comments on commit 7e3b90b

Please sign in to comment.