Updated ui

This commit is contained in:
Patrick Alvin Alcala 2026-01-05 18:05:14 +08:00
parent 55ac88ccc9
commit 0fb9153a03
4 changed files with 26 additions and 25 deletions

View file

@ -32,11 +32,11 @@ class IndexPage extends StatelessWidget {
begin: Alignment.topCenter,
end: Alignment.bottomCenter,
colors: [
Color.fromRGBO(51, 34, 61, 1),
Color.fromRGBO(37, 25, 44, 1),
Color.fromRGBO(22, 33, 44, 1),
Color.fromRGBO(22, 33, 44, 1),
Color.fromRGBO(22, 33, 44, 1),
Color.fromRGBO(30, 56, 50, 1),
Color.fromRGBO(25, 46, 41, 1),
],
),
),
@ -83,11 +83,14 @@ class IndexPage extends StatelessWidget {
],
),
const MaxGap(516),
const ImageWidget(imagePath: 'assets/pat-alcala.webp', size: 74, measureByHeight: false),
Opacity(
opacity: 0.7,
child: const 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.8),
color: Color.fromRGBO(244, 243, 243, 0.7),
bold: false,
size: 10,
),