-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.xml
30 lines (28 loc) · 1.13 KB
/
index.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="index.xsl"?>
<data>
<!-- Example of pure HTML data -->
<module name="navigation" model="header">
<nav class="navigation header">
<h2>Header Menu</h2>
<ul>
<li><a href="#about-us">About us</a> - Know more about us</li>
<li><a href="#team">Team</a> - The team</li>
<li><a href="#projects">Projects</a> - Projects we worked</li>
<li><a href="#contacts">Contacts</a> - Contact us</li>
<li><a href="#partners">Partners</a> - Meet our partners</li>
</ul>
</nav>
</module>
<!-- Example of structured content -->
<module name="navigation" model="footer">
<heading>Footer Menu</heading>
<list>
<item data-title="Know more about us" data-url="#about-us">About us</item>
<item data-title="The team" data-url="#team">Team</item>
<item data-title="Projects we worked" data-url="#projects">Projects</item>
<item data-title="Contact us" data-url="#contacts">Contacts</item>
<item data-title="Meet our partners" data-url="#partners">Partners</item>
</list>
</module>
</data>