-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style footer, fix some stuff on mobile, refactor listings
- Loading branch information
1 parent
8a6f8c7
commit b6b6e64
Showing
10 changed files
with
99 additions
and
45 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,46 @@ | ||
--- | ||
--- | ||
|
||
<footer class="text-sm leading-[1.75] mt-4"> | ||
<div class="md:flex"> | ||
<div class="basis-1/2"> | ||
<img src="images/neulandLogo.png" alt="neuland BfI Logo" typeof="foaf:Image" class="size-28" /> | ||
<p>Ein Projekt der neuland - Büro für Informatik GmbH</p> | ||
<p>2024 neuland - Büro für Informatik GmbH</p> | ||
<a | ||
class="unset gradient-link tracking-wider font-bold bg-clip-text text-transparent bg-gradient-to-r from-[#f57111] to-[#f79605] hover:after:bg-gradient-to-r hover:after:from-[#f57111] hover:after:to-[#f79605]" | ||
href={"https://https://www.neuland-bfi.de/"} | ||
target="_blank" | ||
> | ||
Impressum</a> | ||
</div> | ||
<div class="basis-1/2"> | ||
<strong>Über neuland</strong> | ||
<p>Wir entwickeln Software für den Handel. Unser Schwerpunkt ist Software für die digitale Dimension. Damit präsentieren unsere Kunden Artikel und verfolgen, wie Produkte entdeckt werden.</p> | ||
<a | ||
class="unset gradient-link tracking-wider font-bold bg-clip-text text-transparent bg-gradient-to-r from-[#f57111] to-[#f79605] hover:after:bg-gradient-to-r hover:after:from-[#f57111] hover:after:to-[#f79605]" | ||
href={"https://https://www.neuland-bfi.de/"} | ||
target="_blank" | ||
> | ||
www.neuland-bfi.de/</a> | ||
<p>neuland – Büro für Informatik GmbH<br> | ||
Konsul-Smidt-Str. 8g<br> | ||
D-28217 Bremen</p> | ||
</div> | ||
<footer class="text-sm h-fit mt-4 pb-4 leading-snug"> | ||
<img src="images/neulandLogo.png" alt="neuland BfI Logo" typeof="foaf:Image" class="mr-4 size-10 float-left" /> | ||
<p class="mt-1 float-left">the tractore store reference implementations <br/> | ||
a <a | ||
class="bg-clip-text text-neuland" | ||
href={"https://www.neuland-bfi.de/"} | ||
target="_blank" | ||
> | ||
neuland</a> initiative | ||
</p> | ||
<div class="text-right"> | ||
<a | ||
class="bg-clip-text text-black" | ||
href={"https://github.com/neuland"} | ||
target="_blank" | ||
> | ||
all projects</a><br/> | ||
<a | ||
class="bg-clip-text text-black" | ||
href={"https://blueprint.the-tractor.store"} | ||
target="_blank" | ||
> | ||
blue print project</a><br/> | ||
<a | ||
class="bg-clip-text text-black" | ||
href={"https://www.neuland-bfi.de/impressum"} | ||
target="_blank" | ||
> | ||
legal notice</a><br/> | ||
<a | ||
class="bg-clip-text text-black" | ||
href={"https://micro-frontends.org/"} | ||
target="_blank" | ||
> | ||
micro-frontends.org</a><br/> | ||
<a | ||
class="bg-clip-text text-black" | ||
href={"https://www.manning.com/books/micro-frontends-in-action?a_aid=mfia&a_bid=5f09fdeb"} | ||
target="_blank" | ||
> | ||
micro frontends in action book</a> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.