Skip to content

Commit

Permalink
Merge pull request #38 from UCF/hf-skip-to-content
Browse files Browse the repository at this point in the history
Skip to main content
  • Loading branch information
jmbarne3 authored Nov 4, 2022
2 parents c16498f + 79dea68 commit 39cb77e
Show file tree
Hide file tree
Showing 9 changed files with 1,695 additions and 591 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var gulp = require('gulp'),
rename = require('gulp-rename'),
jshint = require('gulp-jshint'),
jshintStylish = require('jshint-stylish'),
scsslint = require('gulp-scss-lint'),
scsslint = require('gulp-sass-lint'),
autoprefixer = require('gulp-autoprefixer'),
browserSync = require('browser-sync').create();

Expand Down
1 change: 1 addition & 0 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<body ontouchstart <?php echo body_class(); ?>>
<?php echo google_tag_manager(); ?>
<a class="skip-navigation bg-complementary text-inverse sr-only" href="#content">Skip to main content</a>
<div id="ucfhb" style="min-height: 50px; background-color: #000;"></div>
<header>
<?php
if ( $background_image = get_post_meta( $post->ID, 'page_background_image', TRUE ) ) {
Expand Down
Loading

0 comments on commit 39cb77e

Please sign in to comment.