Skip to content

Commit 9adef3a

Browse files
Latest release of new site for committee review
1 parent c6e395c commit 9adef3a

22 files changed

+1890
-71
lines changed

new_site/about.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,14 @@
4545
<!-- I know scripts aren't supposed to go in the header, but we need this here in order to pick different suffix lists for the typewriter at the top -->
4646
<script src="./js/suffix-lists.js"></script>
4747
<script lang="javascript">
48-
var suffixOptions = About;
48+
var suffixOptions = eval("About".split(" ")[0]).map(function(x) { return x.toUpperCase(); });
4949
</script>
5050

5151
</head>
5252

5353

5454
<body>
55+
<a class="sr-only sr-only-focusable" href="#page-content">Skip to main content</a>
5556
<!-- Google Tag Manager (noscript) -->
5657
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WPSF3G7"
5758
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
@@ -105,6 +106,12 @@
105106
<span>Resources</span>
106107
</a>
107108
</li>
109+
<li class="sidebar-dropdown">
110+
<a href="branding.html">
111+
<i class="fas fa-palette"></i>
112+
<span>Branding</span>
113+
</a>
114+
</li>
108115
<li class="sidebar-dropdown">
109116
<a href="people.html">
110117
<i class="fa fa-users"></i>
@@ -133,8 +140,7 @@
133140
</div>
134141
</div>
135142
</nav>
136-
<main role="main" class="page-content">
137-
<a name="top"></a>
143+
<main role="main" class="page-content" id="page-content">
138144
<div class="row">
139145
<div class="main-logo">
140146
<a href="index.html"><img src="./images/keyboard-green.png"></a>

new_site/activities.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,14 @@
4545
<!-- I know scripts aren't supposed to go in the header, but we need this here in order to pick different suffix lists for the typewriter at the top -->
4646
<script src="./js/suffix-lists.js"></script>
4747
<script lang="javascript">
48-
var suffixOptions = Activities;
48+
var suffixOptions = eval("Activities".split(" ")[0]).map(function(x) { return x.toUpperCase(); });
4949
</script>
5050

5151
</head>
5252

5353

5454
<body>
55+
<a class="sr-only sr-only-focusable" href="#page-content">Skip to main content</a>
5556
<!-- Google Tag Manager (noscript) -->
5657
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WPSF3G7"
5758
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
@@ -105,6 +106,12 @@
105106
<span>Resources</span>
106107
</a>
107108
</li>
109+
<li class="sidebar-dropdown">
110+
<a href="branding.html">
111+
<i class="fas fa-palette"></i>
112+
<span>Branding</span>
113+
</a>
114+
</li>
108115
<li class="sidebar-dropdown">
109116
<a href="people.html">
110117
<i class="fa fa-users"></i>
@@ -133,8 +140,7 @@
133140
</div>
134141
</div>
135142
</nav>
136-
<main role="main" class="page-content">
137-
<a name="top"></a>
143+
<main role="main" class="page-content" id="page-content">
138144
<div class="row">
139145
<div class="main-logo">
140146
<a href="index.html"><img src="./images/keyboard-green.png"></a>

0 commit comments

Comments
 (0)