diff --git a/app/Section/Characters.tsx b/app/Section/Characters.tsx index 5a2772a..3a73d7c 100644 --- a/app/Section/Characters.tsx +++ b/app/Section/Characters.tsx @@ -49,7 +49,7 @@ export const Characters = () => { image="/images/protogen.png" /> -
+
{ about
+
+ +
+
+ +
-
+
-
+

Protogen

Male

+
+ +
+
+ +
diff --git a/app/Section/Contacts.tsx b/app/Section/Contacts.tsx index 384988c..61f8c80 100644 --- a/app/Section/Contacts.tsx +++ b/app/Section/Contacts.tsx @@ -33,7 +33,7 @@ export const Contacts = () => { return (

Contacts

-
+
{links.map((item) => { if (item.url) { return ( diff --git a/app/Section/Intro.tsx b/app/Section/Intro.tsx index ac04c44..7c249af 100644 --- a/app/Section/Intro.tsx +++ b/app/Section/Intro.tsx @@ -1,20 +1,20 @@ export const Intro = () => { return ( -
+
-

+

Radiquum

-
-

+

+

Photographer

-

+

Developer

-

+

Self-Hosting admirer

diff --git a/app/Section/Photos.tsx b/app/Section/Photos.tsx index c38bfa0..e135116 100644 --- a/app/Section/Photos.tsx +++ b/app/Section/Photos.tsx @@ -11,13 +11,13 @@ const links = [ icon: "/icons/ic_baseline-telegram.svg", text: "Telegram", desc: "@photowah", - url: "https://x.com/radiquum", + url: "https://t.me/photowah", }, { icon: "/icons/simple-icons_immich.svg", text: "Gallery", desc: "wah.su/photos", - url: "https://bsky.app/profile/@radiquum.wah.su", + url: "https://wah.su/photos", }, ]; diff --git a/app/Section/Projects.tsx b/app/Section/Projects.tsx index 16ba9f7..fbb4f25 100644 --- a/app/Section/Projects.tsx +++ b/app/Section/Projects.tsx @@ -51,7 +51,7 @@ export const Projects = () => { return (

Projects

-
+
{links.map((item) => ( diff --git a/app/Section/Socials.tsx b/app/Section/Socials.tsx index 696fa0f..e1a7008 100644 --- a/app/Section/Socials.tsx +++ b/app/Section/Socials.tsx @@ -51,7 +51,7 @@ export const Socials = () => { return (

Socials

-
+
{links.map((item) => ( diff --git a/app/components/Photos.Carousel.tsx b/app/components/Photos.Carousel.tsx index bcaa3bd..68e43f5 100644 --- a/app/components/Photos.Carousel.tsx +++ b/app/components/Photos.Carousel.tsx @@ -97,7 +97,7 @@ const EmblaCarousel: React.FC = (props) => { Your alt text
diff --git a/app/components/Section.tsx b/app/components/Section.tsx index d7671d6..2af9962 100644 --- a/app/components/Section.tsx +++ b/app/components/Section.tsx @@ -2,7 +2,7 @@ export const Section = ({ children, }: Readonly<{ children: React.ReactNode }>) => { return ( -
+
{children}
); diff --git a/app/page.tsx b/app/page.tsx index 02ba0e3..a396882 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -14,7 +14,7 @@ export default function Home() {
-
+
diff --git a/public/images/protogen2.png b/public/images/protogen2.png new file mode 100644 index 0000000..1dc3420 Binary files /dev/null and b/public/images/protogen2.png differ diff --git a/public/images/protogen3.png b/public/images/protogen3.png new file mode 100644 index 0000000..4dce64b Binary files /dev/null and b/public/images/protogen3.png differ diff --git a/public/images/red_panda2.png b/public/images/red_panda2.png new file mode 100644 index 0000000..9cc4ffc Binary files /dev/null and b/public/images/red_panda2.png differ diff --git a/public/images/red_panda3.png b/public/images/red_panda3.png new file mode 100644 index 0000000..5069465 Binary files /dev/null and b/public/images/red_panda3.png differ