-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevelopintro.html
223 lines (222 loc) · 6.84 KB
/
developintro.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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176754792-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-176754792-1');
</script>
<meta charset="utf-8">
<meta name="keywords" content="CodingWithMe">
<meta name="viewport:" content="width=1280">
<meta property="og:image" content="https://cofls6581.github.io/codingwithme/프레젠테이션1.jpg" >
<link rel="stylesheet" type="text/css" href="head.css" media="all">
<link rel="stylesheet" type="text/css" href="reset.css" media="all">
<link rel="stylesheet" type="text/css" href="other_page_context.css" media="all">
<link rel="stylesheet" type="text/css" href="left_menu.css" media="all">
<title>CodingWithMe</title>
<style>
img[Attributes Style] {
height: 150px;
width: 150px;
}
div {
display: block;
}
article {
display: block;
}
hgroup {
display: block;
}
p {
text-align:center;
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
strong {
font-weight: bold; color:#0064cd;
font-size: 1.6em;
}
:-webkit-any(article,aside,nav,section) h1 {
font-size: 1.5em;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
}
h1 {
display: block;
font-size: 2em;
margin-block-start: 0.67em;
margin-block-end: 0.67em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
}
h2 {
text-align:center;
display: block;
font-size: 1.5em;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
}
</style>
</head>
<body>
<div id="whole_wrapper">
<div class="head">
<header>
<hgroup>
<p class="title">
<a href="frontpage.html">Coding With Me</a>
</p>
<p class="subtitle">
<small>코 딩 하 자</small>
</p>
</hgroup>
<ul id>
<li id="to_home">
<a class="title" href="frontpage.html">
CWM
</a>
</li>
</ul>
</header>
<nav id="main_menu">
<div class="wrapper">
<ul>
<li>
<div class="label">
<a class="courselink" href="languageintro.html">
프로그래밍 언어
</a>
</div>
</li>
<li>
<div class="label">
<a class="courselink" href="developintro.html">
개발
</a>
</div>
</li>
<li>
<div class="label">
<a class="courselink" href="securityintro.html">
보안
</a>
</div>
</li>
<li>
<div class="label">
<a class="courselink" href="dbintro.html">
DB
</a>
</div>
</li>
<li>
<div class="label">
<a class="courselink" href="aiintro.html">
인공지능/딥러닝
</a>
</div>
</li>
<li>
<div class="label">
<a class="courselink" href="mathintro.html">
수학
</a>
</div>
</li>
<li>
<div class="label">
<a class="courselink" href="etcintro.html">
기타
</a>
</div>
</li>
</ul>
</div>
</nav>
</div>
<div class="body">
<div id="bcbody">
<div id="breadcrumb">
<div class="wrapper">
<span id="breadcump_line">
코딩윗미 > 개발
</span>
</div>
</div>
<div id="cols">
<div class="wrapper">
<aside>
<div id="topic_list_index" class="index">
<h2>개발</h2>
<nav class="sub_nav">
<ol id="topic_list_tree" class="no_draggable ui-sortable ui-sortable-disable">
<li class="depth_0">
<div class="label">
<a href="develop_web.html" class="depth_0">
<span class="title">
WEB
</span>
</a>
</div>
</li>
<li class="depth_0">
<div class="label">
<a href="develop_mobile.html" class="depth_0">
<span class="title">
모바일
</span>
</a>
</div>
</li>
<li class="depth_0">
<div class="label">
<a href="develop_game.html" class="depth_0">
<span class="title">
게임
</span>
</a>
</div>
</li>
</ol>
</nav>
</div>
</aside>
<div class="entry-area">
<article class="hentry">
<div id="content" class="entry-content">
<p>
<img alt height="252" src="https://cdn.pixabay.com/photo/2017/01/31/23/55/a-2028330_960_720.png" width="167.65">
</p>
<p style="text-align:center;"> </p>
<p>
<strong>"개발"
</strong>
</p>
<p>
개발은 프로그래밍 언어를 활용하여 직접 프로그램을 설계/만드는 과정입니다.<br>
분야가 매우 다양한 편인데<br><strong>웹 프론트엔드/백엔드,모바일,게임,임베디드</strong> <br>등이 있습니다.<br>
보안,DB,인공지능 분야는 다른 배너에 따로 표시되어있으니 참고바랍니다.
</p>
<p> </p>
<p> </p>
</div>
</article>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</body>
</html>