-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·106 lines (102 loc) · 4.73 KB
/
index.html
File metadata and controls
executable file
·106 lines (102 loc) · 4.73 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
---
layout: landing
---
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>{{ site.title }}</h2><br>
<img src="mainLogo.png" width=200 height=200>
<p>{{ site.description | markdownify }}</p>
<ul class="actions">
<li><a href="{{ "/member" | prepend: site.baseurl }}" class="button">멤버 소개</a></li>
</ul>
</div>
<a href="#one" class="more scrolly">더 알아보기</a>
</section>
<!-- One -->
<section id="one" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>데자와 스튜디오는 전기정보공학부의 개발 동아리입니다</h2>
<p>서울대생이 가장 즐겨마신다는 음료인 데자와에서 이름을 따온 데자와 스튜디오는,<br />
2019년에 시작된 전기정보공학부 유일의 모바일/웹 개발 동아리입니다.</p>
</header>
<ul class="icons major">
<li><span class="icon fa-apple major style1"><span class="label">Lorem</span></span></li>
<li><span class="icon fa-android major style2"><span class="label">Ipsum</span></span></li>
<li><span class="icon fa-code major style3"><span class="label">Dolor</span></span></li>
</ul>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt style2">
<section class="spotlight">
<div class="image"><img src="images/pic01.jpg" alt="" /></div><div class="content">
<h2>We<br />
develop</h2>
<p>여지껏 없었던 재미있는 프로젝트를 기획 및 디자인하고, 이를 실제 개발합니다.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/pic02.jpg" alt="" /></div><div class="content">
<h2>We<br />
educate</h2>
<p>서로 가르치고, 배우며, 지식을 공유합니다.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><img src="images/pic03.jpg" alt="" /></div><div class="content">
<h2>We<br />
maintain</h2>
<p>관리는 중요하죠. 새로운 프로젝트를 만드는 것에서 끝나지 않고, 이들을 지속할 수 있도록 관리합니다.</p>
</div>
</section>
</section>
<!-- Three -->
<section id="three" class="wrapper style3 special">
<div class="inner">
<header class="major">
<h2>데자와 스튜디오는 다릅니다</h2>
<p>데자와 스튜디오는 다음과 같이, 기존 동아리와는 다른 목표를 가지고 동아리를 운영하고 있습니다.</p>
</header>
<ul class="features">
<li class="icon fa-calendar">
<h3>Project-oriented</h3>
<p>모든 아이디어는 팀을 꾸려 프로젝트로 진행합니다.</p>
</li>
<li class="icon fa-users">
<h3>Interdisciplinary</h3>
<p>오로지 코딩만을 진행하는 방식과는 다르게, 디자인, 기획 등을 함께 하는 '다학제적'인 가치를 추구합니다.</p>
</li>
<li class="icon fa-leanpub">
<h3>Learn by doing</h3>
<p>초심자가 코딩을 배울 때, 이론만 습득하면 실제 상황에서 적용하기 어려워집니다. 데자와 스튜디오에서는 배우는 동시에 프로젝트를 진행하며 실력을 향상시킵니다.</p>
</li>
<li class="icon fa-arrows-h">
<h3>Flexible</h3>
<p>특정 목표를 정확하게 구현하는 것보다는, 서로 협의하며 유연하게 진행하는 프로젝트를 추구합니다.</p>
</li>
<li class="icon fa-globe">
<h3>Online</h3>
<p>불필요한 오프라인 모임 대신, GitHub나 Slack 등의 협업 툴을 이용해 온라인으로 진행하는 것을 지향합니다.</p>
</li>
<li class="icon fa-laptop">
<h3>Presenting our outcome</h3>
<p>매 학기말, 각 프로젝트에서 진행한 내용의 결과를 발표하는 것을 목표로 합니다.</p>
</li>
</ul>
</div>
</section>
<!-- CTA -->
<section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2>지금 가입하세요</h2>
<p>매 학기초에 신입 부원을 모집하고 있습니다. <br> 어서 신청하세요!</p>
</header>
<ul class="actions vertical">
<li><a href="{{ "/join" | prepend: site.baseurl }}" class="button fit special">가입하기</a></li>
<li><a href="/project" class="button fit">더 알아보기</a></li>
</ul>
</div>
</section>