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,36 +44,37 @@ class Home2 extends StatelessWidget { ...@@ -46,36 +44,37 @@ 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,
// mainAxisAlignment: MainAxisAlignment.start, // height: screenSize.height * 0.35,
children: [ child: Column(
list_help( // mainAxisAlignment: MainAxisAlignment.start,
children: [
list_help(
screenSize: screenSize,
titel: 'Costs are getting more expensive'),
list_help(
screenSize: screenSize, screenSize: screenSize,
titel: 'Costs are getting more expensive'), titel: "Demographic Change",
list_help( ),
screenSize: screenSize, list_help(
titel: "Demographic Change", screenSize: screenSize,
), titel: "Rare talents",
list_help( ),
screenSize: screenSize, list_help(
titel: "Rare talents", screenSize: screenSize,
), titel: "Rapid technological change",
list_help( ),
screenSize: screenSize, list_help(
titel: "Rapid technological change", screenSize: screenSize,
), titel: "Changes in consumer behavior",
list_help( ),
screenSize: screenSize, ],
titel: "Changes in consumer behavior", ),
),
],
),
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,70 +38,63 @@ class SmallHome4 extends StatelessWidget { ...@@ -30,70 +38,63 @@ class SmallHome4 extends StatelessWidget {
), ),
], ],
), ),
child: Column( child: Padding(
mainAxisAlignment: MainAxisAlignment.center, padding: const EdgeInsets.symmetric(horizontal: 20, vertical: 15),
crossAxisAlignment: CrossAxisAlignment.center, child: Column(
children: <Widget>[ mainAxisAlignment: MainAxisAlignment.spaceEvenly,
Container( crossAxisAlignment: CrossAxisAlignment.start,
width: ScreenSize.width * 0.36, children: <Widget>[
height: ScreenSize.height * 0.7, Container(
color: Colors.blue[900], height: ScreenSize.height * 0.1,
child: Column( width: ScreenSize.width,
children: <Widget>[ child: Text(
Column( "Mobile & Web Apps",
children: [ style: TextStyle(color: Colors.white, fontSize: 36),
Container( textAlign: TextAlign.center,
height: ScreenSize.height*0.3, ),
width: ScreenSize.width * 0.30, ),
child: Text( Container(
"Mobile & Web Apps", width: ScreenSize.width * 0.85,
style: TextStyle(color: Colors.white, fontSize: 34), height: ScreenSize.height * 0.6,
textAlign: TextAlign.center, // color: Colors.white,
), decoration: BoxDecoration(
), color: Colors.white,
Container( image: DecorationImage(
height: ScreenSize.height*0.3, image: AssetImage('assets/images/medaps3.png'),
width: ScreenSize.width * 0.30, fit: BoxFit.fill),
child: Text( borderRadius: BorderRadius.circular(20)),
"MedApps menyediakan Aplikasi Mobile dan juga website yang bisa anda kunjungi", ),
style: TextStyle(fontSize: 18, color: Colors.white), Container(
)), height: ScreenSize.height * 0.13,
Container( width: ScreenSize.width,
height: 50, child: Text(
width: 200, "MedApps menyediakan Aplikasi Mobile dan juga website yang bisa anda kunjungi",
child: ElevatedButton( style: TextStyle(fontSize: 20, color: Colors.white),
onPressed: () {}, textAlign: TextAlign.justify,
style: ElevatedButton.styleFrom( )),
primary: Colors.blue[900], Center(
onSurface: Colors.white, child: Container(
side: BorderSide(color: Colors.white), height: 50,
shape: RoundedRectangleBorder( width: 200,
borderRadius: child: ElevatedButton(
BorderRadius.all(Radius.circular(30)), onPressed: () {},
), style: ElevatedButton.styleFrom(
), primary: Colors.blue[900],
child: Text( onSurface: Colors.white,
"LEARN MORE", side: BorderSide(color: Colors.white),
style: TextStyle(fontSize: 18, letterSpacing: 2), shape: RoundedRectangleBorder(
), borderRadius: BorderRadius.all(Radius.circular(30)),
),
),
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)),
), ),
], ),
child: Text(
"LEARN MORE",
style: TextStyle(fontSize: 18, letterSpacing: 2),
),
), ),
], ),
), ),
), ],
], ),
), ),
), ),
); );
......
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