forked from omegasisters/homepage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalpha.html
127 lines (119 loc) · 4.31 KB
/
alpha.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
<!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="robots" content="noindex" />
<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/alpha/albro.png"
/>
<script type="application/ld+json">
{
"description": "バーチャル双子Youtuber「あるふぁブラザーズ」のあるふぁライ、あるふぁロイのホームページです!",
"@type": "WebSite",
"url": "/",
"name": "あるブラのホームページ",
"image": "/homepage/images/ogp.png",
"headline": "あるブラのホームページ",
"@context": "https://schema.org"
}
</script>
<!-- Normalize -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
/>
<!-- Share -->
<script
defer
src="https://platform.twitter.com/widgets.js"
id="twitter-wjs"
></script>
<!-- Styles -->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.12.0/css/fontawesome.css"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.12.0/css/brands.css"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.12.0/css/solid.css"
/>
<link rel="stylesheet" href="./css/index.css" />
<link rel="stylesheet" href="./css/alpha.css" />
<title>
あるブラのホームページ |
</title>
</head>
<body>
<div class="main">
<div class="section hero">
<figure class="hero__bg">
<div class="hero__inner__bg"></div>
</figure>
<div class="hero__logo">
<h1 class="logo">Α Brothers</h1>
<div class="logo-sub">あるふぁブラザーズ</div>
</div>
</div>
<div class="section introduction">
<div class="box about-us">
<p>
兄が青いメッシュのあるふぁロイ、<br />弟が赤いメッシュのあるふぁライ。
</p>
<p>
バーチャルを武器にした個性的な企画から、歌動画にゲーム実況と幅広いジャンルの動画をYouTubeに投稿し活動している。
</p>
<p class="do-omega">あるふぁってるー?!</p>
</div>
<iframe
class="video lazy"
title="【バーチャル双子Youtuber】はじめまして!あるふぁブラザーズです!【自己紹介】"
data-src="https://www.youtube.com/embed/Mhtv43x_vgY"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
<div class="section links links--alpha">
<div class="box">
<h2><i class="fab fa-youtube"></i>YouTube</h2>
<a
href="https://www.youtube.com/channel/UCDiCNS939uq5E4-5CJ-EAZQ"
target="_blank"
rel="noopener noreferrer"
>あるふぁブラザーズ</a
>
</div>
<div class="box">
<a
class="share-button"
href="https://twitter.com/intent/tweet?text=%23あるブラはいいぞ"
>
#あるブラはいいぞ
</a>
</div>
</div>
</div>
<script type="text/javascript" src="./assets/js/lazyload.js" defer></script>
</body>
</html>