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.
		
		
		
		
		
			
		
			
				
					
					
						
							66 lines
						
					
					
						
							3.2 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							66 lines
						
					
					
						
							3.2 KiB
						
					
					
				| <?xml version="1.0" encoding="UTF-8"?> | |
| <odoo> | |
| <!--    Template for Video section--> | |
|     <template id="video_section" name="Video Section"> | |
|         <section class="home_about"> | |
|             <div class="wrapper"> | |
|                 <div class="container"> | |
|                     <div class="row"> | |
|                         <div class="col-lg-6 col-md-6 col-12"> | |
|                             <div class="video_wrapper anime_video" | |
|                                  style="position: relative;z-index: 99;"> | |
|                                 <iframe class="video_autoplay" | |
|                                         src="theme_upshift/static/src/img/video/dummy.mp4" | |
|                                         height="264"/> | |
|                             </div> | |
|                         </div> | |
|                         <div class="col-lg-6 col-md-6 col-12"> | |
|                             <div class="about_right anime_video_right"> | |
|                                 <img src="theme_upshift/static/src/img/icons/wave.svg" | |
|                                      class="wave" alt=""/> | |
|                                 <h3>The core mission behind all our work | |
|                                 </h3> | |
|                                 <p> | |
|                                     Lorem ipsum dolor sit amet, consectetur | |
|                                     adipiscing elit, sed | |
|                                     do eiusmod tempor incididunt ut labore | |
|                                     et dolore magna | |
|                                     aliqua minim veniam. | |
|                                 </p> | |
|                                 <div class="results"> | |
|                                     <div class="result_numbers"> | |
|                                         <h4>330+</h4> | |
|                                         <p>Companies helped</p> | |
|                                     </div> | |
|                                     <div class="result_numbers"> | |
|                                         <h4>330+</h4> | |
|                                         <p>Companies helped</p> | |
|                                     </div> | |
|                                 </div> | |
|                                 <a href="#" class="btn btn-secondary"> | |
|                                     Learn more | |
|                                     <span> | |
|                                         <img | |
|                                                 src="/theme_upshift/static/src/img/icons/arrow.svg" | |
|                                                 class="ml-1" | |
|                                                 width="25px" | |
|                                                 alt="" | |
|                                         /> | |
|                                     </span> | |
|                                 </a> | |
|                             </div> | |
|                         </div> | |
|                     </div> | |
|                 </div> | |
|             </div> | |
|         </section> | |
|     </template> | |
|     <template id="video_section_snippet" inherit_id="website.snippets" | |
|               priority="8"> | |
|         <xpath expr="//div[@id='snippet_content']//t[@t-snippet][last()]" | |
|                position="after"> | |
|             <t t-snippet="theme_upshift.video_section" | |
|             t-thumbnail="/theme_upshift/static/description/images/icons/video-section.png"/> | |
|         </xpath> | |
|     </template> | |
| </odoo>
 | |
| 
 |