better profile page
This commit is contained in:
		
							
								
								
									
										30
									
								
								templates/event_overview.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								templates/event_overview.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,30 @@ | ||||
| {% extends "base.html" %} | ||||
| {% block content %} | ||||
|  | ||||
| <div class="row row-cols-1 row-cols-lg-2 row-cols-xl-3 row-cols-xxl-4 p-1"> | ||||
|     <div class="col"> | ||||
|         <!-- Background video --> | ||||
|            | ||||
|         <div class="card mb-2 shadow"> | ||||
|             <div class="video-background-holder ratio ratio-3x1"> | ||||
|                 <div class="video-background-overlay"></div> | ||||
|                 <video playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop"> | ||||
|                       <source src="/static/background.mp4" type="video/mp4"> | ||||
|                   </video> | ||||
|                 <div class="video-background-content container h-100"> | ||||
|                   <div class="d-flex h-100 text-center align-items-center"> | ||||
|                     <div class="w-100 text-white"> | ||||
|                       <h1 class="display-4">Welcome {{ context.user }}.</h1> | ||||
|                     </div> | ||||
|                   </div> | ||||
|                 </div> | ||||
|               </div> | ||||
|             <div class="card-body"> | ||||
|                 <h5 class="card-title">The weather today is:</h5> | ||||
|             </div> | ||||
|         </div> | ||||
|         <div class="list"></div> | ||||
|     </div>      | ||||
| </div> | ||||
|  | ||||
| {% endblock %} | ||||
		Reference in New Issue
	
	Block a user
	 Remy Moll
					Remy Moll