Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ussr1285 committed Dec 15, 2017
1 parent 4a00386 commit 9794607
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 8 deletions.
Binary file added Background Picture.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Manjae's Place.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Plang.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added data.txt
Empty file.
25 changes: 25 additions & 0 deletions graph.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
@charset "utf-8";

h1{
font-size: 35px;
font-weight: normal;
margin: 0;
margin-bottom: 10px;
}


#progress-bar{
margin: 0;
padding: 0;
margin-bottom: 15px;
list-style: none;
}

.common-btn{
padding: 4px 6px;
background-color: #07C;
color: white;
border: none;
border-radius: 10px;
text-decoration: none;
}
37 changes: 29 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Manjaedo</title>
</head>
<body>
<html>

<head>
<title>Manjae's Do</title>
<meta charset="utf-8">
<meta name="tag" content="<p>태그입니다.">
<link rel="stylesheet" href="graph.css" type="text/css">
</head>

<body>
<div style="wdith:5px; height:45px; background-color: azure">
<h1><b>Manjae's Do</b></h1>
</div>

</body>
<form name="Edit"; action="data.txt"; method="post">
<input type="text" name="name" value="">
<input type="submit" value="확인">
</form>


<img src = "Manjae's place.jpg" width = "500" height = "300" >
<p>
<p>
<p><a href="introduce.html">소개</a></p>
<p>개발품</p>
<li>Game</li>
<li>Web</li>
<li>Mobile App</li>
<li>Desktop Program</li>
</ol>

</body>
</html>
10 changes: 10 additions & 0 deletions introduce.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<html>
<head>

</head>

<body>
<a href="index.html"><h1>return</h1></a>
</body>

</html>

0 comments on commit 9794607

Please sign in to comment.