-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhistory.html
94 lines (86 loc) · 3.22 KB
/
history.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>history</title>
<link rel="stylesheet" href="setting.css">
<link rel="stylesheet" href="./module/content-box.css">
<link rel="stylesheet" href="./module/footer.css">
<link rel="stylesheet" href="./module/index-box.css">
<link rel="stylesheet" href="./module/header2.css">
<link rel="stylesheet" href="history.css">
</head>
<body>
<!-- - - - - - - - - - - top-head- - - - - - - - - - - -->
<div class="top-border"></div>
<div class="header">
<div class="content">
<h1>history</h1>
</div>
</div>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- - - - - - - - - -index-box- - - - - - - - - - - - - -->
<nav class="index-box">
<ul>
<li class="photo"><img src="img/index-box.jpg"></li>
<li class="border"></li>
<li><a href="index.html" class="index-link">Index</a></li>
<li class="border"></li>
<li><a href="history.html" class="index-link active">History</a></li>
<li class="border"></li>
<li><a href="like.html" class="index-link">What I Like</a></li>
</ul>
</nav>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- - - - - - - - - - main-content- - - - - - - - - - - -->
<div class="main-content">
<div class="content-box">
<p>年表</p>
<div class="detail-history">
<table>
<tr>
<th class="Date">date</th><td class="Event">event</td>
</tr>
<tr>
<th>1998/8</th><td>誕生</td>
</tr>
<tr>
<th>2001/4</th><td>保育所入園</td>
</tr>
<tr>
<th>2005/3</th><td>保育所卒園</td>
</tr>
<tr>
<th>2005/4</th><td>小学校入学</td>
</tr>
<tr>
<th>2011/3</th><td>小学校卒業</td>
</tr>
<tr>
<th>2011/4</th><td><a href="http://www.tsunan-ss.nein.ed.jp/" target="_blank">新潟県立津南中等教育学校</a>入学</td>
</tr>
<tr>
<th>2017/3</th><td><a href="http://www.tsunan-ss.nein.ed.jp/" target="_blank">新潟県立津南中等教育学校</a>卒業</td>
</tr>
<tr>
<th>2017/4</th><td><a href="http://www.tus.ac.jp/" target="_blank">私立東京理科大学</a> 工学部 情報工学科入学</td>
</tr>
<tr>
<th>2017/5現在</th><td><a href="http://www.tus.ac.jp/" target="_blank">私立東京理科大学</a> 工学部 情報工学科在学</td>
</tr>
</table>
</div>
</div>
<div class="clear"></div>
</div>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- - - - - - - - - - - - - - - -footer- - - - - - - - - - - - - -->
<div class="footer">
<strong>E-mail</strong>
<div class="info">[email protected]</div>
<strong>Name</strong>
<div class="info">Shunsuke Saiki(@saiki;in slack)</div>
</div>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
</body>
</html>