Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Lots of changes.
Browse files Browse the repository at this point in the history
Cleaning up homepage, mobile nav, search, megafooter.
  • Loading branch information
andrewmbacon committed Jul 29, 2014
1 parent 24aa043 commit 8f1dba5
Show file tree
Hide file tree
Showing 38 changed files with 1,365 additions and 1,418 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .sass-cache/d1a548f5ef9f2ce138ebbc3eb924a26f1716968b/style.scssc
Binary file not shown.
Binary file not shown.
Binary file modified .sass-cache/f11b1ad230ced2710ab733a38ef6447b0568d470/style.scssc
Binary file not shown.
1 change: 1 addition & 0 deletions _notes/dwsync.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" ?><dwsync><file name="blue-var.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488217700" remote="602446763927119302" Dst="-1" /><file name="blue.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488216944" remote="602446763927119302" Dst="-1" /><file name="color.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488216632" remote="602446763927119302" Dst="-1" /><file name="config.rb" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488270627" remote="602446763927119302" Dst="-1" /><file name="functions.php" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488358357" remote="602446763927119303" Dst="-1" /><file name="README.md" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3486550966" remote="602446763927119303" Dst="-1" /><file name="screenshot.png" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3487681623" remote="602446763927119303" Dst="-1" /><file name="style.css" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3489493863" remote="602446763927630695" Dst="-1" /></dwsync>
Expand Down
8 changes: 0 additions & 8 deletions blue-var.css

This file was deleted.

Empty file removed blue.css
Empty file.
12 changes: 12 additions & 0 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
*
*/

// any custom js or css

function sherman_scripts() {
wp_enqueue_script( 'sherman-js', get_stylesheet_directory_uri() . '/javascripts/min/sherman.min.js', array( 'jquery' ));
}

add_action( 'wp_enqueue_scripts', 'sherman_scripts' );




// Remove the Header Image Feature

Expand All @@ -15,6 +25,8 @@ function sherman_remove_theme_features() {





// Add Options for Sherman-specific Color options.

function sherman_titlebar_register( $wp_customize ){
Expand Down
1 change: 1 addition & 0 deletions javascripts/_notes/dwsync.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" ?><dwsync><file name="sherman.js" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488358471" remote="-4611742485168413241" Dst="-1" /></dwsync>
Expand Down
1 change: 1 addition & 0 deletions javascripts/min/_notes/dwsync.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" ?><dwsync><file name="sherman.min.js" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488358471" remote="-4611765574912596537" Dst="-1" /></dwsync>
Expand Down
1 change: 1 addition & 0 deletions javascripts/min/sherman.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions javascripts/sherman.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
jQuery(document).ready(function($) {
var inputHeight = $('#masthead #search').outerHeight();
$('#masthead .searchform .btn').outerHeight(inputHeight);
});
1 change: 1 addition & 0 deletions sass/_notes/dwsync.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" ?><dwsync><file name=".DS_Store" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488270130" remote="-4611742485168413241" Dst="-1" /><file name="ie.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488269540" remote="-4611742485168413241" Dst="-1" /><file name="print.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488269540" remote="-4611742485168413241" Dst="-1" /><file name="screen.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488269540" remote="-4611742485168413241" Dst="-1" /><file name="style.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3489003406" remote="7783970743" Dst="-1" /></dwsync>
Expand Down
Loading

0 comments on commit 8f1dba5

Please sign in to comment.