-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
3 changed files
with
52 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.uniqueness__wrapper { | ||
display: flex; | ||
flex-direction: column; | ||
} |
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,46 @@ | ||
export const Uniqueness = () => { | ||
return ( | ||
<section className="uniqueness__wrapper"> | ||
<h2>Was macht Scrumlr so besonders?</h2> | ||
<p> | ||
Scrumlr fördert eine ausgewogene Zusammenarbeit innerhalb jedes Teams.{" "} | ||
</p> | ||
<div> | ||
<div> | ||
<h3>Schnellstart: ohne Registrierung und kostenlos</h3> | ||
<p> | ||
Starte direkt und unverbindlich, ohne aufwändige Registrierung oder | ||
Anmeldung. Scrumlr ist außerdem kostenlos – für immer! | ||
</p> | ||
</div> | ||
</div> | ||
<div> | ||
<div> | ||
<h3>Individuelle Denkweisen mit dem Team teilen</h3> | ||
<p> | ||
Dieses Tool ist der beste Weg, Ideen miteinander auszutauschen und | ||
sich als Team weiterzuentwickeln. | ||
</p> | ||
</div> | ||
</div> | ||
<div> | ||
<div> | ||
<h3>Meinungen und Gedanken übersichtlich sammeln</h3> | ||
<p> | ||
Transparente Kommunikation ist wichtig. Mit Scrumlr könnt ihr | ||
Meinungen, Gedanken und Ideen miteinander verknüpfen. | ||
</p> | ||
</div> | ||
</div> | ||
<div> | ||
<div> | ||
<h3>Open Source & sicher gehostet in Deutschland</h3> | ||
<p> | ||
Scrumlr ist ein Open-Source-Software, deren Quelldaten eingesehen, | ||
geändert und von Dritten verwendet werden können. | ||
</p> | ||
</div> | ||
</div> | ||
</section> | ||
); | ||
}; |
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