-
Notifications
You must be signed in to change notification settings - Fork 0
/
Show_Writer_end.html
57 lines (53 loc) · 2.64 KB
/
Show_Writer_end.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./Show_Writer_end.css">
<title>VARI</title>
</head>
<body>
<header>
<div class="nav-wrapper">
<a href="/VARI_main/Main.html"><img src="./VARI.png" alt="" class="logo"></a>
<div class="content">
<a href="Write.html"><button class="geul">글쓰기</button></a>
<div id="menu">
<ul>
<li><a class="name" href="#"></span>김아련 <span class="nim">님</span></a>
<ul>
<li class="submenu"><a href="#">마이페이지</a></li>
<li class="submenu"><a href="./1_start.html">로그아웃</a></li>
</ul>
</li>
</ul>
</div>
<button class="dropbtn"><img class="bell-img" src="/VARI_main/img/bell.png" alt=""></button>
</div>
</div>
</header>
<div class="drop-content">
<a href="#" class="checkon"><div class="O"></div>서유선 <strong>님의 신청 확인</strong></a>
<a href="#" class="checkon"><div class="O"></div>문지혜 <strong>님의 신청 확인</strong></a>
<a href="#" class="checkoff"><div class="O"></div>백다미 <strong>님의 신청 확인</strong></a>
<a href="#" class="checkoff"><div class="O"></div>박하람 <strong>님의 신청 확인</strong></a>
<a href="#" class="checkoff"><div class="O"></div>정대우 <strong>님의 신청 확인</strong></a>
<a href="#" class="checkoff"><div class="O"></div>진예원 <strong>님의 신청 확인</strong></a>
</div>
<div>
<p id="study">프로젝트 - #WEB</p>
<p id="title">프로젝트 할 사람 구해요!</p>
<img src="bamboo.png" id="bamboo">
<p id="content">
광주 소프트웨어 마이스터고 대나무 숲 웹 페이지를 제작하려고 합니다! <br>
Front-End 웹 앱 개발 경력 제한 없음 <br>
HTML, CSS, java-script 등 웹 기반 OTT 서비스 개발 혹은 <br>
교육 서비스 개발 경험 보유자면 더 좋습니다 <br>
</p>
<button id="applybutton"> 모집완료 </button>
</div>
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
<script src="Show_Writer.js"></script>
</body>
</html>