-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1.html
35 lines (26 loc) · 1.34 KB
/
1.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
<!doctype html>
<html>
<head>
<title>JAY MO-Welcome</title><!-- 검색엔진은 title 을 참고하니 반드시 써야함 -->
<meta charset ="utf-8">
<!-- utf-t8 형태로 코드를 읽어라는 뜻 -->
</head>
<body>
<h1><a href = "index.html">JAY MO</a></h1>
<ol>
<li><a href = "1.html">Intro</a></li>
<li><a href = "2.html">Projects</a></li>
<li><a href = "3.html">Github</a></li>
</ol>
<h2>Introduction</h2>
<p>I'm in Software engineer technology course in Conestoga College.
I"m interested in coding, self-improving, writing, reading and designing.
I'm not just a coding person, but I want to help people and create value with my software skills.
Please check my <a href="https://github.com/" target="_blank" title = "Github"><strong> <u>github</u></a> and projects.</strong></p>
<img src = "coding.jpg" width = "100%">
<p>I'm in Software engineer technology course in Conestoga College.
I"m interested in coding, self-improving, writing, reading and designing.
I'm not just a coding person, but I want to help people and create value with my software skills.
Please check my <a href="https://github.com/" target = "_blank" title = "Github"><strong> <u>github</u></a> and projects.</strong></p>
</body>
</html>