Browse Source

갤러리 추가

home 5 months ago
parent
commit
ba4aa04748

BIN
public/image/gallery/1.jpg


BIN
public/image/gallery/10.jpg


BIN
public/image/gallery/11.jpg


BIN
public/image/gallery/2.jpg


BIN
public/image/gallery/3.jpg


BIN
public/image/gallery/4.jpg


BIN
public/image/gallery/5.jpg


BIN
public/image/gallery/6.jpg


BIN
public/image/gallery/7.jpg


BIN
public/image/gallery/8.jpg


BIN
public/image/gallery/9.jpg


+ 11 - 3
public/image/gallery/hero.jpg


+ 14 - 0
src/pages/about/Organization.tsx

@@ -46,6 +46,20 @@ const Line: React.FC<LineProps> = ({width, height, left, top}) => (
 );
 
 const Organization: React.FC = () => {
+  const isMobile = window.innerWidth < 768;
+
+  if (isMobile) {
+    return (
+      <div className="w-full flex justify-center items-center px-4">
+        <img
+          src="/image/조직도.png"
+          alt="조직도"
+          className="w-full max-w-[500px] h-auto object-contain"
+        />
+      </div>
+    );
+  }
+  
   const lines = [
     {width: "w-0", height: "h-[755.07px]", left: "left-[435.65px]", top: "top-[17.12px]"},
     {width: "w-35", height: "h-0", left: "left-[300px]", top: "top-[137.81px]"},