-
Notifications
You must be signed in to change notification settings - Fork 0
/
mikoshi.html
113 lines (94 loc) · 4.97 KB
/
mikoshi.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
<!-- 工事中 -->
<!DOCTYPE html>
<html lang="ja" prefix="og: http://ogp.me/ns#">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-160309461-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-160309461-1');
</script>
<meta charset="UTF-8">
<title>御輿 | 2020年度やどかり祭-筑波大学宿舎祭-</title>
<meta name="description" content="5/29(金),3(土)に筑波大学で開催される「やどかり祭」の公式サイトです。">
<!-- ファビコン -->
<link rel="icon" href="img/icon.ico">
<!--viewpointの設定で、レスポンシブルになる-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--edgeで互換モードをつかわせない-->
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!--OGP-->
<meta property="og:image" content="https://yadosai.com/img/yado_OGP1200v2.png" />
<!--SNSでシェアされたときの画像の絶対パス(URL)-->
<meta property="og:title" content="御輿 | 筑波大学やどかり祭" />
<!--ここもページごとに書いてください-->
<!-- <meta property="og:type" content="website" />トップページではこっちを使ってください -->
<meta property="og:type" content="article" />
<meta property="og:site_name" content="2020年度筑波大学やどかり祭" />
<meta property="og:description" content="5/29(金),3(土)に筑波大学で開催される「やどかり祭」の公式サイトです。" />
<!--Twitter-->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@yadokari_sai" />
<!-- ブラウザの色 -->
<meta name="theme-color" content="#000000">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- FontAwesome -->
<script src="https://kit.fontawesome.com/782b0a94e2.js" crossorigin="anonymous"></script>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400&display=swap&subset=japanese"
rel="stylesheet">
<!-- css -->
<link rel="stylesheet" href="css/style.css">
<!-- Jquery とload.jsを読み込み-->
<script src="js/load.js"></script>
</head>
<body ontouchstart=''>
<!-- navigation -->
<script>writeHeader();</script>
<!-- navigation -->
<section class="main">
<!-- Jumbotron -->
<script>writeJumbotron("御輿");//第一引数:ページタイトル(必須),第二引数(任意):背景画像ファイル名(パス無し)</script>
<!-- Jumbotron -->
<!--ナビゲーションバーの次のセクションではmargin-top:50px;指定しないと要素が被る-->
<!-- 汎用タイル -->
<!-- 横1枚タイル -->
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-11 col-md-10 col-lg-8 tile is-round is-bg-white">
<section class="tile-content">
<p class="text-center tile-title col-title">工事中</p>
<p class="text-center">ページ公開までお待ちください<br>公開予定:5月中旬</p>
<p class="text-center"><button type="button" class="btn"
onclick="location.href='index.html'">トップに戻る</button>
</p>
</section>
</div>
</div>
</div>
<!-- 横1枚タイル -->
</section>
<!-- sponsors -->
<script>writeWebAd();</script>
<!-- sponsors -->
<!-- footer -->
<script>writeFooter();</script>
<!-- footer -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
</body>
</html>