This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
281 lines (270 loc) · 10.7 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
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
<!DOCTYPE html>
<html lang="ja">
<head id="head">
<meta charset="utf-8" />
<!-- ページの内容 -->
<title>Home | VCborn</title>
<meta name="description" content="VCborn公式サイト" />
<!-- OGPタグ用 -->
<meta property="og:url" content="https://vcborn.com/" />
<meta property="og:title" content="VCborn" />
<meta property="og:type" content="website" />
<meta property="og:description" content="VCborn公式サイト" />
<meta property="og:image" content="https://vcborn.com/images/jpg/ogp.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@vcborn_support" />
<meta property="og:site_name" content="VCborn" />
<meta property="og:locale" content="ja_JP" />
<!--テストcss-->
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/responsive.css" />
<!-- GooogleAdsense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1336300432888389"
crossorigin="anonymous"></script>
<!-- GoogleAnalytics-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8GC99E31DE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-8GC99E31DE");
</script>
</head>
<body>
<header id="header"></header>
<section class="swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img class="background" src="/images/vclinuxdesk.svg" alt="VCLinux ScreenShot" />
<div class="contents">
<img class="logo" src="/images/vclinux-logo.svg" alt="VCLinux Logo" />
<p>一番優れたLinuxをあなたの手に</p>
<a href="/services/vclinux/" class="button blue">さらに詳しく <i class="fas fa-chevron-right"></i></a>
</div>
</div>
<div class="swiper-slide">
<picture>
<source srcset="/images/webp/reamix-img.webp" type="image/webp" />
<img class="background" src="/images/jpg/reamix-img.jpg" alt="Reamix Screenshot" />
</picture>
<div class="contents">
<div class="w-span">
<img class="logo" src="/images/reamix-logo.svg" alt="Reamix Logo" />
</div>
<p>生活に寄り添うようなブラウザ。</p>
<a href="/services/reamix/" class="button blue">さらに詳しく <i class="fas fa-chevron-right"></i></a>
</div>
</div>
<div class="swiper-slide bg-blue">
<div class="contents">
<img class="logo" src="/images/vcborn-logo.svg" alt="VCborn Logo" />
<p class="white">VCBornとは?</p>
<a href="/#about" class="button black">もっと見る <i class="fas fa-chevron-right"></i></a>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</section>
<main id="top">
<section id="about">
<div id="about-inner" class="inner">
<h2><i class="fa-solid fa-users"></i> About us</h2>
<p>
VCbornはカスタムLinuxの一つであるVCLinuxを主に開発しているグループです。
<br />
現在、メンバー約30人ほどの小さなグループですが、、、
<br />
今後の活躍に期待、、してください。。。
</p>
</div>
</section>
<section id="services">
<div id="services-inner" class="inner">
<h2><i class="fa-solid fa-box-open"></i> Services</h2>
<div id="products">
<div class="one-product">
<div class="product-img">
<!--<a href="/services/VCLinux/">-->
<picture>
<source srcset="/images/webp/vclinuxdesk.webp" type="image/webp" 0 />
<img src="/images/jpg/vclinuxdesk.jpg" alt="VCLinux Image" />
</picture>
<!--</a>-->
</div>
<div class="product-info">
<h3>
<!--<a href="/services/VCLinux/">-->
VCLinux
<!--</a>-->
</h3>
<p>
一番優れたLinuxをあなたの手に
<br />
VCLinuxはデザイン性に優れたLinuxのディストリビューションです。
<!--<br><a href="/services/VCLinux/">VCLinuxを体験する</a>-->
</p>
<div class="product-btn">
<a href="/services/vclinux/">
About VCLinux
<i class="fas fa-chevron-right"></i>
</a>
<a href="/services/vclinux/#download">Download <i class="fa-solid fa-download"></i></a>
</div>
</div>
</div>
<div class="one-product">
<div class="product-img">
<picture>
<source srcset="/images/webp/reamix-img.webp" type="image/webp" />
<img src="/images/jpg/reamix-img.jpg" alt="Reamix Image" />
</picture>
</div>
<div class="product-info">
<h3>Reamix</h3>
<p>生活に寄り添うようなブラウザ。</p>
<div class="product-btn">
<a href="/services/reamix/">
About Reamix
<i class="fas fa-chevron-right"></i>
</a>
<a href="/services/reamix/#download">Download <i class="fa-solid fa-download"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="advertise">
<!-- vcborn横長 -->
<ins class="adsbygoogle" style="display: block" data-ad-client="ca-pub-1336300432888389" data-ad-slot="6024992576"
data-ad-format="horizontal" data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</section>
<section id="news">
<div id="news-inner" class="inner">
<h2><i class="fa-solid fa-newspaper"></i> News</h2>
<div id="news-flex">
<!-- <div class="one-news">
<a href="">
<div class="news-samune" id="news-samune3"></div>
<div class="news-info">
<div class="date"><i class="far fa-clock"></i> 2021/08/03</div>
<h3>VCLinux更新情報</h3>
</div>
</a>
</div> -->
<!-- 最大3つまで -->
<div class="one-news">
<a href="/article/opened-blog">
<picture>
<source srcset="/news-img/webp/blog.webp" type="image/webp" />
<img class="news-samune" src="/news-img/jpg/blog.jpg" alt="Opened Blog" />
</picture>
<div class="news-info">
<div class="date">
<i class="far fa-clock"></i>
2021/11/14
</div>
<h3>ブログを開設しました!</h3>
</div>
</a>
</div>
<div class="one-news">
<a href="/article/aquahall-bye">
<picture>
<source srcset="/news-img/webp/aquahall.webp" type="image/webp" />
<img class="news-samune" src="/news-img/jpg/aquahall.jpg" alt="bye aquahall" />
</picture>
<div class="news-info">
<div class="date">
<i class="far fa-clock"></i>
2021/10/16
</div>
<h3>AQUAHALL今までありがとう</h3>
</div>
</a>
</div>
<div class="one-news">
<a href="/article/miskkeyhenkou">
<picture>
<source srcset="/news-img/webp/newmisskey.webp" type="image/webp" />
<img class="news-samune" src="/news-img/jpg/newmisskey.jpg" alt="Change Misskey" />
</picture>
<div class="news-info">
<div class="date">
<i class="far fa-clock"></i>
2021/10/03
</div>
<h3>公式Misskeyのインスタンス変更について</h3>
</div>
</a>
</div>
<div class="one-news">
<!-- vcbornスクエア -->
<ins class="adsbygoogle" style="display: block" data-ad-client="ca-pub-1336300432888389"
data-ad-slot="7131040741" data-ad-format="rectangle" data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
<a class="button" href="/news">さらに見る</a>
</div>
</section>
<section id="join">
<h2><i class="fa-solid fa-paper-plane"></i> Join us</h2>
<p>
VCbornに参加して開発をしませんか?
<br />
Linux開発、ブラウザ開発、Web開発、デザイン、Bot開発...
</p>
<a href="/join/">参加してみる</a>
</section>
</main>
<footer id="footer"></footer>
<!-- リンク読み込み -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/7.0.8/swiper-bundle.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/7.0.8/swiper-bundle.min.js"></script>
<!-- スライドショー、Swiper -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/cheet.js/0.3.3/cheet.min.js"></script>
<script>
cheet("↑ ↑ ↓ ↓ ← → v c", function () {
window.open("https://member.vcborn.com");
});
const swiper = new Swiper(".swiper", {
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},
loop: true,
autoplay: {
delay: 5000,
disableOnInteraction: true,
},
pagination: {
el: ".swiper-pagination",
type: "bullets",
clickable: true,
},
});
</script>
<script src="/include.js"></script>
<!-- 共通化用 -->
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
kofiWidgetOverlay.draw('vcborn_support', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Donate',
'floating-chat.donateButton.background-color': '#163469',
'floating-chat.donateButton.text-color': '#fff'
});
</script>
</body>
</html>