Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions aboutme.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<!DOCTYPE html>
<html >
<head>
<meta charset="EUC-KR">
<title>����ȭ��</title>
<style>
*{margin:0; padding:0; border:1px solid red;}
body{width:100%; margin:0 auto;
background:#e6e6e6;}
a{text-decoration:none;}
ul{list-style:none;}
li{list-style:none;}

nav{background:white; margin:10px 0px; padding:30px 0px; text-align:right; }

nav ul{display : inline-block; margin-right:80px; }
nav li {display : inline-block;
background-color:#48D1CC;
margin-left:10px;
width:160px;
height:40px;
line-height:40px; color:purple; font-weight:bold;
text-align:center; box-shadow: 2px 2px 20px grey;}
#content{margin-bottom:10px; padding:10px 100px 30px 100px;background:white;}
#content h2 {margin-top:30px;}

footer{padding:20px; background-color:white; text-align:center; color:grey;}


</style>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Ȩ</a></li>
<li><a href="aboutme.html">�ڱ�Ұ�</a></li>
<li><a href="photo.html">������</a></li>
<li><a href="http://localhost:8080/aboutme/today">��ÿ���</a></li>
</ul>
</nav>
<section id="content">
<h2>�̷� ���� ���ؿ�?</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce et ligula fermentum, mattis justo et, ultricies mauris.
Donec enim felis, elementum non leo sit amet, dignissim aliquet lacus. Donec suscipit, ex eget tempus interdum,
eros tortor laoreet ipsum, quis ultrices dolor nunc non neque. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices
posuere cubilia curae; Sed eu arcu metus. Proin urna dui, sodales id sem in, blandit consectetur augue.
Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
Aenean sit amet risus non mi cursus iaculis.</p>

<h2>���� ��Ʈ������</h2>
<p><a href="http://www.naver.com">www.my.com</a><br>�� Ȩ������ �Դϴ�. �̰����� ���� �����ڵ带 �� �� �ֽ��ϴ�.</p>
<p><a href="http://www.naver.com">github.com/crong</a><br>���� �ַ� �����ϴ� �ҽ��ڵ��Դϴ�. �̰����� ���� �κ��� Ȯ���� �� �ֽ��ϴ�.</p>


<h2>���� �ֱ� ������Ʈ ����</h2>
<p>�ֱ� ���� ������Ʈ�� xxx�Դϴ�. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce et ligula fermentum, mattis justo et, ultricies mauris.
Donec enim felis,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce et ligula fermentum, mattis justo et, ultricies mauris.
Donec enim felis,</p>


</section>
<footer>
<p>crong@codesquad.kr</p>
<p>http://github.com/crong</p>
</footer>

</body>

</html>
58 changes: 58 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<!DOCTYPE html>
<html >
<head>
<meta charset="EUC-KR">
<title>����ȭ��</title>
<style>
*{margin:0; padding:0; border:1px solid red;}
body{width:100%; margin:0 auto;
background:#e6e6e6;}
a{text-decoration:none;}
ul{list-style:none;}
li{list-style:none;}

nav{background:white; margin:10px 0px; padding:30px 0px; text-align:right;}
nav ul{display : inline-block; margin-right:80px;}
nav li {display : inline-block;
background-color:#48D1CC;
margin-left:10px;
width:160px;
height:40px;
line-height:40px; color:purple; font-weight:bold;
text-align:center; box-shadow: 2px 2px 20px grey;}
#content{margin-bottom:10px; padding:30px; background:white; text-align:center}
#content h1, h4, ul{margin:10px;}
#content ul li {display: inline-block; background-color:#48D1CC; width:160px; height:160px; line-height:160px; margin:5px;
color:white; font-size:22px; box-shadow: 2px 2px 20px grey;}
footer{padding:20px; background-color:white; text-align:center; color:grey;}


</style>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Ȩ</a></li>
<li><a href="aboutme.html">�ڱ�Ұ�</a></li>
<li><a href="photo.html">������</a></li>
<li><a href="http://localhost:8080/aboutme/today">��ÿ���</a></li>
</ul>
</nav>
<section id="content">
<h1>������Ʈ���� ������!! crong</h1>
<h4>�Բ� �����ϰ� ���� �����ϰ� �;��<br>��⵵ ����� �� ��� ��� �־��!</h4>
<ul>
<li><a href="aboutme.html">�ڱ�Ұ�</a></li>
<li><a href="photo.html">������</a></li>
</ul>

<img alt="����" src="img/worldmap.jpg" width="600px" height="400px"/>
</section>
<footer>
<p>crong@codesquad.kr</p>
<p>http://github.com/crong</p>
</footer>

</body>

</html>
72 changes: 72 additions & 0 deletions photo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<!DOCTYPE html>
<html >
<head>
<meta charset="EUC-KR">
<title>����ȭ��</title>
<style>
*{margin:0; padding:0;}
body{width:100%; margin:0 auto;
background:#e6e6e6;}
a{text-decoration:none;}
ul{list-style:none;}
li{list-style:none;}

nav{background:white; margin:10px 0px; padding:30px 0px; text-align:right; }

nav ul{display : inline-block; margin-right:80px; }
nav li {display : inline-block;
background-color:#48D1CC;
margin-left:10px;
width:160px;
height:40px;
line-height:40px; color:purple; font-weight:bold;
text-align:center; box-shadow: 2px 2px 20px grey;}
#content{margin-bottom:10px; background:white;}
.article{padding:80px; overflow:auto;}
.article p{font-size: 18px;font-weight:bold; margin-bottom:10px;}

.photo{border:8px solid grey; float:left; margin-right:100px;}


footer{padding:20px; background-color:white; text-align:center; color:grey;}


</style>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Ȩ</a></li>
<li><a href="aboutme.html">�ڱ�Ұ�</a></li>
<li><a href="photo.html">������</a></li>
<li><a href="http://localhost:8080/aboutme/today">��ÿ���</a></li>
</ul>
</nav>
<section id="content">
<div class="article">
<img class="photo" alt="ũ��" src="img/crong.jpg" width="400px" height="300px"/>
<p>2001.03.11</p>
<p>���� ũ���϶� ���� �����Դϴ�.</p>
<p>�� ���� �Ƿη��� ������ �ų��� ��� ���Դϴ�.</p>
</div>
<div class="article">
<img class="photo" alt="�ɽ�" src="img/simpson.png" width="400px" height="300px"/>
<p>2031.03.11</p>
<p>��ȥ �Ŀ��� �̷� ����̳׿�.. @.@</p>
<p>�ǰ��� ����� �����ϰ� �ֽ��ϴ�.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<p>Fusce et ligula fermentum, mattis justo et, ultricies mauris.
Donec enim felis</p>
</div>



</section>
<footer>
<p>crong@codesquad.kr</p>
<p>http://github.com/crong</p>
</footer>

</body>

</html>