Created
October 11, 2024 16:48
-
-
Save mreidsma/1a60f329905224dbc424d06cb6271d36 to your computer and use it in GitHub Desktop.
Web Header HTML for GVSU CMS-style template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div role="banner"> | |
<a href="#main" class="focus-inverted">Skip to main content</a> | |
<div class="header"> | |
<div class="row content"> | |
<div class="col-5 col-sm-12 logo"> | |
<div class="col-12 col-sm-9"> | |
<h1> | |
<a href="https://www.gvsu.edu"> | |
<!--[if lte IE 8|!IE]> | |
<img src="/homepage/files/img/gvsu_logo_white.png" alt="Grand Valley State University Logo" /> | |
<![endif]--> | |
<!--[if gte IE 9|!IE]><!--> | |
<img src="https://gvsu.edu/homepage/files/img/gvsu_logo_white.svg" alt="Grand Valley State University Logo" onerror="this.onerror=null;this.src='https://gvsu.edu/homepage/files/img/gvsu_logo_white.png'"> | |
<!--<![endif]--> | |
<span id="gv-logo-label" class="sr-only" aria-hidden="true">Grand Valley State University</span> | |
</a> | |
</h1> | |
</div> | |
<div class="hide-lg hide-md col-sm-3"> | |
<a id="gv-hamburger" role="button" tabindex="0" aria-label="Menu" aria-controls="cms-navigation-mobile"> | |
<img src="https://www.gvsu.edu/cms4/asset/0862059E-9024-5893-1B5AAAC2F83BDDD8/menu.jpg" alt="" style="width:auto;min-width:auto;" aria-hidden="true"></span> | |
</a> | |
</div> | |
</div> | |
<div class="col-7 col-sm-12 quick hide-print hide-sm"> | |
</div> | |
</div> | |
</div> | |
<div class="site"> | |
<div class="row content"> | |
<div class="col-8 col-sm-12"> | |
<h1 class="h2 serif padding-none"> | |
<a href="https://gvsu.edu/library"> | |
University Libraries | |
</a> | |
</h1> | |
<h2 class="sr-only">Search</h2> | |
<form action="https://research.ebsco.com/c/6l5vh5/search/results" method="get" class="library-search" role="search"> | |
<input name="direct" type="hidden" value="true"> | |
<input name="schemaId" value="search" type="hidden" /> | |
<input type="hidden" name="custid" value="s8484662"> | |
<input name="scope" type="hidden" value="site"> | |
<input name="site" type="hidden" value="eds-live"> | |
<input name="profid" type="hidden" value="eds"> | |
<input name="groupid" type="hidden" value="main"> | |
<input name="authtype" type="hidden" value="ip,guest"> | |
<p> | |
<label for="s.q" class="sr-only"> | |
Search the Library for Articles, Books, and More | |
</label> | |
<input type="text" id="s.q" name="q" placeholder="Find articles, books, & more" size="45"><button type="submit">Find It!</button> | |
</p> | |
</form> | |
<div class="library-nav"> | |
<h3>More research tools:</h3> | |
<ul> | |
<li> | |
<a href="https://libguides.gvsu.edu/az.php">Databases</a> | |
</li> | |
<li> | |
<a href="https://gvsu.edu/library/findbooks">Books</a> | |
</li> | |
<li> | |
<a href="https://gvsu.edu/library/findjournals">Journals</a> | |
</li> | |
<li> | |
<a href="https://libguides.gvsu.edu/">Subject Guides</a> | |
</li> | |
</ul> | |
</div> | |
</div> | |
<div class="col-4 col-sm-12 library-hours"> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment