Compare commits
	
		
			2 Commits
		
	
	
		
			4a6f4a2f9a
			...
			77293f03e9
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 77293f03e9 | |||
| 1fa364e2ec | 
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						@ -5,5 +5,6 @@ __pycache__
 | 
				
			|||||||
node_modules
 | 
					node_modules
 | 
				
			||||||
package-lock.json
 | 
					package-lock.json
 | 
				
			||||||
db.sqlite3
 | 
					db.sqlite3
 | 
				
			||||||
static
 | 
					static/admin/
 | 
				
			||||||
 | 
					static/django_extensions/
 | 
				
			||||||
dist/
 | 
					dist/
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								games/static/icons/edition_black.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 292 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								games/static/icons/edition_white.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 321 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								games/static/icons/game_black.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 22 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								games/static/icons/game_white.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 306 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								games/static/icons/purchase_black.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 312 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								games/static/icons/purchase_white.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 364 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								games/static/icons/schedule.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 42 KiB  | 
@ -18,7 +18,7 @@
 | 
				
			|||||||
            <nav class="mb-4 bg-white dark:bg-gray-900 border-gray-200 rounded">
 | 
					            <nav class="mb-4 bg-white dark:bg-gray-900 border-gray-200 rounded">
 | 
				
			||||||
                <div class="container flex flex-wrap items-center justify-between mx-auto">
 | 
					                <div class="container flex flex-wrap items-center justify-between mx-auto">
 | 
				
			||||||
                    <a href="{% url 'list_sessions_recent' %}" class="flex items-center">
 | 
					                    <a href="{% url 'list_sessions_recent' %}" class="flex items-center">
 | 
				
			||||||
                        <span class="text-4xl">⌚</span>
 | 
					                        <span class="text-4xl"><img src="{% static 'icons/schedule.png' %}" width="48" class="mr-4" /></span>
 | 
				
			||||||
                        <span class="self-center text-xl font-semibold whitespace-nowrap text-white">Timetracker</span>
 | 
					                        <span class="self-center text-xl font-semibold whitespace-nowrap text-white">Timetracker</span>
 | 
				
			||||||
                    </a>
 | 
					                    </a>
 | 
				
			||||||
                    <div class="w-full md:block md:w-auto">
 | 
					                    <div class="w-full md:block md:w-auto">
 | 
				
			||||||
 | 
				
			|||||||