-
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.
- Loading branch information
1 parent
620a9da
commit 08954dc
Showing
3 changed files
with
44 additions
and
0 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.
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
--- | ||
|
||
<section class="mb-8"> | ||
<div class="max-w-6xl mx-auto px-6 sm:px-8 md:flex items-center"> | ||
<div class="md:basis-1/2 pl-6"> | ||
<h3 | ||
class="font-bold text-text-heading text-2xl md:text-3xl pt-4 pb-2 w-fit overflow-hidden" | ||
> | ||
Presentation | ||
</h3> | ||
<p class="mb-5"> | ||
Learn even more about micro frontends from | ||
<a | ||
class="bg-clip-text text-neuland" | ||
href={"https://speakerdeck.com/naltatis/tractor-store-2-dot-0"} | ||
target="_blank" | ||
> | ||
this presentation</a><br> | ||
first shown at the Micro Frontends Conference 2024 | ||
</p> | ||
</div> | ||
<div class="md:basis-1/2 place-content-center"> | ||
<img | ||
src="images/presentation.svg" | ||
typeof="foaf:Image" | ||
class="lg:size-72 size-52 m-auto" | ||
/> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<style></style> |
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