Commit 8325c11f authored by Budi Prasetyo's avatar Budi Prasetyo
parents 8845f113 c7e3394b
...@@ -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(
......
...@@ -7,17 +7,25 @@ class SmallHome4 extends StatelessWidget { ...@@ -7,17 +7,25 @@ class SmallHome4 extends StatelessWidget {
Widget build(BuildContext context) { Widget build(BuildContext context) {
var ScreenSize = MediaQuery.of(context).size; var ScreenSize = MediaQuery.of(context).size;
return Container( return Container(
padding: EdgeInsets.symmetric(horizontal: 15), padding: EdgeInsets.symmetric(horizontal: 10, vertical: 20),
width: ScreenSize.width, width: ScreenSize.width,
height: ScreenSize.height * 1.7, height: ScreenSize.height * 1.2,
color: Colors.white, color: Colors.white,
child: Container( child: Container(
width: ScreenSize.width * 0.20, width: ScreenSize.width * 0.20,
height: ScreenSize.height * 0.75, height: ScreenSize.height * 1,
decoration: BoxDecoration( decoration: BoxDecoration(
borderRadius: BorderRadius.circular(20), borderRadius: BorderRadius.circular(20),
//color: Color.fromARGB(200, 9, 47, 171), color: Color.fromARGB(200, 9, 47, 171),
color: Colors.blue[900], gradient: LinearGradient(
colors: <Color>[
Color(0xff137fc2),
Color(0xff3958d5),
Color(0xff184b80),
],
begin: Alignment.topCenter,
end: Alignment.bottomCenter,
),
boxShadow: [ boxShadow: [
BoxShadow( BoxShadow(
color: const Color.fromARGB(255, 10, 116, 255).withAlpha(60), color: const Color.fromARGB(255, 10, 116, 255).withAlpha(60),
...@@ -30,35 +38,42 @@ class SmallHome4 extends StatelessWidget { ...@@ -30,35 +38,42 @@ class SmallHome4 extends StatelessWidget {
), ),
], ],
), ),
child: Padding(
padding: const EdgeInsets.symmetric(horizontal: 20, vertical: 15),
child: Column( child: Column(
mainAxisAlignment: MainAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.spaceEvenly,
crossAxisAlignment: CrossAxisAlignment.center, crossAxisAlignment: CrossAxisAlignment.start,
children: <Widget>[ children: <Widget>[
Container( Container(
width: ScreenSize.width * 0.36, height: ScreenSize.height * 0.1,
height: ScreenSize.height * 0.7, width: ScreenSize.width,
color: Colors.blue[900],
child: Column(
children: <Widget>[
Column(
children: [
Container(
height: ScreenSize.height*0.3,
width: ScreenSize.width * 0.30,
child: Text( child: Text(
"Mobile & Web Apps", "Mobile & Web Apps",
style: TextStyle(color: Colors.white, fontSize: 34), style: TextStyle(color: Colors.white, fontSize: 36),
textAlign: TextAlign.center, textAlign: TextAlign.center,
), ),
), ),
Container( Container(
height: ScreenSize.height*0.3, width: ScreenSize.width * 0.85,
width: ScreenSize.width * 0.30, height: ScreenSize.height * 0.6,
// color: Colors.white,
decoration: BoxDecoration(
color: Colors.white,
image: DecorationImage(
image: AssetImage('assets/images/medaps3.png'),
fit: BoxFit.fill),
borderRadius: BorderRadius.circular(20)),
),
Container(
height: ScreenSize.height * 0.13,
width: ScreenSize.width,
child: Text( child: Text(
"MedApps menyediakan Aplikasi Mobile dan juga website yang bisa anda kunjungi", "MedApps menyediakan Aplikasi Mobile dan juga website yang bisa anda kunjungi",
style: TextStyle(fontSize: 18, color: Colors.white), style: TextStyle(fontSize: 20, color: Colors.white),
textAlign: TextAlign.justify,
)), )),
Container( Center(
child: Container(
height: 50, height: 50,
width: 200, width: 200,
child: ElevatedButton( child: ElevatedButton(
...@@ -68,8 +83,7 @@ class SmallHome4 extends StatelessWidget { ...@@ -68,8 +83,7 @@ class SmallHome4 extends StatelessWidget {
onSurface: Colors.white, onSurface: Colors.white,
side: BorderSide(color: Colors.white), side: BorderSide(color: Colors.white),
shape: RoundedRectangleBorder( shape: RoundedRectangleBorder(
borderRadius: borderRadius: BorderRadius.all(Radius.circular(30)),
BorderRadius.all(Radius.circular(30)),
), ),
), ),
child: Text( child: Text(
...@@ -78,23 +92,10 @@ class SmallHome4 extends StatelessWidget { ...@@ -78,23 +92,10 @@ class SmallHome4 extends StatelessWidget {
), ),
), ),
), ),
Container(
width: ScreenSize.width * 0.3,
height: ScreenSize.height * 0.69,
// color: Colors.white,
decoration: BoxDecoration(
color: Colors.white,
image: DecorationImage(
image: AssetImage('assets/images/medaps3.png')),
borderRadius: BorderRadius.circular(20)),
),
],
), ),
], ],
), ),
), ),
],
),
), ),
); );
} }
......
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