-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (117 loc) · 4.94 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
113
114
115
116
117
118
<html>
<head>
<meta property="og:url" content="https://naoyuki2110.github.io/microconnect/index.html" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Micro Connect - Discordコミュニティ" />
<meta property="og:description" content="パトネットリゾートやその他ゲームに特化したDiscordコミュニティ。イベントやラジオ、VIP制度など。入会費はなし。今すぐあなたもMicro Connect!" />
<meta property="og:site_name" content="Micro Connect" />
<meta property="og:image" content="https://naoyuki2110.github.io/microconnect/images/mc202104ロゴ.png" />
<title>Micro Connect - Discordコミュニティ</title>
<link rel="icon" type="image/x-icon" href="images/mclogocc2.png">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="css/theme1.css">
<meta name="viewport" content="initial-scale=1">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PWGF1T4M7H"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PWGF1T4M7H');
</script>
</head>
<body>
<header id="hdjs">
<nav class="hd">
<ul class="menu">
<li><img src="images/mclogocc2.png" width="50" height="50"></img></li>
<li><a href="index.html">TOP</a></li>
<li><a href="staff.html">スタッフ一覧</a></li>
<li><a href="banner.html">サービスバナー</a></li>
<li><a href="#">運用サービス・イベント</a><ul class="menu2"><li><a href="service/micro-event-launcher">Micro Event Launcher</a></li><li><a href="event/mc-management-project">MC Management Project</a></li></ul></li>
<li><a href="#">ソーシャル</a><ul class="menu2"><li><a href="https://discord.gg/DEf28epDQJ" target="_blank">Discord</a></li><li><a href="https://twitter.com/pnrmicroconnect/" target="_blank">Twitter</a></li><li><a href="https://youtube.com/channel/UCKnxqK60oGVlPscRN9YQliw/" target="_blank">YouTube</a></li></ul></li>
</ul>
</nav>
</header>
<div class="toptitle">
<p style="font-size:50; text-align:center"><b>Welcome to Micro Connect!</b></p>
</div>
<p style="text-align:center; font-size:35"><b>今までにないコミュニティ体験を</b></p>
<p style="text-align:center; font-size:20">Micro Connectは、PNRのコミュニティに特化したDiscordサーバーです<br>PNRのいこいの場として利用できます。<br>あなたの毎日を楽しく、笑顔に。</p>
<div class="box">
<h3>イベント情報</h3>
</div>
<p style="font-size:25; text-align:center">【終了】梅雨のミニ抽選会</p>
<div class="box2">
<h3>お知らせ</h3>
</div>
<p style="font-size:25; text-align:center">Micro Event Launcher v1.1を配布しました。</p>
<footer id="ftjs">
<nav class="ft">
<ul class="ftmn">
<li><img src="images/mclogocc2.png" width="50" height="50"></img></li>
<li><a href="terms.html">利用規約等</a></li>
<li><a href="contact.html">お問い合わせ</a></li>
<div style="margin-left:auto;">
<a href="https://discord.gg/DEf28epDQJ" target="_blank"><img src="https://discord.com/assets/a69bd473fc9eb435cf791b8beaf29e93.png" width="180" height="50"></img></a>
</div>
</ul>
</nav>
</footer>
<style>
.box{
font-family: 'M PLUS Rounded 1c', sans-serif;
border: 5px solid #1191d6;
background: #1191d6;
border-radius: 30px;
}
.box h3{
font-family: 'M PLUS Rounded 1c', sans-serif;
color: #FFF;
font-size:30px;
text-align: center;
margin: 3;
}
.box2{
font-family: 'M PLUS Rounded 1c', sans-serif;
border: 5px solid #2ce667;
background: #2ce667;
border-radius: 30px;
}
.box2 h3{
font-family: 'M PLUS Rounded 1c', sans-serif;
color: #FFF;
font-size:30px;
text-align: center;
margin: 3;
}
.toptitle p{
font-family: 'M PLUS Rounded 1c', sans-serif;
display:block;
color:#000;
background-image:url("images/mctoppageimage.gif");
background-repeat: no-repeat;
text-align: center;
padding: 250;
}
@media screen and (max-width: 700px){
.toptitle p {
font-family: 'M PLUS Rounded 1c', sans-serif;
display: block;
color: #000;
background-image: url(images/mctoppageimage.gif);
background-repeat: no-repeat;
background-size: 700px;
background-position: left;
text-align: center;
padding: 50;
}
}
</style>
<!-- CommonComponent -->
<script src="js/header.js"></script>
<script src="js/footer.js"></script>
<!-- CommonComponentEnd -->
</body>
</html>