-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject.html
162 lines (124 loc) · 6.01 KB
/
project.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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width,initial-scale=1" name="viewport">
<meta content="description" name="description">
<meta name="google" content="notranslate" />
<meta content="Mashup templates have been developped by Orson.io team" name="author">
<!-- Disable tap highlight on IE -->
<meta name="msapplication-tap-highlight" content="no">
<link rel="apple-touch-icon" sizes="180x180" href="./assets/apple-icon-180x180.png">
<link href="./assets/favicon.ico" rel="icon">
<title>Title page</title>
<link href="./main.3da94fde.css" rel="stylesheet"></head>
<body>
<!-- Add your content of header -->
<header>
<nav class="navbar navbar-fixed-top navbar-default">
<div class="container">
<button type="button" class="navbar-toggle">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<nav class="navbar-fullscreen" id="navbar-middle">
<button type="button" class="close" aria-label="Close"><span aria-hidden="true">×</span></button>
<ul class="navbar-fullscreen-links">
<li><a href="./index.html" title="">Home</a></li>
<li><a href="./project.html" title="">Activity</a></li>
<li><a href="./about.html" title="">About Jaram</a></li>
</ul>
<div class="footer-container">
<p><small>자람 공식 홈페이지 <a href="https://jaram.net" title="Create website with free html template">https://jaram.net/</a></small></p>
</div>
</nav>
</div>
</nav>
</header>
<div class="hero-full-container background-image-container white-text-container" style="background-image:url('./assets/images/startup-593341_1920.jpg')">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="hero-full-wrapper">
<div class="text-content text-center">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section-container">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="text-center section-container-spacer">
<h2 class="with-project-number"><span class="project-number">01</span>Seminar</h2>
</div>
<div class="row section-container-spacer">
<div class="col-md-4">
<h4>학기 중 활동</h4>
<ul class="list-unstyled">
<li>IT와 관련된 다양한 주제</li>
<li>관심분야에 대해 탐구하기</li>
<li>매주 1회의 의미있는 활동</li>
</ul>
</div>
<div class="col-md-8">
<h3>참여 방법</h3>
<p>관심있는 주제에 대해 탐구한 후, 학회원들에게 탐구 내용을 발표하는 활동입니다. 1년에 한번 발표를 준비하고 다른 회원들의 발표를 볼 수 있습니다.</p>
</div>
</div>
<div class="section-container">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="text-center section-container-spacer">
<h2 class="with-project-number"><span class="project-number">02</span>Study</h2>
</div>
<div class="row section-container-spacer">
<div class="col-md-4">
<h4>학기 중 활동</h4>
<ul class="list-unstyled">
<li>신입생을 위한 기초 스터디</li>
<li>재미있는 프로그래밍</li>
<li>멘토, 멘티 형식</li>
</ul>
</div>
<div class="col-md-8">
<h3>참여 방법</h3>
<p>동아리에 가입하면 멘토와 멘티를 배정해줍니다. 일주일에 1~2시간을 투자하여 프로그래밍을 공부합니다. 학기말에 테스트를 통해 자신의 실력을 점검합니다.</p>
</div>
</div>
<div class="section-container">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="text-center section-container-spacer">
<h2 class="with-project-number"><span class="project-number">03</span>WorkShop</h2>
</div>
<div class="row section-container-spacer">
<div class="col-md-4">
<h4>방학 활동</h4>
<ul class="list-unstyled">
<li>매년 새로운 주제</li>
<li>여름방학, 겨울방학 활동</li>
<li>3일의 팀 프로젝트 경험</li>
</ul>
</div>
<div class="col-md-8">
<h3>참여 방법</h3>
<p>정해진 주제에 대한 설명을 듣고 팀을 만듭니다. 3일 동안 팀원들과 주제에 대한 작품을 제작하고, 마지막 날에 결과물을 발표합니다.</p>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function (event) {
navbarToggleSidebar();
closeMenuBeforeGoingToPage();
navActivePage();
});
</script>
<script type="text/javascript" src="./main.4c6e144e.js"></script></body>
</html>