Skip to content

Commit

Permalink
Merge branch 'master' into ui-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
prajapatihet authored May 31, 2024
2 parents 7b03e50 + f707a87 commit 51dceb9
Show file tree
Hide file tree
Showing 11 changed files with 356 additions and 124 deletions.
4 changes: 4 additions & 0 deletions lib/landing_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class _LandingPageState extends State<LandingPage> {
padding: const EdgeInsets.all(20),
child: Column(
children: [

Center(
child: Container(
width: width,
Expand All @@ -38,12 +39,14 @@ class _LandingPageState extends State<LandingPage> {
child: SizedBox(
child: DefaultTextStyle(
style: TextStyle(

fontSize: width / 19,
),
child: AnimatedTextKit(
animatedTexts: [
ColorizeAnimatedText(
'Learn',

textStyle: TextStyle(
fontSize: width / 12,
fontWeight: FontWeight.w900),
Expand All @@ -66,6 +69,7 @@ class _LandingPageState extends State<LandingPage> {
child: Text(
"Learning Made Easy",
style: TextStyle(

fontWeight: FontWeight.w400, fontSize: width / 18),
),
),
Expand Down
Loading

0 comments on commit 51dceb9

Please sign in to comment.