Skip to content

Commit

Permalink
Merge pull request #159 from SivaRamana-H-V/About
Browse files Browse the repository at this point in the history
Enhanced About Page
  • Loading branch information
sapatevaibhav authored May 31, 2024
2 parents eabcec2 + f1c9f6d commit f707a87
Show file tree
Hide file tree
Showing 7 changed files with 343 additions and 114 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 f707a87

Please sign in to comment.