-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalendar.html
173 lines (145 loc) · 4.81 KB
/
calendar.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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>日本大学理工学部工科空手部オフィシャルWebサイト</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="日本大学理工学部工科空手部オフィシャルWebサイトです!選手、マネージャー募集中!工夫し、短い時間で強くなる!文武両立を目指して、最高の学生生活を送る!">
<link rel="stylesheet" href="css/style.css">
<link rel="alternate stylesheet" href="css/change.css" title="change">
<script src="js/openclose.js"></script>
<script src="js/fixmenu_pagetop.js"></script>
<script src="js/ddmenu_min.js"></script>
<script src="js/styleswitcher.js"></script>
</head>
<body>
<div id="container">
<header>
<div class="inner">
<h1 id="logo"><a href="index.html"><img src="images/logo.png" alt="トップ画像"></a></h1>
<ul id="headermenu">
<li><a href="contact.html">入部・体験希望はこちら!</a></li>
</ul>
</header>
<!--PC用(901px以上端末)メニュー-->
<nav id="menubar">
<ul class="inner">
<li><a href="index.html">ホーム</a></li>
<li><a href="about.html">工科空手部について</a></li>
<li class="current"><a href="calendar.html">カレンダー</a></li>
<li><a href="member.html">部員紹介</a></li>
<li><a href="result.html">試合結果</a></li>
<li><a href="access.html">アクセス</a></li>
</ul>
</nav>
<!--小さな端末用(900px以下端末)メニュー-->
<nav id="menubar-s">
<ul>
<li><a href="index.html">ホーム</a></li>
<li><a href="about.html">工科空手部について</a></li>
<li class="current"><a href="calendar.html">カレンダー</a></li>
<li><a href="member.html">部員紹介</a></li>
<li><a href="result.html">試合結果</a></li>
<li><a href="access.html">アクセス</a></li>
</ul>
</nav>
<div id="contents" class="inner">
<div id="main">
<section>
<h2>カレンダー</h2>
<h3>年間予定</h3>
<table class="ta1">
<th>4月</th>
<td>体験練習、新入生歓迎会</td>
</tr>
<tr>
<th>5月</th>
<td>東日本空手道選手権大会、新入生歓迎食事会</td>
</tr>
<tr>
<th>6月</th>
<td>東都六工大空手道選手権大会</td>
</tr>
<tr>
<th>7月</th>
<td>テスト期間</td>
</tr>
<tr>
<th>8月</th>
<td>夏合宿</td>
</tr>
<tr>
<th>9月</th>
<td>後期開始
</td>
</tr>
<tr>
<th>10月</th>
<td>全日本理工科系空手道選手権大会
</td>
</tr>
<tr>
<th>11月</th>
<td>文化祭</td>
</tr>
<tr>
<th>12月</th>
<td>文京区空手道大会、幹部交代式</td>
</tr>
</table>
<h3>月間予定</h3>
<iframe src="https://calendar.google.com/calendar/embed?src=cstkarate.official%40gmail.com&ctz=Asia%2FTokyo" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</section>
</div>
<!--/#main-->
<div id="sub">
<p class="box2 about"><a href="aboutkarate.html">空手とは?</a></p>
<nav class="box1">
<h2>トピックス</h2>
<ul class="submenu">
<li><a href="index.html">活動場所・時間</a></li>
<li><a href="greeting.html">主将挨拶</a></li>
<li><a href="songs.html">OB会歌集</a></li>
<li><a href="https://www.cst.nihon-u.ac.jp/examination/">学生向け入試情報</a></li>
<li><a href="https://linktr.ee/nichidairikoukarate">各種SNSはこちら!</a></li>
</ul>
</nav>
<nav>
<a class="twitter-timeline" data-lang="ja" data-width="300" data-height="500" href="https://twitter.com/CSTkarate?ref_src=twsrc%5Etfw">Tweets by CSTkarate</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</nav>
</div>
<!--/#sub-->
</div>
<!--/#contents-->
</div>
<!--/#container-->
<footer>
<div id="footermenu" class="inner">
<ul>
<li><a href="index.html">ホーム</a></li>
<li><a href="about.html">工科空手部について</a></li>
<li><a href="calendar.html">カレンダー</a></li>
<li><a href="member.html">部員紹介</a></li>
<li><a href="contact.html">入部・体験のお申し込み</a></li>
<li><a href="access.html">アクセス</a></li>
</ul>
</div>
<!--/footermenu-->
<div id="copyright">
<small>Copyright© <a href="index.html">日本大学理工学部工科空手部</a> All Rights Reserved.</small>
<span class="pr"><a href="https://template-party.com/" target="_blank">Web Design:Template-Party</a></span>
</div>
</footer>
<!--ページの上部に戻る「↑」ボタン-->
<p class="nav-fix-pos-pagetop"><a href="#">↑</a></p>
<!--メニュー開閉ボタン-->
<div id="menubar_hdr" class="close"></div>
<!--メニューの開閉処理条件設定 900px以下-->
<script>
if (OCwindowWidth() <= 900) {
open_close("menubar_hdr", "menubar-s");
}
</script>
</body>
</html>