Skip to content

Commit

Permalink
Add login page (#209)
Browse files Browse the repository at this point in the history
* Add Login Page.
* Add backend login logic

Signed-off-by: Han Kyuhyun <[email protected]>
Signed-off-by: jongmin Lee <[email protected]>
Signed-off-by: June Saehwan <[email protected]>
Signed-off-by: Basaeng <[email protected]>
Co-authored-by: ByunJeongHeum <[email protected]>
  • Loading branch information
kyudori and quswjdgma83 authored Sep 13, 2023
1 parent c67c4bf commit 57a8722
Show file tree
Hide file tree
Showing 29 changed files with 1,046 additions and 73 deletions.
6 changes: 3 additions & 3 deletions frontend/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
REACT_APP_GOOGLE_REST_API_KEY={type_your_key}
REACT_APP_NAVER_REST_API_KEY={type_your_key}
REACT_APP_KAKAO_REST_API_KEY={type_your_key}
REACT_APP_GOOGLE_REST_API_KEY=
REACT_APP_NAVER_REST_API_KEY=
REACT_APP_KAKAO_REST_API_KEY=
Binary file added frontend/public/image/png/GoogleLogin.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 frontend/public/image/png/KakaoLogin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added frontend/public/image/png/NaverLogin.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 frontend/public/image/png/ProfileImg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions frontend/public/image/svg/SNSWrapper.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import React from 'react';
import { BrowserRouter, Routes, Route } from "react-router-dom";
import Home from './pages/Home';
import Login from './pages/Login';

function App() {
return (
Expand All @@ -16,6 +17,7 @@ function App() {
<Routes>
<Route path="/" element={<Home />} />
<Route path="/home" element={<Home />} />
<Route path="/login" element={<Login />} />
</Routes>
</div>
</BrowserRouter>
Expand Down
122 changes: 91 additions & 31 deletions frontend/src/css/Home_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,109 +15,169 @@

.home .div {
background-color: #ffffff;
border: 1px none;
height: 1080px;
width: 1920px;
position: relative;
width: 1920px;
}

.home .LPVS-info {
height: 896px;
width: 1273px;
position: absolute;
top: 120px;
left: 593px;
position: absolute;
top: 140px;
width: 1273px;
}

.home .overlap-group {
background-color: #000000ba;
height: 896px;
width: 1271px;
height: 800px;
position: relative;
width: 1265px;
top: -10px;
}

.home .open-source-code {
.home .user-guide {
color: #ffffff;
font-family: "Inter-Medium", Helvetica;
font-size: 24px;
font-weight: 400;
left: 42px;
letter-spacing: 0;
line-height: normal;
position: absolute;
top: 35px;
left: 42px;
top: 15px;
width: 1195px;
}

.home .text-wrapper,
.home .span {
.home .text-wrapper {
font-weight: 500;
}

.home .span {
font-family: "Inter-Regular", Helvetica;
}

.home .LPVS-logo {
height: 885px;
width: 574px;
left: 15px;
position: absolute;
top: 139px;
left: 0;
top: 125px;
width: 574px;
}

.home .LPVS-remove {
.home .LPVS-github {
height: 407px;
width: 472px;
position: absolute;
top: 446px;
left: 0;
left: 30px;
object-fit: cover;
position: absolute;
top: 400px;
width: 472px;
}

.home .license-pre {
.home .license-explain {
color: #00057b;
font-family: "Inter-Bold", Helvetica;
font-size: 60px;
font-weight: 700;
left: 56px;
letter-spacing: 0;
line-height: normal;
position: absolute;
top: 88px;
left: 56px;
top: 80px;
}

.home .text-wrapper-2 {
color: #80808275;
font-family: "Inter-Bold", Helvetica;
font-size: 70px;
font-weight: 700;
left: 56px;
letter-spacing: 0;
line-height: normal;
position: absolute;
top: 0;
left: 56px;
top: -10px;
white-space: nowrap;
width: 217px;
}

.home .menubar-top {
height: 101px;
width: 1842px;
left: 39px;
position: absolute;
top: 8px;
left: 39px;
width: 1842px;
}

.home .menu-line {
background-color: #0057b8;
height: 3px;
width: 1842px;
left: 0;
position: absolute;
top: 98px;
left: 0;
width: 1842px;
}

.home .LPVS {
height: 96px;
width: 309px;
.home .menu {
height: 43px;
left: 1270px;
position: absolute;
top: 37px;
width: 578px;
}

.home .overlap {
height: 43px;
left: 302px;
position: absolute;
top: 0;
width: 272px;
}

.home .profile {
height: 43px;
left: 136px;
position: absolute;
top: 0;
width: 135px;
}

.home .overlap-group-2 {
background-color: #d9d9d9;
border-radius: 50px;
height: 43px;
position: relative;
width: 133px;
}

.home .image {
height: 31px;
left: 11px;
object-fit: cover;
position: absolute;
top: 7px;
width: 35px;
}

.home .text-wrapper-3 {
color: #000000;
font-family: "Inter-SemiBold", Helvetica;
font-size: 20px;
font-weight: 600;
left: 56px;
letter-spacing: 0;
line-height: normal;
position: absolute;
top: 8px;
white-space: nowrap;
width: 71px;
}

.home .LPVS {
height: 96px;
left: 0;
object-fit: cover;
position: absolute;
top: 0;
width: 229px;
}
Loading

0 comments on commit 57a8722

Please sign in to comment.