-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathintro_plan.html
More file actions
26 lines (26 loc) · 928 Bytes
/
intro_plan.html
File metadata and controls
26 lines (26 loc) · 928 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<div class="left_box">
<ol>
<li><a class="mainText" href="intro.html">Who is Jaehwan?</a></li>
<li><a class="mainText" href="intro_plan.html">Plan</a></li>
<li><a class="mainText" href="intro_Etc.html">Etc.</a></li>
</ol>
</div>
<div class="plan">
<div class="title"> <b><br>2024 Goal</b></div>
<div class="script">
<b><br>1. Studying JavaScript, HTML, and css</b>
<b><br><br>2. Learning Data Crawling</b>
<b><br><br>3. Programming the web with what I studied above</b>
<b><br><br>4. Providing Web Services</b>
</div>
</div>
</div>
</body>
</html>