-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (63 loc) · 3.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div id="ground">
<section id="left-box" class="section-box" style="background-color: red; color:white;">
<article class="article-box" style="background-color: black;">
<image id="logo" src="./img/likelion.png"></image>
</article>
<article class="article-box" style="background-color: black;">
<h1 class="content-bigger" > <p class="italic"> LIKE LION </p> </h1>
<p> <br> 우리는 '성장 의지를 가진 사람들을 돕기 위해' 존재합니다. 그리고
이들을 돕기 위한 가장 근본적이고 효과적인 방법은 교육이라고 생각합니다. <br>
<br>
지금 바로 지원하세요!
</p>
</article>
<article id="track-box" class="article-box" style="background-color: black;">
<div class="track"> <p class="italic">
Plan <br>
& <br>
Design </p>
</div>
<div class="track"> <p class="italic">
Frontend </p>
</div>
<div class="track"> <p class="italic">
Backend </p>
</div>
</article>
</section>
<section id="right-box" class="section-box" style="background-color: black; color:white;">
<article class="article-login-box" style="background-color: black;">
<form id="login-form">
<div>
<h5 id="login" class="content-bigger"> <p class="italic" style="text-align: center;"> LOGIN </h5> </p>
</div>
<div id="put1" style="text-align: center;">
<input type="text" placeholder=" 👤 ID" class="italic" style="width:60%;height:35px;font-size:80%;font-weight: bold;">
</input>
</div>
<div id="put2" style="text-align: center;">
<input type="password" placeholder=" 🔒 PW" class="italic" style="width:60%;height:35px;font-size:80%;font-weight: bold;">
</input>
</div>
<div style="text-align: center;">
<button id="button" style="width:50%;height:35px;font-size:100%;">
로그인 후 지원하기
</button>
</div>
</form>
</article>
</section>
</div>
</body>
</html>