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.
		
		
		
		
		
			
		
			
				
					
					
						
							54 lines
						
					
					
						
							3.4 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							54 lines
						
					
					
						
							3.4 KiB
						
					
					
				| <?xml version="1.0" encoding="utf-8"?> | |
| <odoo> | |
|     <!-- Image Gallery snippet template --> | |
|     <template id="a_image_gallery" name="Image Gallery"> | |
|         <section class="a_image_gallery o_spc-small o_masonry o_cc2 pt24 pb24" style="overflow: hidden;"> | |
|             <div class="container"> | |
|                 <div class="row s_nb_column_fixed"> | |
|                     <div class="o_masonry_col o_snippet_not_selectable col-lg-4"> | |
|                         <div class="o_img_div_003" style="background: var(--o-cc5-link);"> | |
|                             <h4 class="head_003" style="color: var(--o-cc2-btn-secondary-text);">First Feature</h4> | |
|                             <img class="img img-fluid d-block o_img_003" src="/web/image/website.library_image_03" | |
|                                  data-index="0" | |
|                                  data-name="Image"/> | |
|                         </div> | |
|                         <div class="o_img_div_003" style="background: var(--o-cc4-bg);"> | |
|                             <h4 class="head_003" style="color: var(--o-cc2-btn-secondary-text);">Second Feature</h4> | |
|                             <img class="img img-fluid d-block o_img_003" src="/web/image/website.library_image_10" | |
|                                  data-index="3" | |
|                                  data-name="Image"/> | |
|                         </div> | |
|                     </div> | |
|                     <div class="o_masonry_col o_snippet_not_selectable col-lg-4"> | |
|                         <div class="o_img_div_003" style="background: var(--o-cc4-bg);"> | |
|                             <h4 class="head_003" style="color: var(--o-cc2-btn-secondary-text);">Third Feature</h4> | |
|                             <img class="img img-fluid d-block o_img_003" src="/web/image/website.library_image_13" | |
|                                  data-index="1" | |
|                                  data-name="Image"/> | |
|                         </div> | |
|                         <div class="o_img_div_003" style="background: var(--o-cc5-link);"> | |
|                             <h4 class="head_003" style="color: var(--o-cc2-btn-secondary-text);">Feature 01</h4> | |
|                             <img class="img img-fluid d-block o_img_003" src="/web/image/website.library_image_05" | |
|                                  data-index="4" | |
|                                  data-name="Image"/> | |
|                         </div> | |
|                     </div> | |
|                     <div class="o_masonry_col o_snippet_not_selectable col-lg-4"> | |
|                         <div class="o_img_div_003" style="background: var(--o-cc5-link);"> | |
|                             <h4 class="head_003" style="color: var(--o-cc2-btn-secondary-text);">Feature 02</h4> | |
|                             <img class="img img-fluid d-block o_img_003" src="/web/image/website.library_image_14" | |
|                                  data-index="2" | |
|                                  data-name="Image"/> | |
|                         </div> | |
|                         <div class="o_img_div_003" style="background: var(--o-cc4-bg);"> | |
|                             <h4 class="head_003" style="color: var(--o-cc2-btn-secondary-text);">Feature 03</h4> | |
|                             <img class="img img-fluid d-block o_img_003" src="/web/image/website.library_image_16" | |
|                                  data-index="5" | |
|                                  data-name="Image"/> | |
|                         </div> | |
|                     </div> | |
|                 </div> | |
|             </div> | |
|         </section> | |
|     </template> | |
| </odoo> |