-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
154 lines (141 loc) · 3.91 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
---
layout: container
title: ホーム
css: index
---
<div class="list-grid1-parts">
<div class="list-parts">
<a href="clock.html" class="black">
<figure>
<img src="assets/images/clock.png" alt="" />
</figure>
<div class="text-parts">
<h4>時計</h4>
<p>現在時刻を見ることができます。</p>
</div>
</a>
</div>
<div class="list-parts">
<a href="apa.html" class="black">
<figure>
<img src="assets/images/apa.png" alt="" />
</figure>
<div class="text-parts">
<h4>APAスタイル作成</h4>
<p>APAスタイルで引用文献を作成できます。</p>
</div>
</a>
</div>
<div class="list-parts">
<a href="vertical.html" class="black">
<figure>
<img src="assets/images/vertical.png" alt="" />
</figure>
<div class="text-parts">
<h4>縦書きエディタ</h4>
<p>
縦書きで書くことができます。<br />Googleドキュメントと同じように書くことができます。
</p>
</div>
</a>
</div>
<div class="list-parts">
<a href="todo.html" class="black">
<figure>
<img src="assets/images/todo.png" alt="" />
</figure>
<div class="text-parts">
<h4>todoリスト</h4>
<p>やることを記録し、管理することができます。</p>
</div>
</a>
</div>
<div class="list-parts">
<a href="group.html" class="black">
<figure>
<img src="assets/images/group.svg" alt="" />
</figure>
<div class="text-parts">
<h4>グループ分け</h4>
<p>名前や出席番号によりグループ分けができます。</p>
</div>
</a>
</div>
<div class="list-parts">
<a href="number.html" class="black">
<figure>
<img src="assets/images/number.svg" alt="" />
</figure>
<div class="text-parts">
<h4>数字→読み方変換</h4>
<p>長い数字を日本語の読み方にします。<br />例:200010000→2億1万</p>
</div>
</a>
</div>
<div class="list-parts">
<a href="calculator.html" class="black">
<figure>
<img src="assets/images/calculator.svg" alt="" />
</figure>
<div class="text-parts">
<h4>電卓</h4>
<p>シンプルな電卓です。</p>
</div>
</a>
</div>
<div class="list-parts">
<a href="timer.html" class="black">
<figure>
<img src="assets/images/timer.svg" alt="" />
</figure>
<div class="text-parts">
<h4>タイマー</h4>
<p>音のなるタイマーです。</p>
</div>
</a>
</div>
<div class="list-parts">
<a href="pomodoro.html" class="black">
<figure>
<img src="assets/images/pomodoro.svg" alt="" />
</figure>
<div class="text-parts">
<h4>ポモドーロ時計</h4>
<p>自分に合った作業・休憩時間を設定できます。</p>
</div>
</a>
</div>
<div class="list-parts">
<a href="stopwatch.html" class="black">
<figure>
<img src="assets/images/stopwatch.svg" alt="" />
</figure>
<div class="text-parts">
<h4>ストップウォッチ</h4>
<p>無制限にラップをとれます。</p>
</div>
</a>
</div>
<div class="list-parts">
<a href="https://memo.kits-tools.net/" class="black">
<figure>
<img src="assets/images/memo.svg" alt="" />
</figure>
<div class="text-parts">
<h4>メモ帳</h4>
<p>マークダウン対応のメモ帳です。</p>
</div>
</a>
</div>
<div class="list-parts">
<a href="count.html" class="black">
<figure>
<img src="assets/images/count.svg" alt="" />
</figure>
<div class="text-parts">
<h4>カウンター</h4>
<p>数字を数えることができます</p>
</div>
</a>
</div>
</div>