Commit 1b4be560 authored by rizky ramadhan's avatar rizky ramadhan

merapihkan homepage & our solution

parent ab48be35
...@@ -11,7 +11,7 @@ class Home2 extends StatelessWidget { ...@@ -11,7 +11,7 @@ class Home2 extends StatelessWidget {
return Container( return Container(
width: screenSize.width * 0.5, width: screenSize.width * 0.5,
color: const Color.fromARGB(255, 227, 235, 253), color: const Color.fromARGB(255, 227, 235, 253),
height: screenSize.height*1.1, height: screenSize.height * 0.9,
padding: EdgeInsets.only( padding: EdgeInsets.only(
left: screenSize.width * 0.10, left: screenSize.width * 0.10,
right: screenSize.width * 0.10, right: screenSize.width * 0.10,
...@@ -20,19 +20,17 @@ class Home2 extends StatelessWidget { ...@@ -20,19 +20,17 @@ class Home2 extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
children: [ children: [
Spacer( Spacer(
flex: 3, flex: 2,
), ),
Container( Container(
width: screenSize.width, width: screenSize.width,
child: Text('How do we help ?', child: Text('How do we help ?',
style: GoogleFonts.poppins( style: GoogleFonts.poppins(
fontSize: 30, fontSize: 35,
color: const Color.fromARGB(255, 12, 66, 101), color: const Color.fromARGB(255, 12, 66, 101),
fontWeight: FontWeight.bold)), fontWeight: FontWeight.bold)),
), ),
Spacer( SizedBox(height: 10),
flex: 3,
),
Container( Container(
width: screenSize.width, width: screenSize.width,
height: 100, height: 100,
...@@ -46,10 +44,12 @@ class Home2 extends StatelessWidget { ...@@ -46,10 +44,12 @@ class Home2 extends StatelessWidget {
height: 1.6, height: 1.6,
fontWeight: FontWeight.w500)), fontWeight: FontWeight.w500)),
), ),
Spacer( SizedBox(height: 10),
flex: 2, Container(
), // padding: const EdgeInsets.only(left: 1),
Column( // width: screenSize.width * 0.3,
// height: screenSize.height * 0.35,
child: Column(
// mainAxisAlignment: MainAxisAlignment.start, // mainAxisAlignment: MainAxisAlignment.start,
children: [ children: [
list_help( list_help(
...@@ -73,9 +73,8 @@ class Home2 extends StatelessWidget { ...@@ -73,9 +73,8 @@ class Home2 extends StatelessWidget {
), ),
], ],
), ),
Spacer(
flex: 2,
), ),
SizedBox(height: 30),
Container( Container(
width: screenSize.width, width: screenSize.width,
height: 100, height: 100,
...@@ -91,16 +90,14 @@ class Home2 extends StatelessWidget { ...@@ -91,16 +90,14 @@ class Home2 extends StatelessWidget {
height: 1.6, height: 1.6,
fontWeight: FontWeight.w500)), fontWeight: FontWeight.w500)),
), ),
Spacer( SizedBox(height: 10),
flex:1,
),
Container( Container(
width: screenSize.width, width: screenSize.width,
height: 100, height: 100,
child: Text( child: Text(
'MedApps combines practice management and clinical workflows into one seamless, modern interface. ' 'MedApps combines practice management and clinical workflows into one seamless, modern interface. '
'Manage all patient interactions securely on the go, or in your practice.' 'Manage all patient interactions securely on the go, or in your practice.'
'Benefit from server-free* infrastructure, automatic upgrades and simple licensing.', ' Benefit from server-free* infrastructure, automatic upgrades and simple licensing.',
textAlign: TextAlign.justify, textAlign: TextAlign.justify,
style: GoogleFonts.poppins( style: GoogleFonts.poppins(
fontSize: 16, fontSize: 16,
...@@ -108,9 +105,6 @@ class Home2 extends StatelessWidget { ...@@ -108,9 +105,6 @@ class Home2 extends StatelessWidget {
height: 1.6, height: 1.6,
fontWeight: FontWeight.w500)), fontWeight: FontWeight.w500)),
), ),
Spacer(
flex: 2,
),
], ],
), ),
); );
...@@ -134,7 +128,7 @@ class list_help extends StatelessWidget { ...@@ -134,7 +128,7 @@ class list_help extends StatelessWidget {
), ),
title: Container( title: Container(
// padding: const EdgeInsets.only(left: 10), // padding: const EdgeInsets.only(left: 10),
// width: screenSize.width * 0.35, width: screenSize.width * 2,
// height: screenSize.height * 0.1, // height: screenSize.height * 0.1,
child: Text( child: Text(
titel, titel,
......
...@@ -47,6 +47,10 @@ class _OurSolutionState extends State<OurSolution> { ...@@ -47,6 +47,10 @@ class _OurSolutionState extends State<OurSolution> {
Container( Container(
height: screenSize.height * 0.10, height: screenSize.height * 0.10,
child: ShowUpAnimation( child: ShowUpAnimation(
delayStart: const Duration(seconds: 1),
curve: Curves.bounceIn,
direction: Direction.horizontal,
offset: -0.2,
child: Text( child: Text(
'Find & Get the Best Talent', 'Find & Get the Best Talent',
style: GoogleFonts.poppins( style: GoogleFonts.poppins(
...@@ -63,9 +67,8 @@ class _OurSolutionState extends State<OurSolution> { ...@@ -63,9 +67,8 @@ class _OurSolutionState extends State<OurSolution> {
height: screenSize.height * 0.15, height: screenSize.height * 0.15,
child: ShowUpAnimation( child: ShowUpAnimation(
delayStart: const Duration(seconds: 1), delayStart: const Duration(seconds: 1),
curve: Curves.bounceIn, curve: Curves.decelerate,
direction: Direction.horizontal, direction: Direction.horizontal,
offset: -0.2,
child: Text( child: Text(
'Register for free now, find our Best Talent, and enjoy our unlimited hires at a low cost', 'Register for free now, find our Best Talent, and enjoy our unlimited hires at a low cost',
style: GoogleFonts.poppins( style: GoogleFonts.poppins(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment