-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathintro.html
More file actions
24 lines (24 loc) · 898 Bytes
/
intro.html
File metadata and controls
24 lines (24 loc) · 898 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
<!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="main">
<img class="image" src="image.jpg" />
<b><br>Name: Jaehwan Kim</b>
<b><br>Age: 26 (1999.02.25)</b>
<b><br>Major: Computer Convergence Software<br></b>
<a class="github" href="https://github.com/Jaeboong/HTML-CSS" target="_blank">Github Link</a>
</div>
</div>
</body>
</html>