-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
148 lines (130 loc) · 6.58 KB
/
index.html
File metadata and controls
148 lines (130 loc) · 6.58 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<link href='http://fonts.googleapis.com/earlyaccess/nanumgothic.css' >
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="icon" href="/image/sunglasses.ico">
<title>Main Page</title>
</head>
<body>
<div id="wrap">
<div id="header">
<div class="header_container">
<h1><a href="http://daehee9119.hostei.com">My Homepage</a></h1>
<h2>Manage = Plan + Execute + Control</h2>
<div class ="icon">
<ul>
<li class="icon_tit1">
<a href="https://www.facebook.com/profile.php?id=100004066069185" title="Facebook" target="_blank">
<span class="blind">facebook</span>
</a>
</li>
</ul>
</div><!--icon end-->
</div><!--header_container end-->
</div><!--header end-->
<div id="contents">
<div id="cont_tit">
<div class="tit_container">
<h2>"What does not destroy me, makes me stronger."</h2>
</div><!--tit_container end-->
</div><!--cont_tit end-->
<div id="cont_cont">
<div class="cont_container">
<div class="contents_item column1">
<h3 class="icon1">
<a href="">
<span class="icon_img blind">아이콘 이미지</span>
</a>
</h3>
<p class="icon_desc">독후감상문</p>
<!--notice-->
<div class="notice_book">
<div>
<h3>Book Review</h3>
<ul>
<li><a href="">해변의 카프카를 읽고</a></li>
<li><a href="">양을 둘러싼 모험을 읽고</a></li>
<li><a href="">일각수의 꿈을 읽고</a></li>
</ul>
<a href="" title="더보기" class="more">
<span class="blind">더보기</span>
</a>
</div>
</div><!--notice end-->
</div><!--contents_item column1 end-->
<div class="contents_item column2">
<h3 class="icon2">
<a href="">
<span class="icon_img blind">아이콘 이미지</span>
</a>
</h3>
<p class="icon_desc">현재와 미래의 이력서</p>
<!--notice-->
<div class="notice_resume">
<h3>Resume</h3>
<ul>
<li>
<a href="">
<img src="/image/tex_img.jpg" alt="이미지" width="48" height="48"/>
<strong>나의 현재 이력서</strong>
<span>나의 현재 이력서</span>
</a>
</li>
<li>
<a href="">
<img src="/image/tex_img.jpg" alt="이미지" width="48" height="48"/>
<strong>나의 미래 이력서</strong>
<span>나의 미래 이력서</span>
</a>
</li>
</ul>
<a href="" title="더보기" class="more"><span class="blind">더보기</span></a>
</div><!--notice_resume end-->
</div><!--contends_item column2 end-->
<div class="contents_item column3">
<h3 class="icon3">
<a href="#">
<span class="icon_img blind">아이콘 이미지</span>
<span class="icon_tit blind">아이콘 타이틀</span>
</a>
</h3>
<p class="icon_desc">다양한 정보와 창의적인 디자인을 공유하고 같이 공부합시다.</p>
<div class="login_wrap">
<form id="loginForm" method="post" action="login.php">
<table>
<tbody>
<tr>
<td>ID : </td>
<td><input type="text" name="member_id" value="<?=$recall_id;?>" /></td>
<td><input type="checkbox" name="remember_id" />ID 저장</td>
</tr>
<tr>
<td>Password : </td>
<td><input type="password" name="member_password" value="<?=$recall_password;?>" /></td>
<td><input type="checkbox" name="rememer_password" /></td>
</tr>
</tbody>
</table>
<input type="submit" value="Submit" />
</form>
</div>
</div>
</div><!--contends_item column3 end-->
</div><!--cont_container end-->
</div><!--cont_cont end-->
</div><!---contents end-->
<div id="footer">
<div class="footer_container">
<ul>
<li><a href=""><strong>사이트 제작자 : daehee</strong></a></li>
<li><a href="">목적 : Theory of MIS's PJT</a></li>
<li><a href="">이력서</a></li>
<li><a href="">독후감상문</a></li>
</ul>
</div><!--foote_container end-->
</div><!--footer end-->
</div><!--wrap div end-->
</body>
</html>