-
Notifications
You must be signed in to change notification settings - Fork 0
/
activity.html
60 lines (57 loc) · 1.9 KB
/
activity.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
58
59
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<title>IWOP</title>
<link rel="stylesheet" href="./css/activity.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<header id="logo">
<a href="index.html"><img src="img/iwop_logo.png"></a>
</header>
<nav id="navbar">
<a href="index.html">메인</a>
<a href="introduce.html">소개</a>
<a href="activity.html"class="active">활동</a>
<a href="question.html">질문</a>
<a href="member.html">멤버</a>
</nav>
<scene id="introduce">
<div class="intro_container">
<div class="intro_text">
<h1>다양한 활동</h1>
<h4>Various Activites</h4>
<p>IWOP is the only Web Development Club in the Software Department</p>
</div>
</div>
</scene>
<scene id="maintext">
<div class="main_container">
<h2>다양한 활동을 사진과 함께</h2>
<h4>아아왑의 다양한 활동들을 사진과 함께 볼 수 있습니다</h4>
<hr>
<div class="box_container">
<div class="box" id="box1">
</div>
<div class="box" id="box2">
</div>
<div class="box" id="box3">
</div>
<div class="box" id="box4">
</div>
<div class="box" id="box5">
</div>
<div class="box" id="box6">
</div>
</div>
</div>
</scene>
<footer>
<div class="footer_container">
<h2>IWOP</h2>
<p>www.iwop.net</p>
<p>Copyright © 2017 IWOP. All rights reserved.</p>
</div>
</footer>