Do you mean the navigation on the top of that website? ==> Menu Application
<http://extensions.xwiki.org/xwiki/bin/view/Extension/Menu+Application>
Or do you mean the "grid" on the page?
HTML (with a div with all text aligned center)
ICON Macro
I have created a "quote" macro for our company:
{{velocity}}
#set($name=$xcontext.macro.params.Name)
#set($quote=$xcontext.macro.params.Quote)
{{html wiki="true"}}
<div style="
display: inline-block;
width: 50%;
max-width: 640px;
min-width: 320px;
padding-left: 5px;
background-color: rgb(255,255,204);
border-radius: 5px;
border-width: 2px;
border-style: solid;
">
**$name**<br>
{{icon name="quote-left" size="2x"
title="Quote"}}{{/icon}}//$quote//<br>{{icon name="quote-right"
size="2x"
title="Quote"}}{{/icon}}
</div><br>
{{/html}}
{{/velocity}}
You could put multiple "quotes" in a Column Macro. I hope this gives you a
start!
--
View this message in context:
http://xwiki.475771.n2.nabble.com/Clickable-bar-macro-tp7589940p7589950.html
Sent from the XWiki- Users mailing list archive at
Nabble.com.