-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (104 loc) · 4.97 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
<!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="https://khec.cf/index.html">
<meta property="og:type" content="website">
<meta property="og:title" content="慶應高校電子工学研究会 ホームページ">
<meta property="og:description" content="慶應高校電子工学研究会公式サイト。新入生へ、私達について、Arduinoレファレンス、作品、技術資料、活動記録、外部リンク。">
<meta property="og:image" content="https://khec.cf/images/logo.png">
<meta name="twitter:site" content="https://khec.cf/">
<meta name="twitter:image" content="https://khec.cf/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>
<div class="wrapper emergency" onclick="">
<p>
本部活では7/6(月)から部活動を再開しております。活動日は当面の間火曜日と木曜日です。(新世紀参照)会場はA棟2階A29教室です。持ち物はなくて大丈夫です。仮入部届は当日不要なので気軽にお越しください。
</p>
</div>
<section class="topics">
<div>
<div class="date">
<p>『2020年度部報公開のお知らせ』</p>
</div>
<a href="buhou.html">
<img src="images/buhou2020_top.jpg"
style="object-position: 50% 0%; font-family: 'object-fit: cover; object-position: center top;'">
</a>
<div class="buhou2020">
<a href="buhou.html">詳細></a>
<a href="pdf/20-09buhou_normal.pdf">PDFを開く></a>
</div>
</div>
<div>
<div class="date">
<p>20/07/05 『全部員自己紹介ページ公開のお知らせ』</p>
</div>
<a href="members.html">
<img src="images/members.png" style="object-position: 50% 0%; font-family: 'object-fit: cover; object-position: center top;'">
</a>
</div>
<div>
<div class="date">
<p>20/07/02 『備品検索ページ公開のお知らせ』</p>
</div>
<a href="equipmentSearch.html">
<img src="images/search.png" style="object-position: 50% 0%; font-family: 'object-fit: cover; object-position: center top;'">
</a>
</div>
<div>
<div class="date">
<p>『2019年度部報公開のお知らせ』</p>
</div>
<a href="buhou.html">
<img src="images/buhou_top.png" style="object-position: 50% 0%; font-family: 'object-fit: cover; object-position: center top;'">
</a>
<div class="float">
<a href="buhou.html">詳細></a>
<a href="pdf/20-03buhou_normal.pdf">PDFを開く></a>
</div>
</div>
<h2 class="page-title" style="background: rgb(48, 48, 48); color: white; margin-bottom: 10px;">↓近日公開</h2>
<div>
<a href="untitled.html">
<img src="images/3Dmodel_top.png" style="object-position: 50% 0%; font-family: 'object-fit: cover; object-position: center top;'">
</a>
</div>
<h2 class="page-title" style="background: rgb(48, 48, 48); color: white;">↓近日公開</h2>
<div>
<a href="untitled.html">
<img src="images/nfcTopic.png">
</a>
</div>
</section>
<!-- /.topics -->
<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="js/stickyfill.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/object-fit-images/3.2.3/ofi.js"></script>
<script src="https://cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js"></script>
<script src="js/script.js"></script>
<!-- IE対応 -->
<script>
var elem = document.querySelectorAll('.sticky');
Stickyfill.add(elem);
</script>
</body>
</html>