-
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
Fabricius Seifert
committed
Jun 10, 2024
1 parent
49e9be9
commit a945ccb
Showing
4 changed files
with
55 additions
and
39 deletions.
There are no files selected for viewing
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
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,16 @@ | ||
--- | ||
import TeamBoundaries from "../teamBoundaries.astro"; | ||
--- | ||
|
||
<h2>Big picture / Team responsabilities</h2> | ||
<div class="md:flex items-center mt-8"> | ||
<div class="basis-3/4"> | ||
<TeamBoundaries /> | ||
</div> | ||
<div class="basis-1/4 md:pl-4 pt-4"> | ||
<p> | ||
E-Commerce project with boundaries for three teams and use-cases for | ||
routing, integration and communication. | ||
</p> | ||
</div> | ||
</div> |
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