Adjust zdev site copyright statements for resume experiments

This commit is contained in:
zontreck 2024-06-23 17:48:37 -07:00
parent b09ada5cfd
commit 9987abae30
3 changed files with 5 additions and 5 deletions

View file

@ -8,8 +8,8 @@ class Constants {
static const DRAWER_COLOR = Color.fromARGB(148, 0, 97, 97); static const DRAWER_COLOR = Color.fromARGB(148, 0, 97, 97);
static const PORTFOLIO_CARD_COLOR = Color.fromARGB(255, 0, 71, 97); static const PORTFOLIO_CARD_COLOR = Color.fromARGB(255, 0, 71, 97);
static const VERSION = "Version 1.0.060824.0509"; static const VERSION = "Version 1.0.062324.1745";
static const COPYRIGHT = "Copyright 2024 - Tara Piccari. All rights Reserved"; static const COPYRIGHT = "Copyright 2024 - Piccari Creations. All rights Reserved";
static const CLIENTPSK = static const CLIENTPSK =
"f5c6caf3efe1ec5aa4b7c572f92aa14782b7be34b4c7844fa9c6d47fdf94246"; "f5c6caf3efe1ec5aa4b7c572f92aa14782b7be34b4c7844fa9c6d47fdf94246";

View file

@ -52,7 +52,7 @@ class HomePageState extends State<HomePage> {
Center( Center(
child: ListTile( child: ListTile(
title: Text( title: Text(
"Zontreck.com is owned by, and operated by, Tara Piccari")), "Zontreck.com is owned by, and operated by, Piccari Creations")),
), ),
ListTile( ListTile(
title: Text( title: Text(
@ -74,7 +74,7 @@ class HomePageState extends State<HomePage> {
Text("Zontreck.com"), Text("Zontreck.com"),
Text(""), Text(""),
Text("Copyright 2024"), Text("Copyright 2024"),
Text("Tara Piccari") Text("Piccari Creations")
], ],
)), )),
ListTile( ListTile(

View file

@ -10,7 +10,7 @@ class PortfolioPage extends StatelessWidget {
Widget build(BuildContext context) { Widget build(BuildContext context) {
return Scaffold( return Scaffold(
appBar: AppBar( appBar: AppBar(
title: const Text("Zontreck.com - Portfolio of Tara Piccari"), title: const Text("Zontreck.com - Portfolio"),
backgroundColor: Constants.TITLEBAR_COLOR, backgroundColor: Constants.TITLEBAR_COLOR,
), ),
body: FooterView( body: FooterView(