-
Notifications
You must be signed in to change notification settings - Fork 7
/
index_old_old.html
executable file
·93 lines (75 loc) · 3.99 KB
/
index_old_old.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
<!doctype html>
<html>
<head>
<meta name="google-site-verification" content="vq1O0YC3_pVJ3578194714XkKdz29EzlHDsuYNOt2IQ" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Coder'sHigh by CodersHigh - 코더스하이 앱 제작 튜토리얼 뽀모도로 타이머</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<img src="images/logo_codershigh.png" alt="coders high logo" style="width: 300px;" /><br/>
<div class="github-link"><p class="view"><a class="view" href="https://github.com/CodersHigh">View My GitHub Profile</a></p></div>
<p><small>Official Pages for Coder'sHigh</small></p>
<br />
</header>
<section>
<!-- 업데이트 -->
<h3>최근 업데이트 소식</h3>
<ul class="update">
<li><a href="pages/item_2013_snu.html">2013년 프로토타입 결과물</a> 페이지가 업데이트 되었습니다. <small>- 2014. 3. 1</small></p>
<li><a href="pages/author_lingostar_curriculum_iosbasic.html">링고스타의 커리큘럼</a> 페이지가 업데이트 되었습니다. <small>- 2014. 3. 1</small></p>
<li><a href="https://drive.google.com/file/d/0Byosf_jil55pOGtxMmE1Z1l3N1k/edit?usp=sharing">코더스하이 튜토리얼 프라이머 PDF</a> 도서가 출간 되었습니다! <small>- 2013. 11. 15</small></p>
</ul>
<br style="clear:both;" />
<!-- 시리즈 소개 / 목록-->
<h3>코더스하이 튜토리얼 시리즈는</h3>
<p class="description">하나의 앱 제작을 그대로 따라해 봄으로서 단편적인 기술들을 종합해 하나의 앱으로 만들어나가는 과정을 익힐 수 있도록 합니다.<br />
코더스하이 튜토리얼 시리즈가 추구하는 방향은 장벽 뛰어넘기입니다. 단편적인 기술을 설명하는 예제는 그 기술들을 종합하는 과정을 익힐 수 없다는 한계가 있으므로, 스토어에 올릴 수 있는 수준의 앱을 예제로 이용해 시작부터 완성까지 전체 과정을 함께 해 보는 것이 도움이 되리라 봅니다.<br />
특정 분야에 진입하기 전에 간단한 워밍업용으로 활용해 주신다면 시리즈를 만드는 보람을 느낄 수 있을 겁니다.</p>
<div class="tutorial-list">
<ul class="primer"><li>
코더스하이 튜토리얼 프라이머 (무료제공)
<ul>
<li class="link"><a href="https://drive.google.com/file/d/0Byosf_jil55pOGtxMmE1Z1l3N1k/edit?usp=sharing"><u>⬇︎</u> PDF 다운로드</a> /
<span class="link dimmed"><u>⬇</u> ePUB 다운로드(준비중)</span>
</li>
</ul>
</li></ul>
<ol>
<li>
<a href="pages/tutorial01_pomodoro.html">뽀모도로 타이머 만들기</a> (2013. 5) by <a href="pages/author_lingostar.html" class="user-mention">@lingostar</a>
</li>
<li>
<a href="pages/tutorial02_dragonrider.html">드래곤 라이더 만들기</a> (2013. 11) by <a href="https://github.com/krazyeom" class="user-mention">@krazyeom</a>
</li>
</ol>
</div>
<br style="clear:both;" /><br />
<!-- 저자 그룹 -->
<h3>코더스하이의 저자 그룹 멤버</h3>
<ul>
<li><a href="pages/author_lingostar.html" class="user-mention">@lingostar</a></li>
<li><a href="https://github.com/krazyeom" class="user-mention">@krazyeom</a></li>
</ul>
<br style="clear:both;" /><br />
<!-- 서포터즈 -->
<h3>코더스하이 서포터즈 멤버</h3>
<ul>
<li><a href="https://github.com/wookchu" class="user-mention">@wookchu</a></li>
</ul>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>