-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (97 loc) · 4.66 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, shrink-to-fit=no">
<meta name=”robots” content=”noindex , nofollow“>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-86161774-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-86161774-2');
</script>
<!-- ↑- Google Analytics -->
<link rel="icon" href="flags/favicon-terminal.ico" sizes="16x16">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/bootstrap-grid.css">
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/bootstrap-social.css">
<link rel="stylesheet" href="css/flag-icon.css">
<title>ようこそ秋っちのせかいへ (=゚ω゚)ノ</title>
<style type="text/css">
/* -- bg pic in body, this pg only -- */
body {
background: url("content/Index_BG-mmsys17-4032x3024.JPG") no-repeat center center fixed !important;
background-size: cover !important;
}
/* -- full hight for container-fluid, overwrite this pg only -- */
.container-fluid {
height:100vh !important;
}
.bg-light{
background-color: #f8f9faAB !important;
}
.bg-sakurapink{
background-color: #ffb7d1D0 !important;
color: #b70042 !important;
}
.row{
padding-top: 30vh !important;
}
.bg-gray-dark{
background-color: #343a40CF !important;
}
</style>
</head>
<body>
<div class="container-fluid bg-light">
<div class="row justify-content-md-center">
<div class="col-md-auto bg-sakurapink rounded">
<br>
<h1> ~秋篠詩雨の空間・クリエイターの世界へようこそ~ </h1>
<br>
<p class="lead">
<h2> お好きな言語を選んでください。</h2>
<h2> Please Select your favorite Language.</h2>
<h2> 請選擇您想觀看的語言。</h2>
</p>
<br>
<div class="d-flex justify-content-center">
<div class="col-2 text-center">
<div class="bg-gray-dark rounded img-thumbnail">
<a href="jp/">
<h3><span class="align-middle flag-icon flag-icon-jp"></span></h3>
<h6><small class="align-text-bottom">日本語</small></h6>
</a>
</div>
</div>
<div class="col-2 text-center">
<div class="bg-gray-dark rounded img-thumbnail">
<a href="tw/">
<h3><span class="align-middle flag-icon flag-icon-tw"></span></h3>
<h6><small class="align-text-bottom">繁體中文</small></h6>
</a>
</div>
</div>
<div class="col-2 text-center">
<div class="bg-gray-dark rounded img-thumbnail">
<a href="en/">
<h3><span class="align-middle flag-icon flag-icon-us"></span></h3>
<h6><small class="align-text-bottom">English</small></h6>
</a>
</div>
</div>
</div>
<br>
<footer class="footer text-center">©2019 <a class="bg-sakurapink" href="Hidden/">AkishinoShiame</a></footer>
</div>
</div>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/bootstrap.bundle.js"></script>
</body>
</html>