forked from itlfest/itlfest.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquestion.html
More file actions
115 lines (98 loc) · 5.12 KB
/
question.html
File metadata and controls
115 lines (98 loc) · 5.12 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
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
<!DOCTYPE html>
<html>
<!--タイトル-->
<head>
<meta charset="UTF-8">
<meta name=”robots” content=”noindex”>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>中央大学 iTLFest.-よくある質問</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="/favicon.ico" id="favicon">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link href="css/lightbox.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="js/loading.js"></script>
<script src="js/lightbox.js"></script>
</head>
<!--本文-->
<!--ヘッダー情報-->
<body>
<div id="loadingScreen" class="loading-screen">
<img src="img/logo_loading.gif" alt="Loading...">
</div>
<div class="wrapper">
<main>
<header class="header">
<img class="logo" src="img/fest_logo_2024.png">
<p>2024年度は11月2日,11月3日の2日間に渡り、中央大学市ヶ谷田町キャンパスで開催!!!</p>
<nav class="nav">
<ul>
<li><a href="index.html">ホーム</a></li>
<li><a href="about.html">概要</a></li>
<li><a href="program.html">企画紹介</a></li>
<li><a href="access.html">アクセス</a></li>
<li><a href="contact.html">お問い合わせ</a></li>
<li><a href="https://twitter.com/festival_itl" target="_blank"><img src="img/x_logo.png" width="20" height="20"></a></li>
<li><a href="https://www.instagram.com/itlfest_2024/?hl=ja" target="_blank"><img src="img/instagram_logo.png" width="20" height="20" alt="Instagram"></a></li>
</ul>
</nav>
</header>
<h2>よくある質問</h2>
<p class="honbun">Q.どんな企画がありますか?</p>
<p class="honbun">A.iTLFest.の概要は<a href="about.html">こちら</a>、各企画の紹介は<a href="program.html">こちら</a>をそれぞれご覧ください。<br>
また、期間中はパンフレットを無料配布いたしますので、合わせてご覧ください。</p><br>
<p class="honbun">Q.駐輪場や駐車場はありますか?</p>
<p class="honbun">A.中央大学市ヶ谷田町キャンパスに、それらのご用意はありません。<br>
iTLFest.にお越しになる場合は、公共交通機関をご利用ください。</p><br>
<p class="honbun">Q.体調が悪い時どうすればよいですか?</p>
<p class="honbun">A.すぐにお近くのスタッフにお声がけください。迅速に対応いたします。</p><br>
<p class="honbun">Q.iTLで行われる学祭の正式表記はどれですか?</p>
<p class="honbun">A.「iTLFest.」(空白なし,i小文字,F大文字)を正しい表記としています。<br>
多数の表記ゆれにより、混乱を招いてしまっており大変心苦しく思っております。</p><br>
<p class="honbun">ご不明点やご質問などございましたら、お気軽に<a href="contact.html">お問い合わせ</a>ください。</p>
</div>
<br>
</main>
<!--フッター情報-->
<footer class="footer">
<div class="foot-wrap">
<div class="menu-left">
<h3>お役立ち</h3>
<ul class="foot-left">
<li><a class="hover-ul" href="SNS.html">外部リンク集</a></li>
<li><a class="hover-ul" href="iTLFest.2024パンフレット外部配布用.pdf">デジタルパンフレット</a></li>
<li><a class="hover-ul" href="#">Comming soon</a></li>
</ul>
</div>
<div class="menu-center">
<h3>リンク</h3>
<ul class="foot-center">
<li><a class="hover-ul" href="access.html">アクセス</a></li>
<li><a class="hover-ul" href="question.html">よくある質問</a></li>
<li><a class="hover-ul" href="2023/index.html">過年度情報</a></li>
</ul>
</div>
<div class="menu-right">
<h3><a class="hover-ul" href="campuses.html">他キャンパスリンク</a></h3>
<ul class="foot-right">
<li><a class="hover-ul" href="https://hakumonsai.com/">白門祭(多摩)</a></li>
<li><a class="hover-ul" href="https://rikohaku.com/">理工白門祭(後楽園)</a></li>
<li><a class="hover-ul" href="https://www.hakumon-myougadani.com/">白門祭in茗荷谷(茗荷谷)</a></li>
</ul>
</div>
<p>
<ul class="footer-logo">
<li><a href="https://twitter.com/festival_itl" target="_blank"><img src="img/x_logo.png" width="50"
height="50"></a></li>
<li><a href="https://www.instagram.com/itlfest_2024/?hl=ja" target="_blank"><img src="img/instagram_logo.png"
width="50" height="50" alt="Instagram"></a></li>
</ul>
</p>
<!--コピーライト いじらない-->
<p>©iTLFest.実行委員会 All rights reserved.</p>
</div>
</footer>
</div>
</div>
</body>
</html>