forked from omegasisters/homepage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsynchronity.html
343 lines (328 loc) · 13.2 KB
/
synchronity.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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="icon" href="images/favicon.ico" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@omesis_ray" />
<meta property="og:title" content="おめシスのホームページ" />
<meta property="og:locale" content="ja_JP" />
<meta
name="description"
content="バーチャル双子Youtuber「おめがシスターズ」のおめがレイ、おめがリオのホームページです!"
/>
<meta
property="og:description"
content="バーチャル双子Youtuber「おめがシスターズ」のおめがレイ、おめがリオのホームページです!"
/>
<meta property="og:site_name" content="おめシスのホームページ" />
<meta
property="og:image"
content="https://omegasisters.github.io/homepage/images/ogp.png"
/>
<link rel="stylesheet" href="./css/index.css" />
<link
href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"
rel="stylesheet"
/>
<link
href="https://cdn.jsdelivr.net/npm/@mdi/font@4.x/css/materialdesignicons.min.css"
rel="stylesheet"
/>
<link
href="https://cdn.jsdelivr.net/npm/vuetify@2.x/dist/vuetify.min.css"
rel="stylesheet"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui"
/>
<script type="application/ld+json">
{
"description": "バーチャル双子Youtuber「おめがシスターズ」のおめがレイ、おめがリオのホームページです!",
"@type": "WebSite",
"url": "/",
"name": "おめシスのホームページ",
"image": "/homepage/images/ogp.png",
"headline": "おめシスのホームページ",
"@context": "https://schema.org"
}
</script>
<title>SYNCHRONITY</title>
<style type="text/css">
.cover {
margin: 0 0 0 0;
padding: 0 0 0 0;
width: 100vw;
min-height: 100vh;
}
.jacket {
min-width: 300px;
}
</style>
</head>
<body>
<!-- contents -->
<!-- for developpers
This page powered by Vue and Vuetify.
---
Documents:
[Vue](https://vuejs.org)
[Vuetify](https://vuetifyjs.com)
-->
<div id="app">
<v-app dark>
<v-content>
<v-container class="cover" fluid>
<v-sheet class="overflow-hidden" style="position: relative;">
<!-- menubar -->
<v-app-bar
absolute
src="https://i.gyazo.com/e44d8c1493ac0afa19946fd5b447fc6a.jpg"
height="100"
>
<template v-slot:img="{ props }">
<v-img
v-bind="props"
gradient="to top right, rgba(90,84,90,.8), rgba(198,208,199,.9)"
></v-img>
</template>
<v-app-bar-nav-icon
@click.stop="drawer = !drawer"
></v-app-bar-nav-icon>
</v-app-bar>
<!-- sidebar (defualt: hidden) -->
<v-navigation-drawer v-model="drawer" absolute temporary>
<v-list dense>
<v-list-item
v-for="item in list_items"
:key="item.title"
link
:href="item.url"
>
<v-list-content>
<v-list-item-title> {{ item.title }} </v-list-item-title>
</v-list-content>
</v-list-item>
</v-list>
</v-navigation-drawer>
<!-- main contents -->
<section style="min-height: 150vh;">
<!-- first view -->
<article id="parallax" class="elevation-3">
<v-parallax
dark
src="https://i.gyazo.com/e44d8c1493ac0afa19946fd5b447fc6a.jpg"
style="height: 100vh;"
>
<v-row align="center" justify="center">
<v-col class="text-center" cols="12">
<h1 class="display-1 font-weight-bold mb-4">
{{ album.title_en }}
</h1>
<h4 class="subheading font-weight-thin">
<span class="pink--text">Omega</span>
<span class="indigo--text">Sisters</span>
</h4>
</v-col>
</v-row>
</v-parallax>
</article>
<!-- description -->
<article class="pt-10 pb-10">
<v-col cols="12">
<v-row align="center" justify="center">
<v-col cols="12" align="center" justify="center">
<v-card color="pink" dark style="max-width: 700px">
<!-- album description -->
<v-row
align="center"
justify="center"
style="margin-top: 5vh;"
>
<div
class="d-flex flex-no-wrap justify-space-between mt-5"
>
<div>
<v-hover v-slot:default="{ hover }">
<v-card
class="ma-3"
:elevation="hover ? 12: 2"
ripple
href="https://linkco.re/GTzcQV2Z"
>
<v-avatar tile size="300">
<v-img
src="https://i.gyazo.com/76ce4b6e0d4c1080b2319d28b9559246.jpg"
></v-img>
</v-avatar>
</v-card>
</v-hover>
</div>
</div>
<div>
<v-card-title class="headline font-weight-bold"
>{{ album.title }}</v-card-title
>
<v-card-subtitle
>{{ album.artist }}</v-card-subtitle
>
<v-card-text class="mt-5">
<div
v-for="line of album.description"
class="body-1 font-weight-bold"
>
<p>{{ line }}</p>
</div>
</v-card-text>
</div>
</v-row>
<!-- youtube links -->
<v-row
class="pt-10 pb-10"
cols="12"
align="center"
justify="center"
>
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/jis7E_mbwPw"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</v-row>
</v-card>
</v-col>
</v-row>
<!-- album lyrics -->
<v-row align="center" justify="center">
<v-col cols="12" align="center" justify="center">
<v-expansion-panels style="z-index: 0;">
<v-expansion-panel
style="max-width: 700px; background-color: #3f51b5;"
>
<v-expansion-panel-header
class="headline font-weight-bold"
>Lyrics</v-expansion-panel-header
>
<v-expansion-panel-content
v-for="line of album.lyrics"
class="caption font-weight-bold"
>
<p style="padding: 0 0 0 0;">{{ line }}</p>
</v-expansion-panel-content>
</v-expansion-panel>
</v-expansion-panels>
</v-col>
</v-row>
</v-col>
</article>
</section>
</v-sheet>
</v-container>
</v-content>
</v-app>
<!-- un-chan scroll -->>
<a href="#top">
<div class="c-unchan c-unchan--fixedBottom">
<div class="fukidashi" ontouchstart="">トップに戻る</div>
<div class="c-unchan__inner">
<div class="c-unchan__tsuno">
<div class="c-unchan__tsuno__inner"></div>
</div>
<div class="c-unchan__toguro c-unchan__toguro--top"></div>
<div class="c-unchan__toguro c-unchan__toguro--middle">
<div class="c-unchan__eye c-unchan__eye--left">
<div></div>
</div>
<div class="c-unchan__eye c-unchan__eye--right">
<div></div>
</div>
</div>
<div class="c-unchan__toguro c-unchan__toguro--bottom"></div>
<div class="c-unchan__mouth">
<div class="c-unchan__mouth__inner">
<div></div>
</div>
</div>
</div>
</div>
</a>
</div>
<script src="https://cdn.jsdelivr.net/npm/vue@2.x/dist/vue.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vuetify@2.x/dist/vuetify.js"></script>
<!-- data structure -->
<script>
new Vue({
el: '#app',
vuetify: new Vuetify({
theme: {
themes: {
dark: {
background: '#dddddd',
},
},
dark: true,
},
}),
data() {
return {
drawer: null,
list_items: [{title: 'Home', url: '/homepage'}],
album: {
title: 'シンクロニティ',
title_en: 'SYNCHRONITY',
artist: 'おめがシスターズ',
description: [
'作詞: TEEDA(BACK-ON)',
'作曲: KENJI03(BACK-ON)',
'レーベル: upd8 music',
],
lyrics: [
'願いが今、重なり合う',
'二つの夢が 一つにシンクロする',
'',
'きっと青い空でも、赤く染まる夕陽も昨日と同じ、明日も同じ歌ってるんだろう',
'カードの表と裏背中合わせ 二つの emotions ',
'繋いでもっと 刺激が欲しいから',
'',
'If you lost on the way そうずっと隣で',
'No worries my baby uh 不安なんて言わないで',
'',
'キミがいるから、僕がいるから、叶えたい夢へとまた進めた',
'一つを二つに分け合えたから、弱い僕でも強くいられるんだ',
'',
'眩しくて鮮やかな、憧れ続けた場所',
'あれから僕ら、どれくらい近づけたんだろう?',
'二つの鼓動合わせて、夢を奏で、リアルなmotion',
'世界にもっと 笑って欲しいから',
'',
'A to Z 越え Omega 見出すこの願い',
'人差し指でPlayback 邪魔すんなら Stay back!',
'',
'伝えたくて、歌いたくて、奏でたい未来へ歩き出せた',
'新しい僕やキミに出逢いたいから',
'弱い僕でも強くいられるんだ',
'',
'『諦めたら、楽なのに。。。』と、弱い僕が隣で邪魔するけど',
'',
'キミがいるから、僕がいるから、叶えたい夢へとまた進めた',
'一つを二つに分け合えたから、弱い僕でも強くいられるんだ',
],
},
};
},
});
</script>
<script
type="text/javascript"
src="./assets/js/scroll-to-top.js"
defer
></script>
</body>
</html>
<!-- もちょもちょ -->