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.
 
 
 
 
 

31 lines
1.1 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Footer layout-->
<template id="footer_archit" name="Footer Archit">
<section class="footer">
<div class="footer_top">
<div class="footer_icon">
<a href="#">
<span class="fa fa-instagram"/>
</a>
<a href="#">
<span class="fa fa-facebook"/>
</a>
<a href="#">
<span class="fa fa-twitter"/>
</a>
</div>
</div>
<div class="footer_bottom">
<span>
RADER Incorporated, 533 West Fork Drive , Fort
Lauderdale, 33304 786-348-5241
</span>
<div class="bb">
Copy right © <a href="#">Cybrosys.com</a> All rights
reserved
</div>
</div>
</section>
</template>
</odoo>