Adjust zdev site copyright statements for resume experiments
This commit is contained in:
parent
b09ada5cfd
commit
9987abae30
3 changed files with 5 additions and 5 deletions
|
@ -8,8 +8,8 @@ class Constants {
|
|||
static const DRAWER_COLOR = Color.fromARGB(148, 0, 97, 97);
|
||||
static const PORTFOLIO_CARD_COLOR = Color.fromARGB(255, 0, 71, 97);
|
||||
|
||||
static const VERSION = "Version 1.0.060824.0509";
|
||||
static const COPYRIGHT = "Copyright 2024 - Tara Piccari. All rights Reserved";
|
||||
static const VERSION = "Version 1.0.062324.1745";
|
||||
static const COPYRIGHT = "Copyright 2024 - Piccari Creations. All rights Reserved";
|
||||
static const CLIENTPSK =
|
||||
"f5c6caf3efe1ec5aa4b7c572f92aa14782b7be34b4c7844fa9c6d47fdf94246";
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ class HomePageState extends State<HomePage> {
|
|||
Center(
|
||||
child: ListTile(
|
||||
title: Text(
|
||||
"Zontreck.com is owned by, and operated by, Tara Piccari")),
|
||||
"Zontreck.com is owned by, and operated by, Piccari Creations")),
|
||||
),
|
||||
ListTile(
|
||||
title: Text(
|
||||
|
@ -74,7 +74,7 @@ class HomePageState extends State<HomePage> {
|
|||
Text("Zontreck.com"),
|
||||
Text(""),
|
||||
Text("Copyright 2024"),
|
||||
Text("Tara Piccari")
|
||||
Text("Piccari Creations")
|
||||
],
|
||||
)),
|
||||
ListTile(
|
||||
|
|
|
@ -10,7 +10,7 @@ class PortfolioPage extends StatelessWidget {
|
|||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: const Text("Zontreck.com - Portfolio of Tara Piccari"),
|
||||
title: const Text("Zontreck.com - Portfolio"),
|
||||
backgroundColor: Constants.TITLEBAR_COLOR,
|
||||
),
|
||||
body: FooterView(
|
||||
|
|
Loading…
Reference in a new issue