Skip to content

Commit

Permalink
Update: 7기 모집 완료
Browse files Browse the repository at this point in the history
  • Loading branch information
sonah5009 committed Mar 18, 2023
1 parent eea0402 commit 28052b8
Show file tree
Hide file tree
Showing 7 changed files with 261 additions and 25 deletions.
Binary file modified .DS_Store
Binary file not shown.
17 changes: 1 addition & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,6 @@
</div>
</div>
</section>
<section id="scroll2" class="section-padding">
<div id="recruiting-p">
🎮 7기 부원 모집 중 🎮
</div>
<h2>서류 접수</h2>
<p>2023.02.20(월) ~ 03.04(토)</p>
</div>
<!-- <div style="padding-top: 10px">오류가 생겨 고치는 중입니다. 구글 폼 작성은 2023.02.21 오후 6시에 열립니다.</div>
<div>궁금한 점은 <a href="http://pf.kakao.com/_yDxkvxj" style="color: yellow">카카오톡 채널</a>로 문의 주세요</div> -->
<div id="applyBtn">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdMY4GStEE1J4Z_ehA6s22vjXmXw6aLK-I-QTEEn9_b0KsZgw/viewform">
지원하기
</a>
</div>
</section>
</main>
<footer class="section-padding">
<div id="footer-p">MAV</div><br>
Expand All @@ -110,7 +95,7 @@ <h2>서류 접수</h2>
viewBox="0 0 16 16">
<path d="M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"></path>
</svg>
성균관대학교 자연과학캠퍼스 반도체관 400617
성균관대학교 자연과학캠퍼스 반도체관 400617
</div>
<br>
<div id="github-icon">
Expand Down
2 changes: 1 addition & 1 deletion javascript/members.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const items_name = document.getElementsByClassName("dropdown-item");
const content6 = document.getElementById("content6");
const content7 = document.getElementById("content7");

// content6.style.display = "block";
content7.style.display = "block";
// button6을 누르면 특정 내용이 content 영역에 보여짐
button6.addEventListener("click", function(){
content7.style.display = "none";
Expand Down
253 changes: 251 additions & 2 deletions members.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion recruitment.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</div>
<span class="recruitment-title">MAV 7기 모집</span>
<div id="applyBtn">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdMY4GStEE1J4Z_ehA6s22vjXmXw6aLK-I-QTEEn9_b0KsZgw/viewform">지원하기</a>
<button href="#">모집완료</button>
</div>
</div>
</section>
Expand Down
8 changes: 4 additions & 4 deletions styles/recruitment.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
font-size: 1.7rem;
}

#applyBtn a {
#applyBtn button {
margin-top: 3rem;
background-color: var(--color-blue-600);
background-color: var(--color-grey-400);
border: none;
border-radius: 8px;
padding: 16px 24px;
Expand All @@ -18,8 +18,8 @@
text-align: center;
}

#applyBtn a:hover {
background-color: var(--color-blue-300);
#applyBtn button:hover {
background-color: var(--color-grey-600);
}


Expand Down
4 changes: 3 additions & 1 deletion tmp/recur.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@

li = ["권성우","김대원","김도현","김동현","김준서","김준서","김지운","김태민","김태환","김현중","류나정","류성희","병철","신채훈","심윤보","원태연","이근서","이용하","이재혁","이지현","전수연","정일원","정주은","정주희","정철주","채서영","한주원","홍여원","황준원"]
li1 = ["유지훈", "이용하", "홍승연", "최선아"]
li2 = ["이다연", "김민성", "박정휴", "강동윤", "김혜준", "김서현", "박준명", "김진규", "박지연", "김채리", "박훈영", "이태권", "김윤정", "오치헌", "송현준", "강태영", "이시현", "김진욱", "강현서"]
li.sort
li2.sort
data =""
for i in li1:
for i in li2:
# print(
# '''
# <li>
Expand Down

0 comments on commit 28052b8

Please sign in to comment.