diff --git a/client/pages/PressKit.tsx b/client/pages/PressKit.tsx
index ea8d00bf..fd9a6ef3 100644
--- a/client/pages/PressKit.tsx
+++ b/client/pages/PressKit.tsx
@@ -1,18 +1,22 @@
import Layout from "@/components/Layout";
import { Badge } from "@/components/ui/badge";
-import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
+import {
+ Card,
+ CardContent,
+ CardDescription,
+ CardHeader,
+ CardTitle,
+} from "@/components/ui/card";
export default function PressKit() {
const logos = [
{
label: "Logo (PNG, 512)",
- href:
- "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3979ec9a8a28471d900a80e94e2c45fe?format=png&width=512",
+ href: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3979ec9a8a28471d900a80e94e2c45fe?format=png&width=512",
},
{
label: "Logo (PNG, 1200)",
- href:
- "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3979ec9a8a28471d900a80e94e2c45fe?format=png&width=1200",
+ href: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3979ec9a8a28471d900a80e94e2c45fe?format=png&width=1200",
},
];
@@ -34,8 +38,13 @@ export default function PressKit() {
Press Kit
-
AeThex Brand Assets
-
Download logos, view colors and typography, and read usage guidelines.
+
+ AeThex Brand Assets
+
+
+ Download logos, view colors and typography, and read usage
+ guidelines.
+
@@ -45,7 +54,13 @@ export default function PressKit() {
{logos.map((l) => (
-
+
{l.label}
))}
@@ -59,8 +74,14 @@ export default function PressKit() {
{colors.map((c) => (
-
-
+
@@ -75,7 +96,10 @@ export default function PressKit() {
{typography.map((t) => (
-
+
@@ -91,9 +115,25 @@ export default function PressKit() {
- Use official logos without modification or distortion.
- - Maintain clear space around marks; avoid busy backgrounds.
- - Do not imply partnership or endorsement without written approval.
- - Link to aethex.biz for official context.
+ -
+ Maintain clear space around marks; avoid busy backgrounds.
+
+ -
+ Do not imply partnership or endorsement without written
+ approval.
+
+ -
+ Link to{" "}
+
+ aethex.biz
+ {" "}
+ for official context.
+
diff --git a/client/pages/Trust.tsx b/client/pages/Trust.tsx
index c0f1bf0b..a6ce2ed1 100644
--- a/client/pages/Trust.tsx
+++ b/client/pages/Trust.tsx
@@ -122,14 +122,34 @@ export default function Trust() {
{[
- { name: "Anderson Gladney", title: "Founder & CEO", href: "https://www.linkedin.com/in/andersongladney/" },
- { name: "Dylan Gladney", title: "Founder & COO", href: "https://www.linkedin.com/in/dylangladney/" },
- { name: "Trevor Davis", title: "Co-Founder & CFO", href: "https://www.linkedin.com/in/trevor-davis-892642324/" },
- { name: "Braden Eiser", title: "Co-Founder & CTO", href: "https://www.linkedin.com/in/bradeneiser/" },
+ {
+ name: "Anderson Gladney",
+ title: "Founder & CEO",
+ href: "https://www.linkedin.com/in/andersongladney/",
+ },
+ {
+ name: "Dylan Gladney",
+ title: "Founder & COO",
+ href: "https://www.linkedin.com/in/dylangladney/",
+ },
+ {
+ name: "Trevor Davis",
+ title: "Co-Founder & CFO",
+ href: "https://www.linkedin.com/in/trevor-davis-892642324/",
+ },
+ {
+ name: "Braden Eiser",
+ title: "Co-Founder & CTO",
+ href: "https://www.linkedin.com/in/bradeneiser/",
+ },
].map((p) => {
const unavatar = `https://unavatar.io/${encodeURIComponent(p.href)}`;
const fallback = `https://ui-avatars.com/api/?name=${encodeURIComponent(p.name)}&background=0D8ABC&color=fff&size=256`;
- const initials = p.name.split(" ").map((n) => n[0]).join("").toUpperCase();
+ const initials = p.name
+ .split(" ")
+ .map((n) => n[0])
+ .join("")
+ .toUpperCase();
return (
- { (e.currentTarget as HTMLImageElement).src = fallback; }} />
+ {
+ (e.currentTarget as HTMLImageElement).src =
+ fallback;
+ }}
+ />
{initials}
-
{p.name}
+
+ {p.name}
+
{p.title}
-
LinkedIn ↗
+
+ LinkedIn ↗
+