- Repo for opensource odoo website theme (since V13.0)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
826 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="3 Col Menu" id="s_menu_three_columns">
<section class="s_menu_three_columns">
<div class="container three-column">
<div class="row">
<div class="col-lg-4 big-menu bg-beta">
<h2 class="text-center"><a href="#">Take a tour</a></h2>
</div>
<div class="col-lg-4 big-menu bg-gamma">
<h2 class="text-center"><a href="#">Take a tour</a></h2>
</div>
<div class="col-lg-4 big-menu bg-delta">
<h2 class="text-center"><a href="#">Take a tour</a></h2>
</div>
</div>
</div>
</section>
</template>
</odoo>