Skip to content

Commit

Permalink
Created a website!
Browse files Browse the repository at this point in the history
  • Loading branch information
jeungse0 authored Jul 2, 2024
0 parents commit dfa3b2a
Show file tree
Hide file tree
Showing 6 changed files with 106 additions and 0 deletions.
23 changes: 23 additions & 0 deletions 1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!doctype html>
<html>
<head>
<title>서윤-소개</title>
<meta charset="utf-8">
</head>
<body>
<h1><a href="index.html">정서윤</a></h1>
<ol>
<li><a href="1.html">소개</a></li>
<li><a href="2.html">작업</a></li>
<li><a href="3.html">연락</a></li>
</ol>
<h2>소개</h2>


<img src="pen.jpg" width="450">

<p>출생 <u>2002 08 13</u> 경기도<br>
현재 <strong><a href="https://gwanak.go.kr/site/gwanak/main.do"
target="_blank" title="관악구청">관악구</a></strong> 거주 중</p>
</body>
</html>
26 changes: 26 additions & 0 deletions 2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!doctype html>
<html>
<head>
<title>서윤-작업</title>
<meta charset="utf-8">
</head>
<body>
<h1><a href="index.html">정서윤</a></h1>
<ol>
<li><a href="1.html">소개</a></li>
<li><a href="2.html">작업</a></li>
<li><a href="3.html">연락</a></li>
</ol>
<h2>작업</h2>


<img src="pen.jpg" width="450">

<p>
<ol>
<li>회화</li>
<li>디자인</li>
</ol>
</p>
</body>
</html>
22 changes: 22 additions & 0 deletions 3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!doctype html>
<html>
<head>
<title>서윤-연락</title>
<meta charset="utf-8">
</head>
<body>
<h1><a href="index.html">정서윤</a></h1>
<ol>
<li><a href="1.html">소개</a></li>
<li><a href="2.html">작업</a></li>
<li><a href="3.html">연락</a></li>
</ol>
<h2>연락</h2>


<img src="pen.jpg" width="450">

<p>전화번호: 010-2640-1417<br>
작업실: 경기도 성남시</p>
</body>
</html>
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!doctype html>
<html>
<head>
<title>about 서윤</title>
<meta charset="utf-8">
</head>
<body>
<h1><a href="index.html">정서윤</a></h1>
<ol>
<li><a href="1.html">소개</a></li>
<li><a href="2.html">작업</a></li>
<li><a href="3.html">연락</a></li>
</ol>
<h2>HI!</h2>


<img src="pen.jpg" width="100%">

<p>It's nice to meet you.</p>
</body>
</html>
14 changes: 14 additions & 0 deletions infocernch.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

<html><head></head><body><header>
<title>http://info.cern.ch</title>
</header>

<h1>http://info.cern.ch - home of the first website</h1>
<p>From here you can:</p>
<ul>
<li><a href="http://info.cern.ch/hypertext/WWW/TheProject.html">Browse the first website</a></li>
<li><a href="http://line-mode.cern.ch/www/hypertext/WWW/TheProject.html">Browse the first website using the line-mode browser simulator</a></li>
<li><a href="http://home.web.cern.ch/topics/birth-web">Learn about the birth of the web</a></li>
<li><a href="http://home.web.cern.ch/about">Learn about CERN, the physics laboratory where the web was born</a></li>
</ul>
</body></html>
Binary file added pen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dfa3b2a

Please sign in to comment.