-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
181 lines (148 loc) · 5 KB
/
index.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
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>Self-introduction</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/borderMaegin.css">
<link rel="stylesheet" href="css/style.css">
</head>
<head>
<meta charset="utf-8">
<title>Introduction</title>
</head>
<body bgcolor="d3d3d3">
<header>
<h2>
<center>Self-introduction</center>
</h2>
</header>
<div class="div1">
<section>
<br>
<h2 class="a1">Basic Information</h2>
<table class="table">
<br>
<tr>
<th>本名</th>
<td>xx xx</td>
</tr>
<tr>
<th>Slack</th>
<td>xxxxxxx</td>
</tr>
<tr>
<tr>
<th>所属</th>
<td>xxxx科1年</td>
</tr>
<tr>
<th>趣味</th>
<td>けん玉・アニメ・旅行・競プロ</td>
</tr>
<tr>
<th>音楽</th>
<td>さユり・HTT</td>
</tr>
</table>
<br>
</section>
<div style="position:absolute; top:240px; left:240px">
<a>
<img src="pic/mikaze.png" alt="naiyo" width="200" height="200">
</a>
</div>
<section>
<h2 class="a1">News</h2>
<ul class="b1">
<li>2019-03-24 初パソコンを購入しました!</li>
<li>2019-04-06 xxxxに入学しました</li>
<li>2019-04-22 xxxxに入部しました</li>
<li>2019-05-31 ホームページが完成しました<span style="color:#ff0000">NEW</span></li>
</ul>
<br>
</section>
<section>
<h2 class="a1">Interest</h2>
<br>
<h2 class="shumi1">けん玉</h2>
<p>
<h4 class="shumi">
小学校6年生の時から始めました。けん玉は奥が深く
皿にのせたり、剣先に刺したりするだけではありません
</h4>
<h4 class="shumi">
技の種類は千を軽く超え、技の組み合わせは無限にあります
初心者も気軽に楽しめる最高のスポーツです!!!
</h4>
<h4 class="shumi">
<br>
</h4>
<br>
<h4 class="shumi">以下、輝かしい過去の栄光</h4>
<ul class="b1">
<li>xxx</li>
<li>xxx</li>
<li>xxx</li>
<li>xxx</li>
<li>xxx</li>
<li>xxx</li>
</ul>
<div style="position:absolute; top:970px; left:550px">
<a>
<img src="pic/kendama.png" alt="naiyo" width="360" height="260">
</a>
</div>
</p>
<br>
<h2 class="shumi1">アニメ </h2>
<p>
<h4 class="shumi">
<br>
一番好きなアニメはけいおんです。
<br>
</h4>
</p>
<br>
<h2 class="shumi1">旅 </h2>
<p>
<h4 class="shumi">
主に青春18きっぷや夜行バスを使った日帰り旅行をしたりします
<br>
<br>
「青春18きっぷ」は簡単に言うと2360円でJR全線が一日乗り放題の切符で、<br>
<br>・名古屋ー大阪 約3時間<br>
・名古屋ー京都 約2時間<br>
・名古屋ー東京 約6時間<br>
<br>
新幹線や特急は乗れないのでこれくらいかかってしまいますが。。。<br>
<br>
日帰りで京都に旅行とかはオススメです!ユニバもいけます!
<br>
<br>(東京は夜行バスでいったほうがいいですよ...!)
</h4>
</p>
</section>
<br>
<br>
<section>
<br>
<h2 class="a1">最後に</h2>
<br>
<h1 class="last"><span style="color:#ff0000">
<center>聖地巡礼しよう!!!</center>
</span></h1>
<br>
<h3 class="ppp">
<br>
<center>リンク↓</center>
<a href="https://tabichannel.com/article/10/k-on">
<center><img src="pic/keion.jpg" alt="k-on" width="300" height="100"></center>
</a>
</h3>
<br>
</section>
<br><br>
</div>
</body>
</html>