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.
		
		
		
		
		
			
		
			
				
					
					
						
							69 lines
						
					
					
						
							3.5 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							69 lines
						
					
					
						
							3.5 KiB
						
					
					
				| <?xml version="1.0" encoding="utf-8"?> | |
| <odoo> | |
|     <!-- Features snippet template --> | |
|     <template id="a_features" name="Features"> | |
|         <section class="a_features o_spc-small o_masonry o_cc2 pt24 pb24" style="overflow: hidden;"> | |
|             <div class="container"> | |
|                 <h1 class="text-center"> | |
|                     <font style="font-size: 42px;">Your Title Here</font> | |
|                 </h1> | |
|                 <p style="text-align: center;">Tell what's the value for the customer for this feature.</p> | |
|                 <div class="row o_snippet_011"> | |
|                     <div class="col-md-6  pb32 text-center o_box_011"> | |
|                         <div class="row o_box_011"> | |
|                             <div class="col-md-7 md-7-011"> | |
|                                 <h4>First Feature</h4> | |
|                                 <p class="p_011">Tell what's the value for the<br/>customer for this feature. | |
|                                 </p> | |
|                             </div> | |
|                             <div class="col-md-5"> | |
|                                 <div class="a-icon-011"> | |
|                                     <i class="fa fa-3x fa-photo rounded bg-o-color-5 a_snippet_011"/> | |
|                                 </div> | |
|                             </div> | |
|                         </div> | |
|                         <div class="row o_box_011"> | |
|                             <div class="col-md-7 md-7-011"> | |
|                                 <h4>Second Feature</h4> | |
|                                 <p class="p_011">Write what the customer would like to know,<br/>not what you want to | |
|                                     show. | |
|                                 </p> | |
|                             </div> | |
|                             <div class="col-md-5"> | |
|                                 <div class="a-icon-011"> | |
|                                     <i class="fa fa-3x fa-leaf rounded bg-o-color-5 a_snippet_011"/> | |
|                                 </div> | |
|                             </div> | |
|                         </div> | |
|                     </div> | |
|                     <div class="col-md-6 pb32 text-center o_box_011"> | |
|                         <div class="row o_box_011"> | |
|                             <div class="col-md-7 md-7-011"> | |
|                                 <h4>Third Feature</h4> | |
|                                 <p class="p_011">A small explanation of this great<br/>feature, in clear words. | |
|                                 </p> | |
|                             </div> | |
|                             <div class="col-md-5"> | |
|                                 <div class="a-icon-011"> | |
|                                     <i class="fa fa-3x fa-gear rounded bg-o-color-5 a_snippet_011"/> | |
|                                 </div> | |
|                             </div> | |
|                         </div> | |
|                         <div class="row o_box_011"> | |
|                             <div class="col-md-7 md-7-011"> | |
|                                 <h4>Fourth Feature</h4> | |
|                                 <p class="p_011">A small explanation of this great<br/>feature, in clear words. | |
|                                 </p> | |
|                             </div> | |
|                             <div class="col-md-5"> | |
|                                 <div class="a-icon-011"> | |
|                                     <i class="fa fa-3x fa-rocket rounded bg-o-color-5 a_snippet_011"/> | |
|                                 </div> | |
|                             </div> | |
|                         </div> | |
|                     </div> | |
|                 </div> | |
|             </div> | |
|         </section> | |
|     </template> | |
| </odoo> |