diff --git a/src/components/ImgText.astro b/src/components/ImgText.astro index 7e3afb4..26770f2 100644 --- a/src/components/ImgText.astro +++ b/src/components/ImgText.astro @@ -4,35 +4,27 @@ import TeamBoundaries from "./teamBoundaries.astro"; ---
- -

- Placeholder -

-
- +
- +
- +

Same verticalized micro frontends application with different tech stacks and integration techniques.

+ + +
@@ -46,3 +38,146 @@ import TeamBoundaries from "./teamBoundaries.astro";
+ \ No newline at end of file diff --git a/src/components/Info.astro b/src/components/Info.astro index 9c50146..80531d5 100644 --- a/src/components/Info.astro +++ b/src/components/Info.astro @@ -1,24 +1,26 @@ --- --- -
-
- - - -
-
-

- TodoMVC for Micro Frontends -

-
-

- A micro frontends architecture can be built in many ways. Custom crafted and tailored to your organization's specific needs or by following the rules of a specific micro frontends meta-framework. The final result is also affected by the technologies you choose and whether you want to render your application on the server and/or client. +

+
+
+ + + +
+
+

+ TodoMVC for Micro Frontends +

+
+

+ A micro frontends architecture can be built in many ways. Custom crafted and tailored to your organization's specific needs or by following the rules of a specific micro frontends meta-framework. The final result is also affected by the technologies you choose and whether you want to render your application on the server and/or client. - Making good choices is not always easy. Being able to look at real-world code and examples helps everyone involved to get a good understanding of your decisions and their implications. + Making good choices is not always easy. Being able to look at real-world code and examples helps everyone involved to get a good understanding of your decisions and their implications. - The Tractor Store aims to be to micro frontends what TodoMVC was to the advent of JavaScript Frameworks in the late 2000s: An awesome collection of different implementations for the same application. A valuable learning resource for people new to this topic and also a good basis for advanced discussions. -

+ The Tractor Store aims to be to micro frontends what TodoMVC was to the advent of JavaScript Frameworks in the late 2000s: An awesome collection of different implementations for the same application. A valuable learning resource for people new to this topic and also a good basis for advanced discussions. +

+
diff --git a/src/components/MFExample.astro b/src/components/MFExample.astro index 48970a7..7798d5e 100644 --- a/src/components/MFExample.astro +++ b/src/components/MFExample.astro @@ -7,26 +7,33 @@ const { lib2 } = Astro.props; const { lib3 } = Astro.props; --- -
+
+
+ {rendering} +

{title}

-
+
-
+
-
+
-
+
-
{integration}
- +
{integration}
\ No newline at end of file diff --git a/src/styles/global.css b/src/styles/global.css index b68d153..61fbc7e 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -210,6 +210,9 @@ .animated-link.show:after { transform: translateZ(0) scale(1); } + /* ------ REUSABLE UTILS - END ------ */ + + /* ------ CUSTOM STYLES - START ------ */ .svg-light { fill: rgba(0, 0, 0, 0.3); @@ -230,9 +233,18 @@ .text-decide { color: #54FF90; } + .text-checkout { color: #FFDE54; } - /* ------ REUSABLE UTILS - END ------ */ + .c-background { + position: relative; + background-color: rgba(238, 235, 226, 0.35); + width: 100vw; + left: calc(-50vw + 50%); + padding: 0 15vw; + } + + /* ------ CUSTOM STYLES - END ------ */ } \ No newline at end of file