Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 86 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,22 @@
"lint": "next lint"
},
"dependencies": {
"@types/react-slick": "^0.23.13",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
"next": "14.2.3"
"react-icons": "^5.2.1",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.3"
"typescript": "^5"
}
}
Binary file added public/desktop.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/desktop2.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/desktop3.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/desktop4.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/elice_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions public/google.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/kakao.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/landing.mp4
Binary file not shown.
Binary file added public/lg_ensol.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo2.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo3.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo4.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo5.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/nc.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/next.svg

This file was deleted.

Binary file added public/posco.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/samsung.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/vercel.svg

This file was deleted.

26 changes: 26 additions & 0 deletions src/app/_componant/Aa.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
"use client";
import samesung from "../../../public/samsung.webp";
import posco from "../../../public/posco.webp";
import lg from "../../../public/lg_ensol.webp";
import nc from "../../../public/nc.webp";
import Image from "next/image";

export default function Aa() {
return (
<div className="mainSkill pb-16 relative overflow-hidden">
<div className="flex flex-row mb-10 absolute animate-aa">
<Image className="w-100 h-full mx-10" src={samesung} alt="h" />
<Image className="w-100 h-full mr-10" src={posco} alt="c" />
<Image className="w-100 h-full mr-10" src={lg} alt="j" />
<Image className="w-100 h-full mr-10" src={nc} alt="r" />

<Image className="w-100 h-full mx-10" src={samesung} alt="h" />
<Image className="w-100 h-full mr-10" src={posco} alt="c" />
<Image className="w-100 h-full mr-10" src={lg} alt="j" />
<Image className="w-100 h-full mr-10" src={nc} alt="r" />
<Image className="w-100 h-full mx-10" src={samesung} alt="h" />
<Image className="w-100 h-full mr-10" src={posco} alt="c" />
</div>
</div>
);
}
26 changes: 26 additions & 0 deletions src/app/_componant/AutoSlide.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
"use client";
import samesung from "../../../public/samsung.webp";
import posco from "../../../public/posco.webp";
import lg from "../../../public/lg_ensol.webp";
import nc from "../../../public/nc.webp";
import Image from "next/image";

export default function AutoSlider() {
return (
<div className="mainSkill pb-16 relative overflow-hidden">
<div className="flex flex-row mb-10 absolute animate-slider">
<Image className="w-100 h-full mx-10" src={samesung} alt="h" />
<Image className="w-100 h-full mr-10" src={posco} alt="c" />
<Image className="w-100 h-full mr-10" src={lg} alt="j" />
<Image className="w-100 h-full mr-10" src={nc} alt="r" />

<Image className="w-100 h-full mx-10" src={samesung} alt="h" />
<Image className="w-100 h-full mr-10" src={posco} alt="c" />
<Image className="w-100 h-full mr-10" src={lg} alt="j" />
<Image className="w-100 h-full mr-10" src={nc} alt="r" />
<Image className="w-100 h-full mx-10" src={samesung} alt="h" />
<Image className="w-100 h-full mr-10" src={posco} alt="c" />
</div>
</div>
);
}
37 changes: 37 additions & 0 deletions src/app/_componant/Header.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
import Image from "next/image";
import elice_logo from "../../../public/elice_logo.png";
import HeaderButton from "./HeaderButton";
import Link from "next/link";
export default function Header() {
return (
<div className="fixed w-full z-50 bg-white flex justify-between items-center h-16 px-6 outline-double outline-1 outline-gray-200 ">
<Image
src={elice_logo}
alt="logo"
width={95}
height={28}
className="mr-6"
/>
<HeaderButton>제품</HeaderButton>
<HeaderButton>솔루션</HeaderButton>
<HeaderButton>리소스</HeaderButton>
<HeaderButton>엘리스 AI</HeaderButton>
<div className="ml-auto">
<Link href="/accounts/signin">
<button
type="button"
className="min-w-16 bg-login-button-color text-sm/[28px] font-semibold py-[6px] px-4 height-[38px] rounded-md mr-4 hover:bg-gray-200"
>
로그인
</button>
</Link>
<button
type="button"
className="min-w-16 text-white text-sm/[28px] font-semibold py-[6px] px-4 height-[38px] bg-elice-pubble rounded-md hover:bg-violet-600"
>
상담 요청
</button>
</div>
</div>
);
}
25 changes: 25 additions & 0 deletions src/app/_componant/HeaderButton.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
"use client";
import { useState } from "react";
import { FaAngleUp } from "react-icons/fa";
import { FaAngleDown } from "react-icons/fa6";

export default function HeaderButton({
children,
}: {
children: React.ReactNode;
}) {
const [click, setClick] = useState(false);
const clickbutton = () => {
setClick(!click);
};
return (
<button
type="button"
onClick={clickbutton}
className="flex gap-3 items-center min-w-16 py-2 px-[11px] text-[1rem]/[28px] font-bold text-button-header rounded-md hover:bg-gray-100"
>
{children}
{click ? <FaAngleUp /> : <FaAngleDown />}
</button>
);
}
23 changes: 23 additions & 0 deletions src/app/accounts/signin/_componant/Inputarea.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
"use client";
import { useState } from "react";
import { MdLockOutline } from "react-icons/md";
import { MdOutlineEmail } from "react-icons/md";

export type inputElement = {
placeText: string;
typeText: string;
};

export default function Inputarea() {
const [isFocused, setIsFocused] = useState(false);
return (
<div className="flex items-center border border-gray-300 pl-[14px] pr-1 h-[52px] w-[343px] rounded-lg bg-white hover:border-black">
<MdOutlineEmail className="w-5 h-5 opacity-50" />
<input
type="text"
className="w-[309px] py-4 px-3 h-[48px] outline-none placeholder-small "
placeholder="이메일"
/>
</div>
);
}
Loading