-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaboutus.html
More file actions
62 lines (61 loc) · 1.95 KB
/
aboutus.html
File metadata and controls
62 lines (61 loc) · 1.95 KB
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
<!DOCTYPE html>
<html lang="ja" style="height: 100%">
<head>
<title>About us - シ楽バス - 履修登録支援システム</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="icon" href="resources/favicon-utcode.png" />
</head>
<body>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-1333G3QB00"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-1333G3QB00");
</script>
<header id="global-header">
<a href="/"
><ruby>シ楽バス<rt>しらばす</rt></ruby></a
>
<a href="https://utcode.net/" id="logo-link">
<span>by</span>
<img src="resources/utc-logo.svg" alt="ut.code();" />
</a>
</header>
<main>
<h1>About us</h1>
<p>
私たち ut.code();
は、2019年度に発足した東京大学のプログラミングサークルです。主にWeb関連の技術を用い、私たちの生活を彩るプログラムを開発することを目標としています。
</p>
<p>
LINE@:
<a href="https://line.me/R/ti/p/%40nlr3843e"
>https://line.me/R/ti/p/%40nlr3843e</a
>
</p>
<p>
Twitter:
<a href="https://twitter.com/utokyo_code"
>https://twitter.com/utokyo_code</a
>
</p>
</main>
<footer id="global-footer">
<a href="https://forms.gle/stBdKuCsXm8LUdBm8">ご意見</a>
<a href="howToUse.html">使い方</a>
<a href="notion.html">履修上の注意</a>
<a href="disclaimer.html">免責事項</a>
<a href="aboutus.html">About us</a>
<a href="https://utcode.net/" target="_blank">ut.code();</a>
</footer>
</body>
</html>