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.
		
		
		
		
		
			
		
			
				
					
					
						
							96 lines
						
					
					
						
							4.3 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							96 lines
						
					
					
						
							4.3 KiB
						
					
					
				| <?xml version="1.0" encoding="UTF-8" ?> | |
| <odoo> | |
|     <template id="members" inherit_id="website.snippets" name=" Members"> | |
|     <xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]" position="inside"> | |
|         <t t-snippet="theme_zen_dark.zen_members" | |
|                 t-thumbnail="/theme_zen_dark/static/src/img/snippets/testinomial-1.png"/> | |
|     </xpath> | |
| </template> | |
|     <template id="zen_members" name="Index Testimonial Snippet"> | |
|       <!-- Section testimonial starts here --> | |
|     <section class="testimonial_main"> | |
|       <div class="container"> | |
|         <div id="owl-theme2" class="owl-carousel"> | |
|           <div> | |
|             <div class="test_content"> | |
|               <div class="test_img"> | |
|                 <img src="/theme_zen_dark/static/src/img/testimonial/1.jpg"/> | |
|               </div> | |
|               <div class="test_details"> | |
|                 Bushwick tumeric slow-carb photo booth letterpress | |
|                 franzen kombucha tumblr listicle cronut waistcoat mustache. | |
|                 Jean shorts tilde swag cray. Microdosing heirloom wayfarers YOLO, | |
|                 church-key tattooed cred blue bottle viral lyft tacos retro. Bespoke | |
|                 drinking vinegar single-origin coffee pop-up, whatever air plant austin | |
|                 hexagon selfies tattooed. Fixie taxidermy forage hot chicken, locavore | |
|                 church-key authentic coloring book. | |
|               </div> | |
|               <div class="name"> | |
|                 Angeliena,<span>CEO</span> | |
|               </div> | |
|             </div> | |
|           </div> | |
|           <div> | |
|             <div class="test_content"> | |
|               <div class="test_img"> | |
|                 <img src="/theme_zen_dark/static/src/img/testimonial/2.jpg"/> | |
|               </div> | |
|               <div class="test_details"> | |
|                 Bushwick tumeric slow-carb photo booth letterpress | |
|                 franzen kombucha tumblr listicle cronut waistcoat mustache. | |
|                 Jean shorts tilde swag cray. Microdosing heirloom wayfarers YOLO, | |
|                 church-key tattooed cred blue bottle viral lyft tacos retro. Bespoke | |
|                 drinking vinegar single-origin coffee pop-up, whatever air plant austin | |
|                 hexagon selfies tattooed. Fixie taxidermy forage hot chicken, locavore | |
|                 church-key authentic coloring book. | |
|               </div> | |
|               <div class="name"> | |
|                 Jhon doe,<span>DESIGNER</span> | |
|               </div> | |
|             </div> | |
|           </div> | |
|           <div> | |
|             <div class="test_content"> | |
|               <div class="test_img"> | |
|                 <img src="/theme_zen_dark/static/src/img/testimonial/3.jpg"/> | |
|               </div> | |
|               <div class="test_details"> | |
|                 Bushwick tumeric slow-carb photo booth letterpress | |
|                 franzen kombucha tumblr listicle cronut waistcoat mustache. | |
|                 Jean shorts tilde swag cray. Microdosing heirloom wayfarers YOLO, | |
|                 church-key tattooed cred blue bottle viral lyft tacos retro. Bespoke | |
|                 drinking vinegar single-origin coffee pop-up, whatever air plant austin | |
|                 hexagon selfies tattooed. Fixie taxidermy forage hot chicken, locavore | |
|                 church-key authentic coloring book. | |
|               </div> | |
|               <div class="name"> | |
|                 Carl Jhon,<span>WEB DEVELOPER</span> | |
|               </div> | |
|             </div> | |
|           </div> | |
|           <div> | |
|             <div class="test_content"> | |
|               <div class="test_img"> | |
|                 <img src="/theme_zen_dark/static/src/img/testimonial/4.jpg"/> | |
|               </div> | |
|               <div class="test_details"> | |
|                 Bushwick tumeric slow-carb photo booth letterpress | |
|                 franzen kombucha tumblr listicle cronut waistcoat mustache. | |
|                 Jean shorts tilde swag cray. Microdosing heirloom wayfarers YOLO, | |
|                 church-key tattooed cred blue bottle viral lyft tacos retro. Bespoke | |
|                 drinking vinegar single-origin coffee pop-up, whatever air plant austin | |
|                 hexagon selfies tattooed. Fixie taxidermy forage hot chicken, locavore | |
|                 church-key authentic coloring book. | |
|               </div> | |
|               <div class="name"> | |
|                 Christopher,<span>MARKETING</span> | |
|               </div> | |
|             </div> | |
|           </div> | |
|         </div> | |
|       </div> | |
|     </section> | |
|     <!-- Section testimonial ends here --> | |
| 
 | |
|     </template> | |
| </odoo> |