From 78d80c888c58fd71b561397d4dcf8b7e2e5dca45 Mon Sep 17 00:00:00 2001 From: winsdominoes Date: Mon, 8 Jul 2024 11:21:01 +0700 Subject: [PATCH] added page images, widen view --- app/components/ContactButton.tsx | 8 +++- app/components/ContactIcons.tsx | 23 +++++++--- app/layout.tsx | 2 +- app/page.tsx | 42 +++++++++++++----- .../images/photos/electrical/solar-panel.jpg | Bin 0 -> 3540301 bytes .../images/photos/events/ai-engineering.jpg | Bin 0 -> 146218 bytes .../photos/events/the-command-center.jpg | Bin 0 -> 331185 bytes .../images/photos/hardware/dell-optiplex.jpg | Bin 0 -> 3069954 bytes public/images/photos/hardware/freebsd.jpg | Bin 0 -> 653283 bytes public/images/photos/software/bkk-raindar.png | Bin 0 -> 252399 bytes public/images/photos/software/blackboard.jpg | Bin 0 -> 3468196 bytes public/images/photos/software/dateapp.jpg | Bin 0 -> 108272 bytes public/images/photos/software/winnie-http.png | Bin 0 -> 91284 bytes 13 files changed, 55 insertions(+), 20 deletions(-) create mode 100644 public/images/photos/electrical/solar-panel.jpg create mode 100644 public/images/photos/events/ai-engineering.jpg create mode 100644 public/images/photos/events/the-command-center.jpg create mode 100644 public/images/photos/hardware/dell-optiplex.jpg create mode 100644 public/images/photos/hardware/freebsd.jpg create mode 100644 public/images/photos/software/bkk-raindar.png create mode 100644 public/images/photos/software/blackboard.jpg create mode 100644 public/images/photos/software/dateapp.jpg create mode 100644 public/images/photos/software/winnie-http.png diff --git a/app/components/ContactButton.tsx b/app/components/ContactButton.tsx index 0a58c0f..2784aaa 100755 --- a/app/components/ContactButton.tsx +++ b/app/components/ContactButton.tsx @@ -32,6 +32,10 @@ const ContactButton: React.FC = ({platform, title, descripti buttonColor = "#0866FF"; iconFile = icons.siFacebook.svg; break; + case 'peertube': + buttonColor = "#F1680D"; + iconFile = icons.siPeertube.svg; + break; default: buttonColor = ""; iconFile = ""; @@ -39,7 +43,7 @@ const ContactButton: React.FC = ({platform, title, descripti } return ( -
+

{ title }

@@ -47,7 +51,7 @@ const ContactButton: React.FC = ({platform, title, descripti

-
+
diff --git a/app/components/ContactIcons.tsx b/app/components/ContactIcons.tsx index 2b8831c..9cecef6 100755 --- a/app/components/ContactIcons.tsx +++ b/app/components/ContactIcons.tsx @@ -10,7 +10,7 @@ let ContactIcons = () => { @@ -21,7 +21,7 @@ let ContactIcons = () => { @@ -32,7 +32,7 @@ let ContactIcons = () => { @@ -43,7 +43,7 @@ let ContactIcons = () => { @@ -54,18 +54,29 @@ let ContactIcons = () => { +
  • + + + + +
  • diff --git a/app/layout.tsx b/app/layout.tsx index c02ad3c..978eda2 100755 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -20,7 +20,7 @@ export default function RootLayout({ }) { return ( - + {children}