-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (63 loc) · 1.9 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
<!DOCTYPE html>
<html lang=“ja”>
<head>
<meta charset=“UFT-8”>
<link rel="stylesheet" type="text/css" href="test.css">
<title>CSS</title>
</head>
<body>
<div class="space">
</div>
<div class="top-text">
<br>
<img src="The Earth.webp" title="地球">
<h1>溶けた!を世界に届けたい。</h1>
<p>
maru65536は、世界最底辺の競技プログラマーです。<br>
リアルタイムのオンラインコンテストで競い負け、<br>
3,000以上の過去問にいつでも敗北しています。
</p>
</div>
<div class="space">
</div>
<div class="main">
<div class="main-text">
<h3>AtCoder</h3>
<img src="Atcoder_logo.png" title="AtCoder">
<br>
<p>
競技プログラミングのコンテストに参加しています。<br>
現在のAtCoderレートは971、緑色です。<br>
言語としては、PythonとC++を使用しています。<br>
もっと精進を重ねて、高校卒業までには水色に到達したいです。
</p>
<a href="https://atcoder.jp/users/maru65536">AtCoderプロフィール</a>
<br>
<img src="rating.png" title="rating" width="500" height="250">
</div>
<div class="main-text">
<h3>Hobby</h3>
<br>
<img src="horn.png" title="Horn" width="224" height:"224">
<br> <br>
<div class="hobby-list">
<p>
・ピアノ<br>
・ホルン<br>
・ギター<br>
・作曲<br>
・競プロ<br>
・音ゲー<br>
・囲碁<br>
・将棋<br>
</p>
</div>
</div>
</div>
<div class="end">
<br>
<br>
<a href="https://twitter.com/maru65536_green"><img src="twitter.jpg" width="100"></a>
</div>
</body>
</html>