Adds Carina
This commit is contained in:
		
							parent
							
								
									d27af14b84
								
							
						
					
					
						commit
						d446bbc192
					
				
					 2 changed files with 19 additions and 5 deletions
				
			
		|  | @ -79,12 +79,27 @@ | |||
|       <h1>Speakers</h1> | ||||
| 
 | ||||
|       <div class="row speaker-list"> | ||||
|       {% speakers as speakers %} | ||||
|       {% for speaker in speakers %} | ||||
|         <div class="speaker" > | ||||
|           <div class="image-alignment"> | ||||
|             <div class="circle" style="border: 0;"> | ||||
|                 <div class="fill" style="background-image: url('{% static "images/cczona.jpg" %}');"></div> | ||||
|             </div> | ||||
|           </div> | ||||
| 
 | ||||
|           <h4>Carina C. Zona</h4> | ||||
|           <span class="presentation-title">Keynote Speaker</span> | ||||
|         </div> | ||||
| 
 | ||||
|         {% speakers as speakers %} | ||||
|         {% for speaker in speakers %} | ||||
|           <div class="speaker" > | ||||
|             <div class="image-alignment"> | ||||
|               <div class="circle" style="border: 0;"> | ||||
|                 {% if speaker.photo %} | ||||
|                   <div class="fill" style="background-image: url('{% thumbnail speaker.photo '600x600' %}');"></div> | ||||
|                 {% else %} | ||||
|                   <div class="fill" style="background-image: url('{% static "images/website-background.svg" %}');"></div> | ||||
|                 {% endif %} | ||||
|               </div> | ||||
|             </div> | ||||
|             {% for presentation in speaker.presentations.all %} | ||||
|  | @ -94,16 +109,15 @@ | |||
|               </a> | ||||
|             {% endfor %} | ||||
|           </div> | ||||
|       {% endfor %} | ||||
|         {% endfor %} | ||||
|       </div> | ||||
| 
 | ||||
|     </div> | ||||
| 
 | ||||
|     <div class="homepage-block-footer full-width"> | ||||
|       <div class="container"> | ||||
|         <div class="row"> | ||||
|           <div class="col-md-4"> | ||||
|             <a class="btn btn-lg btn-primary btn-shadow" href="/about/petaluma">See our program</a> | ||||
|             <a class="btn btn-lg btn-primary btn-shadow" href="/schedule/general-sessions/list">See our full program</a> | ||||
|           </div> | ||||
|         </div> | ||||
|       </div> | ||||
|  |  | |||
							
								
								
									
										
											BIN
										
									
								
								static/images/cczona.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/images/cczona.jpg
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 78 KiB | 
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Christopher Neugebauer
						Christopher Neugebauer