-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactivity.html
More file actions
89 lines (76 loc) · 3.28 KB
/
activity.html
File metadata and controls
89 lines (76 loc) · 3.28 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
86
87
88
89
<!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>
<div class="image-row">
<figure>
<img src="baek.png" alt="백준 알고리즘 문제풀이"height="220" width="230" style="margin:15px">
<figcaption>🤍백준 알고리즘 풀이🤍</figcaption>
</figure>
<figure>
<img src="semina.png" alt="세미나"height="220" width="230" style="margin:15px">
<figcaption>🤍매주 세미나 진행🤍</figcaption>
</figure>
<figure>
<img src="git.png" alt="자율스터디" height="220" width="230" style="margin:15px" >
<figcaption>🤍자율스터디🤍</figcaption>
</figure>
</div>
<div class="image-row">
<figure>
<img src="cocoton.png" alt="해커톤 개최" height="220" width="230" style="margin:15px">
<figcaption >타대학과 함께하는<br> 🤍연합해커톤 개최🤍</figcaption>
</figure>
<figure>
<img src="ai1.png" alt="인공지능 박람회 탐방"height="220" width="230" style="margin:15px">
<figcaption>🤍인공지능 박람회 탐방🤍</figcaption>
</figure>
<figure>
<img src="act.png" alt="이외 친목활동"height="220" width="230" style="margin:15px">
<figcaption>🤍이외 친목활동🤍</figcaption>
</figure>
</div>
</div>
<div id ="links">
hello
</div>
</section>
<footer id ="footer1">
만든이 :2216356 신예진<br>
본 저작권은 저작자에게 있습니다.
</footer>
</div>
<script src="button.js"></script>
</body>
</html>