Skip to content

Instantly share code, notes, and snippets.

@dvdopi
Created April 14, 2015 11:39
Show Gist options
  • Select an option

  • Save dvdopi/391da33e7823a1caa8fe to your computer and use it in GitHub Desktop.

Select an option

Save dvdopi/391da33e7823a1caa8fe to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="navbar" height="100px" />
<Content type="html"><![CDATA[
<head>
<style type="text/css">
#nav a {
padding: 12px;
color:#c1c1c1;
text-decoration: none;
font-weight:bold;
}
#nav a:hover {
color:#fff;
}
#nav a:active {
color:#fff;
}
ul {
list-style-type: none;
margin: 0;
}
li {
display: inline;
}
</style></head>
<body>
<div id="nav">
<ul>
<li><a href='javascript:window.parent.location=&#39;https://sites.google.com/a/potterhouseschool.ac.ke/staff-portal/home&#39;;_top'>HOME</a></li>
<li><a href='javascript:window.parent.location=&#39;https://sites.google.com/a/potterhouseschool.ac.ke/staff-portal/departmental-structure&#39;;_top'>DEPARTMENTS</a></li>
<li> <a href='javascript:window.parent.location=&#39;https://sites.google.com/a/potterhouseschool.ac.ke/staff-portal/requisition&#39;;_top'>REQUISITION</a></li>
<li> <a href='javascript:window.parent.location=&#39;https://sites.google.com/a/potterhouseschool.ac.ke/staff-portal/curriculum&#39;;_top'>CURRICULUM</a></li>
<li> <a href='javascript:window.parent.location=&#39;https://sites.google.com/a/potterhouseschool.ac.ke/staff-portal/resources&#39;;_top'>RESOURCES</a></li>
<li> <a href='javascript:window.parent.location=&#39;https://sites.google.com/a/potterhouseschool.ac.ke/staff-portal/ANNOUNCEMENT&#39;;_top'>STAFF BLOG</a></li>
</ul>
</div>
</body>
]]></Content>
</Module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment