-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
47 lines (47 loc) · 2 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BOO</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="MAIN">
<div class="container">
<div class="header">
<h1 class="text-wrapper">BOO</h1>
<div class="frame">
<form id="searchForm">
<input type="search" id="search" name="query" placeholder="검색어 입력">
</form>
<form action="/login/index.html">
<button class="text-wrapper-2" id="login">로그인</button>
</form>
<form action="/signup/index.html">
<button class="text-wrapper-2" id="signup">회원가입</button>
</form>
<form id="postingForm" action="/writing/writing.html">
<button type="submit" id="posting" class="text-wrapper-2" class="hidden">글 작성</button>
<svg class="hidden" id="profile" xmlns="http://www.w3.org/2000/svg" class="text-wrapper-2" width="24" height="25" viewBox="0 0 24 25" fill="none">
<g clip-path="url(#clip0_2198_163)">
<rect y="0.5" width="24" height="24" rx="12" fill="#CBCCCE"/>
<path d="M12.5 15.5C15.1244 15.5 17.25 13.3744 17.25 10.75C17.25 8.12562 15.1244 6 12.5 6C9.87563 6 7.75 8.12562 7.75 10.75C7.75 13.3744 9.87563 15.5 12.5 15.5ZM12.5 17.875C9.32937 17.875 3 19.4662 3 22.625V23.8125C3 24.4656 3.53438 25 4.1875 25H20.8125C21.4656 25 22 24.4656 22 23.8125V22.625C22 19.4662 15.6706 17.875 12.5 17.875Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_2198_163">
<rect y="0.5" width="24" height="24" rx="12" fill="white"/>
</clipPath>
</defs>
</svg>
</form>
<div class="frame-6">
<div class="frame-7"></div>
</div>
<script src="main.js"></script>
</div>
</div>
</div>
</div>
</body>
</html>