mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-10-31 02:05:33 +00:00 
			
		
		
		
	Logos hochgeladen, Menü der HKW leicht angepasst
This commit is contained in:
		| @@ -10,17 +10,17 @@ public class HKWController : Controller { | |||||||
|         return View("~/Views/HKW/Static/Index.cshtml"); |         return View("~/Views/HKW/Static/Index.cshtml"); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     [Route("Erschienen/FliegenderBrief")] |     [Route("Baende/FliegenderBrief")] | ||||||
|     public IActionResult FliegenderBrief() { |     public IActionResult FliegenderBrief() { | ||||||
|         return View("~/Views/HKW/Static/FliegenderBrief.cshtml"); |         return View("~/Views/HKW/Static/FliegenderBrief.cshtml"); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     [Route("Geplant/Kreuzzuege")] |     [Route("Baende/Kreuzzuege")] | ||||||
|     public IActionResult Kreuzzuege() { |     public IActionResult Kreuzzuege() { | ||||||
|         return View("~/Views/HKW/Static/Kreuzzuege.cshtml"); |         return View("~/Views/HKW/Static/Kreuzzuege.cshtml"); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     [Route("Erschienen/SokratischeDenkwuerdigkeiten")] |     [Route("Baende/SokratischeDenkwuerdigkeiten")] | ||||||
|     public IActionResult SokratischeDenkwuerdigkeiten() { |     public IActionResult SokratischeDenkwuerdigkeiten() { | ||||||
|         return View("~/Views/HKW/Static/SokratischeDenkwuerdigkeiten.cshtml"); |         return View("~/Views/HKW/Static/SokratischeDenkwuerdigkeiten.cshtml"); | ||||||
|     } |     } | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| <header class="sticky w-100 font-serif mb-6"> | <header class="sticky w-100 font-serif mb-6"> | ||||||
|     <nav class="flex flex-row w-100 bg-slate-50 border-t-[5px] border-gray-300 dark:shadow-xl dark:border-gray-900 py-3 px-3 desktop:px-8 flex-wrap"> |     <nav class="flex flex-row w-100 bg-slate-50 border-t-[5px] border-gray-300 dark:shadow-xl dark:border-gray-900 py-3 px-3 desktop:px-8 flex-wrap"> | ||||||
|         <a href="/" class="text-xl xl:text-3xl grow-0 shrink-0 text-black hover:text-black "> |         <a href="/HKW/Start" class="text-xl xl:text-3xl grow-0 shrink-0 text-black hover:text-black "> | ||||||
|             <img src="/favicon.ico" class="inline-block w-8 h-8 xl:w-12 xl:h-12 mr-2 p-1 border border-gray-900 border-t-gray-200 border-l-gray-200 " alt="HKW-Logo" loading="lazy" /> |             <img src="/img/HKW.png" class="inline-block w-8 h-8 xl:w-12 xl:h-12 mr-2 p-1 border border-gray-900 border-t-gray-200 border-l-gray-200 " alt="HKW-Logo" loading="lazy" /> | ||||||
|                 <span class="sm:hidden">Hamann: Komm. Werkedition</span>  |                 <span class="sm:hidden">Hamann: Komm. Werkedition</span>  | ||||||
|                 <span class="hidden sm:inline md:hidden">Johan Georg Hamann: Kommentierte Werkedition</span>  |                 <span class="hidden sm:inline md:hidden">Johan Georg Hamann: Kommentierte Werkedition</span>  | ||||||
|                 <span class="hidden md:inline align-baseline">Johann Georg Hamann: Historisch-kritische und kommentierte Edition ausgewählter Werke ( H K W )</span> |                 <span class="hidden md:inline align-baseline">Johann Georg Hamann: Historisch-kritische und kommentierte Edition ausgewählter Werke ( H K W )</span> | ||||||
| @@ -27,28 +27,17 @@ | |||||||
|             </button> |             </button> | ||||||
|         </div> |         </div> | ||||||
|         <div class="ha-topnav " id="ha-topnav"> |         <div class="ha-topnav " id="ha-topnav"> | ||||||
|             <a href="/HKW/Start"> |  | ||||||
|                 Startseite |  | ||||||
|             </a> |  | ||||||
|  |  | ||||||
|             <div class="ha-topnav-dropdown"> |             <div class="ha-topnav-dropdown"> | ||||||
|                 <a href="/HKW/Erschienen/" class="cursor-default ha-menu-arrowsymbol pointer-events-none"> |                 <a href="/HKW/Baende/" class="cursor-default ha-menu-arrowsymbol pointer-events-none"> | ||||||
|                     bisher erschienene Bände |                     Bände | ||||||
|                 </a> |                 </a> | ||||||
|                 <div class="ha-topnav-dropdown-content" > |                 <div class="ha-topnav-dropdown-content" > | ||||||
|                     <a href="/HKW/Erschienen/FliegenderBrief" class="">Fliegender Brief</a> |                     <a href="/HKW/Baende/FliegenderBrief" class="">Fliegender Brief</a> | ||||||
|                     <a href="/HKW/Erschienen/SokratischeDenkwuerdigkeiten" class="">Sokratische Denkwürdigkeiten / Wolken</a> |                     <a href="/HKW/Baende/SokratischeDenkwuerdigkeiten" class="">Sokratische Denkwürdigkeiten / Wolken</a> | ||||||
|  |                     <a href="/HKW/Baende/Kreuzzuege" class="">Kreuzzüge des Philologen</a> | ||||||
|                 </div> |                 </div> | ||||||
|             </div> |             </div> | ||||||
|  |  | ||||||
|              <div class="ha-topnav-dropdown"> |  | ||||||
|                 <a href="/HKW/Geplant/" class="cursor-default ha-menu-arrowsymbol pointer-events-none !mr-0" > |  | ||||||
|                 geplante Bände |  | ||||||
|                 </a> |  | ||||||
|                 <div class="ha-topnav-dropdown-content !mr-0"> |  | ||||||
|                     <a href="/HKW/Geplant/Kreuzzuege" class="">Kreuzzüge des Philologen</a> |  | ||||||
|                 </div> |  | ||||||
|             </div> |  | ||||||
|  |  | ||||||
|             <a href="/HKW/Uebersicht"> |             <a href="/HKW/Uebersicht"> | ||||||
|                 Werkübersicht |                 Werkübersicht | ||||||
|   | |||||||
							
								
								
									
										
											BIN
										
									
								
								HaWeb/wwwroot/img/HKB-transparent.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								HaWeb/wwwroot/img/HKB-transparent.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 8.3 KiB | 
							
								
								
									
										
											BIN
										
									
								
								HaWeb/wwwroot/img/HKB.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								HaWeb/wwwroot/img/HKB.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 61 KiB | 
							
								
								
									
										
											BIN
										
									
								
								HaWeb/wwwroot/img/HKW-transparent.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								HaWeb/wwwroot/img/HKW-transparent.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 9.1 KiB | 
							
								
								
									
										
											BIN
										
									
								
								HaWeb/wwwroot/img/HKW.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								HaWeb/wwwroot/img/HKW.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 77 KiB | 
		Reference in New Issue
	
	Block a user
	 Simon Martens
					Simon Martens