-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
283 lines (265 loc) · 8.65 KB
/
index.html
File metadata and controls
283 lines (265 loc) · 8.65 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
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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jiho Javascript-Practice</title>
<link rel="stylesheet" href="./style.css">
<script defer src="./script.js"></script>
</head>
<body>
<section class="intro">
<div class="intro__dark">
<div class="intro__type">
<div><span aria-hidden="true">😎</span> 코딩이</div>
<div>즐거워진다<span class="underscore">_</span></div>
</div>
</div>
<div class="intro__tilt"></div>
<div class="intro__tilt--flip"></div>
</section>
<header class="header">
<h1>
<a class="header__homelink" href="#">
<img class="header__logo" src="./images/logo.svg" alt="홈으로">
</a>
</h1>
<!-- 버튼으로 수정 -->
<button class="header__menu-btn"></button>
<nav class="header__nav">
<ul>
<!-- 기존 코드 -->
<!-- <li class="header__nav-item">
<a href="#about">강좌는</a>
</li>
<li class="header__nav-item">
<a href="#html">HTML</a>
</li>
<li class="header__nav-item">
<a href="#css">CSS</a>
</li>
<li class="header__nav-item">
<a href="#curriculum">커리큘럼</a>
</li>
<li class="header__nav-item">
<a href="#contact">문의하기</a>
</li> -->
</ul>
</nav>
</header>
<main>
<section id="about" class="section">
<header class="section__header">
<strong class="section__tag">
about
</strong>
<h1 class="section__title">
인터넷 강의는
</h1>
</header>
<div class="about">
<!-- 기존 코드 -->
<!-- <div class="about__card">
<img class="about__icon" src="./images/about_1.svg" alt="">
<h2 class="about__title _1">
빠른 강의
</h2>
<p class="about__text">
군더더기 없는 진행으로 <br>
여러분의 시간을 절약합니다.
</p>
</div>
<div class="about__card">
<img class="about__icon" src="./images/about_2.svg" alt="">
<h2 class="about__title _2">
손쉬운 학습
</h2>
<p class="about__text">
강의 페이지를 활용해서 <br>
편리하게 실습할 수 있습니다.
</p>
</div>
<div class="about__card">
<img class="about__icon" src="./images/about_3.svg" alt="">
<h2 class="about__title _3">
플레이그라운드
</h2>
<p class="about__text">
강의를 위해 제작한 도구가 <br>
반복학습을 도와줍니다.
</p>
</div> -->
</div>
</section>
<section id="html" class="section">
<header class="section__header">
<strong class="section__tag">
html
</strong>
<h1 class="section__title">
갖다 놓는 HTML
</h1>
</header>
<article class="html-css _html">
<figure class="html-css__thumb">
<img class="html-css__logo" src="./images/logo-html.svg" alt="HTML 로고">
</figure>
<div class="html-css__content">
<h2 class="html-css__title">
<div>
<em>H</em>yper<em>T</em>ext <br>
<em>M</em>arkup <em>L</em>anguage
</div>
</h2>
<p class="html-css__desc">
<strong>태그</strong>를 사용하여 웹페이지 안의 요소들과 <br>
그 구조를 표현할 수 있는 언어입니다.
</p>
<dl class="html-css__spec">
<dt class="sr-only">종류</dt>
<dd>마크업</dd>
<dt class="sr-only">용도</dt>
<dd>웹개발</dd>
<dt class="sr-only">난이도</dt>
<dd>쉬움</dd>
</dl>
</div>
</article>
</section>
<section id="css" class="section">
<header class="section__header">
<strong class="section__tag">
css
</strong>
<h1 class="section__title">
꾸미는 CSS
</h1>
</header>
<article class="html-css _css">
<figure class="html-css__thumb">
<img class="html-css__logo" src="./images/logo-css.svg" alt="CSS 로고">
</figure>
<div class="html-css__content">
<h2 class="html-css__title">
<div>
<em>C</em>ascade <br>
<em>S</em>type <em>S</em>heet
</div>
</h2>
<p class="html-css__desc">
웹페이지 요소에 각종 속성을 부여하여 <br>
다양하게 <strong>스타일링</strong>할 수 있는 언어입니다.
</p>
<dl class="html-css__spec">
<dt class="sr-only">종류</dt>
<dd>스타일</dd>
<dt class="sr-only">용도</dt>
<dd>웹개발</dd>
<dt class="sr-only">난이도</dt>
<dd>중간</dd>
</dl>
</div>
</article>
</section>
<section id="curriculum" class="section">
<header class="section__header">
<strong class="section__tag">
curriculum
</strong>
<h1 class="section__title">
커리큘럼
</h1>
</header>
<div class="curriculum">
<ol class="curriculum__list">
<li><span>강의소개</span></li>
<li><span>HTML 기초</span></li>
<li><span>CSS 기초</span></li>
<li><span>HTML 심화</span></li>
<li><span>CSS 심화</span></li>
<li><span>파이널 프로젝트</span></li>
<!-- curriculum__progress의 원래 위치 -->
</ol>
<!-- curriculum__progress의 위치 이동 -->
<div class="curriculum__progress">
<div class="bar"></div>
</div>
</div>
</section>
<section id="contact" class="section">
<header class="section__header">
<strong class="section__tag">
contact
</strong>
<h1 class="section__title">
문의하기
</h1>
</header>
<div class="contact">
<div class="contact__tab">
<input name="contact" type="radio" id="ct_1" checked>
<label for="ct_1" class="sr-only">연락처</label>
<input name="contact" type="radio" id="ct_2">
<label for="ct_2" class="sr-only">메시지</label>
<!-- contact__slides의 원래 위치 -->
</div>
<!-- contact__slides의 위치 이동 -->
<div class="contact__slides">
<div class="contact__slide-con">
<div class="contact__slide">
<address>
<table class="contact__contacts">
<caption class="sr-only">연락처 목록</caption>
<tr>
<th>유튜브</th>
<td>
<a href="https://www.jiholyxhit.github.io" target="_blank" alt="새 창에서 열기">
<img src="./images/youtube.svg" alt="">
채널 바로가기
</a>
</td>
</tr>
<tr>
<th>웹사이트</th>
<td>
<a href="https://www.jiholyxhit.github.io" target="_blank" alt="새 창에서 열기">
https://www.jiholyxhit.github.io
</a>
</td>
</tr>
<tr>
<th>이메일</th>
<td>
<a href="mailto:jihobbit8677@gmail.com">
jihobbit8677@gmail.com
</a>
</td>
</tr>
</table>
</address>
</div>
<div class="contact__slide">
<form action="#" method="get">
<div class="contact__leave">
<textarea name="message" placeholder="메시지를 입력하세요." required></textarea>
<div>
<input name="email" type="email" placeholder="메일주소를 입력하세요." required>
<button type="submit">남기기</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
</main>
<footer>
<h1 class="sr-only">Copyright</h1>
<p>
2025 jiholyxhit - All rights reserved
</p>
</footer>
</body>
</html>