Updated pages
This commit is contained in:
parent
cf9cdafc6b
commit
9268a3337d
4 changed files with 138 additions and 42 deletions
|
|
@ -46,18 +46,13 @@ class IndexPage extends StatelessWidget {
|
|||
const Gap(88),
|
||||
const ImageWidget(imagePath: 'assets/esign-mobile.webp', size: 160, measureByHeight: false),
|
||||
const Gap(20),
|
||||
const TextWidget(
|
||||
text: "OCBO e-Sign",
|
||||
color: Color.fromARGB(255, 244, 243, 243),
|
||||
bold: true,
|
||||
size: 34,
|
||||
),
|
||||
const TextWidget(text: "OCBO e-Sign", color: Color.fromRGBO(244, 243, 243, 1), bold: true, size: 34),
|
||||
Padding(
|
||||
padding: EdgeInsets.only(right: (screenWidth / 2) - 100),
|
||||
child: const Row(
|
||||
mainAxisAlignment: MainAxisAlignment.end,
|
||||
children: [
|
||||
TextWidget(text: "Mobile", color: Color.fromARGB(255, 244, 243, 243), bold: false, size: 16),
|
||||
TextWidget(text: "Mobile", color: Color.fromRGBO(244, 243, 243, 1), bold: false, size: 16),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
@ -85,15 +80,36 @@ class IndexPage extends StatelessWidget {
|
|||
const MaxGap(516),
|
||||
const Opacity(
|
||||
opacity: 0.7,
|
||||
child: ImageWidget(imagePath: 'assets/pat-alcala.webp', size: 74, measureByHeight: false),
|
||||
),
|
||||
const Gap(4),
|
||||
const TextWidget(
|
||||
text: "Developed By: Pat Alcala",
|
||||
color: Color.fromRGBO(244, 243, 243, 0.7),
|
||||
bold: false,
|
||||
size: 10,
|
||||
child: Column(
|
||||
children: [
|
||||
ImageWidget(imagePath: 'assets/ocbologo.webp', size: 26, measureByHeight: false),
|
||||
Gap(8),
|
||||
TextWidget(text: '© 2026 Office of the City Building Official', size: 10),
|
||||
Gap(8),
|
||||
Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
TextWidget(
|
||||
text: "Developed By:",
|
||||
color: Color.fromRGBO(244, 243, 243, 0.7),
|
||||
bold: false,
|
||||
size: 10,
|
||||
),
|
||||
Gap(4),
|
||||
ImageWidget(imagePath: 'assets/pat-alcala.webp', size: 60, measureByHeight: false),
|
||||
Gap(4),
|
||||
TextWidget(
|
||||
text: "Pat Alcala",
|
||||
color: Color.fromRGBO(244, 243, 243, 0.7),
|
||||
bold: false,
|
||||
size: 10,
|
||||
),
|
||||
],
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
const Gap(24),
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue