-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintro.html
More file actions
85 lines (67 loc) · 3.58 KB
/
intro.html
File metadata and controls
85 lines (67 loc) · 3.58 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name ="viewport" content="width = device-width, initial-scale=1.0">
<title>CODE-IT</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id ="container">
<header id ="header1">
<div id ="logo">
<a href="index.html">
<h1 class="color" style="font-family: 'KCC-Ganpan';">CODE-IT</h1>
</a>
</div>
<nav id="navi">
<ul id="topMenu">
<li><a href="intro.html">학회소개<span>🤍</span></a></li>
<li><a href="activity.html">학회활동<span>🤍</span></a></li>
<li><a href="rule.html">학회 규칙<span>🤍</span></a></li>
<li><a href="login.html">신청서<span>🤍 </span></a></li>
<li><a href="assignment.html">과제<span>🤍 </span></a></li>
<div id ="div1" style="float: right; margin-right: 5px; ">
<li>색상 바꾸기</li>
<li> <button id="yellow" >💛</button> </li>
<li> <button id="pink" >❤️</button> </li>
<li><button id="skyblue" >💙</button></li>
</div>
</ul>
</nav>
</header>
<section>
<div id="introdiv">
<h2 class="color"><strong>코딧은 무엇인가요?</strong></h2>
<p>CODE-IT은 프로그래밍 능력을 기르기 위한 숙명여자대학교 <strong> IT공학전공의 학회이자 동아리</strong>입니다. </p>
<p>백준 알고리즘 문제풀이 스터디를 의무로 진행하고 그 외의 스터디는 자율로 진행하고 있습니다.</p>
<p>코딧에서 배우며 성장하고자 하는 분이시라면 <strong>초보자부터 실력자</strong>까지 모두 환영입니다! </p>
<br><br>
<h2 class="color"><strong>코딧에서 무엇을 얻어갈 수 있나요?</strong></h2>
<ol>
<li>코딧은 자신이 원하는 프로그램을 자유롭게 개설할 수 있도록 합니다.</li>
<li>코딧은 해커톤, 프로그래밍 대회, 자율 스터디 등 코딩 실력 향상을 위한 지원을 합니다.</li>
<li>코딧은 IT공학전공 선후배간의 네트워크를 이어주고 사기업(삼성, 구글 코리아 등), 공기업(KIST 등) 견학을 가능하게 합니다.</li>
</ol>
<br><br>
<h2 class="color"><strong>활동기간</strong></h2>
<p>-1년<br> 즉 2023년 3월 ~ 2월 말 (*교환학생, 병가 등 특수사유 외 중도탈퇴불가)</p>
<br><br>
<h2 class="color"><strong>활동비</strong></h2>
<p><strong> 매 학기 2만원</strong>을 걷어 보증금으로 활용 <br>*1학기 시작 전, 공용통장에 입금 후 진행 </p>
<br><br>
<h2 class="color"><strong>운영진</strong></h2>
<p>회장: 000<br> 부회장: 신예진<br> 매니저: 000 </p>
</div>
<div id ="links">
<img src="snowing.png" width="70%" height="70%" >
</div>
</section>
<footer id="footer1">
만든이 :2216356 신예진<br>
본 저작권은 저작자에게 있습니다.
</footer>
</div>
<script src="button.js"></script>
</body>
</html>