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

merapihkan homepage & our solution

parent ab48be35
......@@ -11,7 +11,7 @@ class Home2 extends StatelessWidget {
return Container(
width: screenSize.width * 0.5,
color: const Color.fromARGB(255, 227, 235, 253),
height: screenSize.height*1.1,
height: screenSize.height * 0.9,
padding: EdgeInsets.only(
left: screenSize.width * 0.10,
right: screenSize.width * 0.10,
......@@ -20,19 +20,17 @@ class Home2 extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Spacer(
flex: 3,
flex: 2,
),
Container(
width: screenSize.width,
child: Text('How do we help ?',
style: GoogleFonts.poppins(
fontSize: 30,
fontSize: 35,
color: const Color.fromARGB(255, 12, 66, 101),
fontWeight: FontWeight.bold)),
),
Spacer(
flex: 3,
),
SizedBox(height: 10),
Container(
width: screenSize.width,
height: 100,
......@@ -46,36 +44,37 @@ class Home2 extends StatelessWidget {
height: 1.6,
fontWeight: FontWeight.w500)),
),
Spacer(
flex: 2,
),
Column(
// mainAxisAlignment: MainAxisAlignment.start,
children: [
list_help(
SizedBox(height: 10),
Container(
// padding: const EdgeInsets.only(left: 1),
// width: screenSize.width * 0.3,
// height: screenSize.height * 0.35,
child: Column(
// mainAxisAlignment: MainAxisAlignment.start,
children: [
list_help(
screenSize: screenSize,
titel: 'Costs are getting more expensive'),
list_help(
screenSize: screenSize,
titel: 'Costs are getting more expensive'),
list_help(
screenSize: screenSize,
titel: "Demographic Change",
),
list_help(
screenSize: screenSize,
titel: "Rare talents",
),
list_help(
screenSize: screenSize,
titel: "Rapid technological change",
),
list_help(
screenSize: screenSize,
titel: "Changes in consumer behavior",
),
],
),
Spacer(
flex: 2,
titel: "Demographic Change",
),
list_help(
screenSize: screenSize,
titel: "Rare talents",
),
list_help(
screenSize: screenSize,
titel: "Rapid technological change",
),
list_help(
screenSize: screenSize,
titel: "Changes in consumer behavior",
),
],
),
),
SizedBox(height: 30),
Container(
width: screenSize.width,
height: 100,
......@@ -91,16 +90,14 @@ class Home2 extends StatelessWidget {
height: 1.6,
fontWeight: FontWeight.w500)),
),
Spacer(
flex:1,
),
SizedBox(height: 10),
Container(
width: screenSize.width,
height: 100,
child: Text(
'MedApps combines practice management and clinical workflows into one seamless, modern interface. '
'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,
style: GoogleFonts.poppins(
fontSize: 16,
......@@ -108,9 +105,6 @@ class Home2 extends StatelessWidget {
height: 1.6,
fontWeight: FontWeight.w500)),
),
Spacer(
flex: 2,
),
],
),
);
......@@ -134,7 +128,7 @@ class list_help extends StatelessWidget {
),
title: Container(
// padding: const EdgeInsets.only(left: 10),
// width: screenSize.width * 0.35,
width: screenSize.width * 2,
// height: screenSize.height * 0.1,
child: Text(
titel,
......
......@@ -47,6 +47,10 @@ class _OurSolutionState extends State<OurSolution> {
Container(
height: screenSize.height * 0.10,
child: ShowUpAnimation(
delayStart: const Duration(seconds: 1),
curve: Curves.bounceIn,
direction: Direction.horizontal,
offset: -0.2,
child: Text(
'Find & Get the Best Talent',
style: GoogleFonts.poppins(
......@@ -63,9 +67,8 @@ class _OurSolutionState extends State<OurSolution> {
height: screenSize.height * 0.15,
child: ShowUpAnimation(
delayStart: const Duration(seconds: 1),
curve: Curves.bounceIn,
curve: Curves.decelerate,
direction: Direction.horizontal,
offset: -0.2,
child: Text(
'Register for free now, find our Best Talent, and enjoy our unlimited hires at a low cost',
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