Last active
February 2, 2016 00:13
-
-
Save segovia94/44f0aa9886dfc0e816e5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 class="panel-pane box--large"> | |
<form action="#" class="search-directory"> | |
<input type="text" name="search" placeholder="search" class="search-directory__input"> | |
<input type="submit" value="pages" class="search-directory__submit"> | |
<input type="submit" value="people" class="search-directory__submit"> | |
<input type="submit" value="departments" class="search-directory__submit"> | |
</form> | |
</div> | |
<div class="panel-pane bg-transparent align-center"> | |
<ul class="list--pipe"> | |
<li><a href="http://directory.ucdavis.edu/">Visit the UC Davis directory</a></li> | |
<li><a href="http://directory.ucdavis.edu/">See All Departments</a></li> | |
</ul> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment