Improve section_with_image.html to include price_tag image and url
This commit is contained in:
		
					parent
					
						
							
								8ce273ea1f
							
						
					
				
			
			
				commit
				
					
						bf044a4bf3
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1,6 +1,6 @@ | ||||||
| <div class="intro-header" style="background:url({{ image.url }}) no-repeat center center background-size: cover; background-position: left; background-color: rgb(118, 140, 163); background-attachment: fixed; flex-direction: column; align-items: flex-start; justify-content: space-between; padding-top: 70px;" id="home"> | <div class="intro-header" style="background:url({{ image.url }}) no-repeat center center; background-size: cover; background-position: left; background-color: rgb(118, 140, 163); background-attachment: fixed; flex-direction: column; align-items: flex-end; justify-content: space-between; padding-top: 70px;" id="home"> | ||||||
|   <div class="price-tag-container"> |   <div class="price-tag-container"> | ||||||
|     <div class=""></div> |     <a href="{{ object.price_tag_url }}"><div style="background:url({{ object.price_tag_image.url }}) no-repeat center center; background-size: cover;" class="price-tag"></div></a> | ||||||
|   </div> |   </div> | ||||||
|   <div class="high-speed"> |   <div class="high-speed"> | ||||||
|     <div class="high-speed-border"></div> |     <div class="high-speed-border"></div> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue