-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnavbar.html
45 lines (35 loc) · 1.68 KB
/
navbar.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<nav id="navarea">
<div id="navbar">
<div id="navitems">
<h3><a href="index.html">PyWBEM Projects</a></h3>
<h4><a href="pywbem/index.html">PyWBEM Client</a></h4>
<h5><a href="pywbem/installation.html">Installation</a></h5>
<h5><a href="pywbem/documentation.html">Documentation</a></h5>
<h5><a href="pywbem/contributing.html">Contributing</a></h5>
<h5><a href="https://github.com/pywbem/pywbem" target="_blank">Repository</a></h5>
<h5><a href="https://github.com/pywbem/pywbem/issues" target="_blank">Issues</a></h5>
<h5><a href="pywbem/license.html">License</a></h5>
<h4><a href="cimserver/index.html">PyWBEM Server</a></h4>
<h5><a href="https://github.com/pywbem/cimserver" target="_blank">Repository</a></h5>
<h5><a href="https://github.com/pywbem/cimserver/issues" target="_blank">Issues</a></h5>
<h5><a href="cimserver/license.html">License</a></h5>
<h4><a href="pyprov/index.html">Python Providers</a></h4>
<h5><a href="https://github.com/pywbem/pyprov" target="_blank">Repository</a></h5>
<h5><a href="https://github.com/pywbem/pyprov/issues" target="_blank">Issues</a></h5>
<h5><a href="pyprov/license.html">License</a></h5>
<h4><a href="yawn/index.html">YAWN</a></h4>
<h5><a href="https://github.com/pywbem/yawn" target="_blank">Repository</a></h5>
<h5><a href="https://github.com/pywbem/yawn/issues" target="_blank">Issues</a></h5>
<h5><a href="yawn/license.html">License</a></h5>
</div>
<hr/>
<a href="http://www.python.org/">
<img src="resources/python-logo.png"
width="120" border="0" alt="[Python logo]"></img>
</a>
<a href="http://pages.github.com">
<img src="resources/GitHub-Pages_Logo_Cat+Text.png"
width="120" border="0" alt="[GitHub:pages logo]"></img>
</a>
</div>
</nav>