-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
86 lines (79 loc) · 4.18 KB
/
aboutus.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
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>慶應高校電子工学研究会 - 私達について</title>
<meta name="description" content="慶應高校電子工学研究会公式サイト。新入生へ、私達について、Arduinoレファレンス、作品、技術資料、活動記録、外部リンク。">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- OGP設定 -->
<meta property="og:url" content="http://khec.ml/aboutus.html">
<meta property="og:type" content="website">
<meta property="og:title" content="慶應高校電子工学研究会 私達について">
<meta property="og:description" content="慶應高校電子工学研究会公式サイト。新入生へ、私達について、Arduinoレファレンス、作品、技術資料、活動記録、外部リンク。">
<meta property="og:image" content="/images/logo.png">
<!-- CSS -->
<link rel="stylesheet" href="https://unpkg.com/ress/dist/ress.min.css">
<link rel="stylesheet" href="css/style.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-172973845-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-172973845-1');
</script>
</head>
<body>
<script src="js/header.js"></script>
<article class="wrapper" id="link" onclick="">
<h2 class="page-title">私達について</h2>
<h3 class="sub-title">リンク</h3>
<h4 class="sub-sub-title">塾高電工研</h4>
<ul>
<a href="https://github.com/KeioHigh-ElectronicsClub"><li>GitHub</li></a>
<a href="https://twitter.com/keiohighkhec?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor"><li>ツイッター</li></a>
<a href="https://keiohighkhec.amebaownd.com/"><li>ブログ</li></a>
</ul>
<h4 class="sub-sub-title">関係団体</h4>
<ul>
<a href="https://twitter.com/shikidenkoken"><li>慶應義塾志木高等学校電子工学研究会ツイッター</li></a>
<a href="http://kotls.web.fc2.com/"><li>慶應義塾志木高等学校電子工学研究会HP</li></a>
<a href="https://twitter.com/keiodenkoken"><li>志木塾高連合電工研ツイッター</li></a>
</ul>
<h4 class="sub-sub-title">塾高</h4>
<ul>
<a href="https://www.hs.keio.ac.jp/"><li>塾高HP</li></a>
<a href="http://www.hs.keio.ac.jp/Seitokai/index.html"><li>塾高生徒会</li></a>
</ul>
</article>
<article class="wrapper" id="contact" onclick="">
<h3 class="sub-title">お問い合わせフォーム</h3>
<form action="https://docs.google.com/forms/u/0/d/e/1FAIpQLSc7tUc79i8YSzq7mHla3DJtCUch2M683T9ZDXjrsvtZkrw0Yg/formResponse" id="my-form">
<div>
<label for="your-name" class="sub-sub-title">お名前</label>
<input id="your-name" type="text" name="entry.1334111025" required>
</div>
<div>
<label for="your-email" class="sub-sub-title">メールアドレス</label>
<input id="your-email" type="email" name="entry.1582516026" required>
</div>
<div>
<label for="your-message" class="sub-sub-title">お問い合わせ内容</label>
<textarea id="your-message" class="materialize-textarea" name="entry.1865081571" required></textarea>
</div>
<input type="submit" class="sub-sub-title" value="送信">
</form><!-- /my-form -->
</article>
<script src="js/footer.js"></script>
<!-- JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js"></script>
<script src="js/stickyfill.min.js"></script>
<script src="js/script.js"></script>
<!-- ヘッダーのIE対応 -->
<script>
var elem = document.querySelectorAll('.sticky');
Stickyfill.add(elem);
</script>
</body>
</html>