-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·127 lines (118 loc) · 5.39 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
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://www.kits-tools.net/assets/css/reset.css">
<link rel="stylesheet" href="https://www.kits-tools.net/assets/css/base.css">
<link rel="stylesheet" href="style.css" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<title>KITsについて</title>
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="https://www.kits-tools.net/assets/favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="https://www.kits-tools.net/assets/favicon/favicon-16x16.png" />
<link rel="manifest" href="https://www.kits-tools.net/assets/favicon/site.webmanifest" />
<link rel="mask-icon" href="https://www.kits-tools.net/assets/favicon/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#3c3c6c" />
<meta name="theme-color" content="#3c3c6c" />
</head>
<body>
<nav class="navbar navbar-expand-sm">
<div class="container-fluid">
<a class="navbar-brand white" href="index.html">
<img src="https://www.kits-tools.net/assets/images/logo.svg" width="32px" />
</a>
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active white" aria-current="page" href="https://www.kits-tools.net/index.html">ホーム</a>
</li>
<li class="nav-item">
<a class="nav-link white" href="https://www.kits-tools.net/about.html">KITsとは?</a>
</li>
<li class="nav-item">
<a class="nav-link white" href="https://www.kits-tools.net/links.html">リンク集</a>
</li>
<li class="nav-item">
<a class="nav-link white" href="https://blog.kits-tools.net/">開発者ブログ・使い方など</a>
</li>
</ul>
</div>
</nav>
<div class="position-fixed bottom-0 end-0 p-3" style="z-index: 11">
<div class="toast" role="alert" aria-live="assertive" aria-atomic="true" id="liveToast">
<div class="toast-header">
<strong class="me-auto">アンケートのお願い</strong>
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
<div class="toast-body">
満足度アンケートにご協力ください!
<a
href="https://docs.google.com/forms/u/1/d/195f98qlnqLGJ6yexaj1DQzL11GW5w48XmJ-OwSTB3-0/edit?usp=forms_home&ths=true">
アンケートはこちら
</a>
<div class="form-check mt-2">
<input class="form-check-input" type="checkbox" id="answeredCheck" />
<label class="form-check-label" for="answeredCheck">
もう回答しました
</label>
</div>
</div>
</div>
</div>
<div class="container">
<h1>KITsへようこそ!</h1>
</div>
<div class="main-content">
<div class="grid">
<div class="box">
<span class="link">KITsって何?</span>
<p>KITsとは、Chromeで授業中に使える主に課題補助を目的としたツールの開発を行うグループです。</p>
</div>
<div class="box">
<a href="https://www.kits-tools.net/terms.html" class="link">利用規約</a>
<p>利用規約です。利用規約を読んでからサイトを利用するようお願いします。</p>
</div>
<div class="box">
<a href="https://kits-tools.net/" class="link">ツール一覧</a>
<p>KITsが作ったツールの一覧です。ぜひご利用ください!</p>
</div>
</div>
<div class="bottom-row">
<div class="box">
<a href="https://www.kits-tools.net/links.html" class="link">リンク集</a>
<p>スプレッドシートなどで作成したツールのリンクをまとめています。</p>
</div>
<div class="box">
<a href="https://blog.kits-tools.net" class="link">開発者ブログ</a>
<p>各ツールの使い方や更新履歴について書いています。</p>
</div>
</div>
</div>
<script>
// ローカルストレージを確認
if (!localStorage.getItem("surveyAnswered2")) {
var toastEl = document.getElementById("liveToast");
var toast = new bootstrap.Toast(toastEl, {autohide: false});
toast.show();
}
// チェックボックスの変更を監視
document
.getElementById("answeredCheck")
.addEventListener("change", function () {
if (this.checked) {
// ローカルストレージにデータを書き込み
localStorage.setItem("surveyAnswered2", "true");
}
});
</script>
<footer>
<p>© 2024 Kaisei Information Technologies</p>
</footer>
</body>
</html>