Added "About me"-Section
This commit is contained in:
@@ -69,6 +69,11 @@ class _LandingPageState extends State<LandingPage> {
|
||||
blockTitle: 'Bildungsweg',
|
||||
contentType: ContentType.education,
|
||||
),
|
||||
Padding(padding: EdgeInsets.only(bottom: 25)),
|
||||
ContentBlock(
|
||||
blockTitle: "Über mich",
|
||||
contentType: ContentType.text,
|
||||
),
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user