This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapply.html
54 lines (53 loc) · 2.41 KB
/
apply.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
<!DOCTYPE html>
<html lang="ja" prefix="og: http://ogp.me/ns#">
<head prefix="og: http://ogp.me/ns#">
<!-- 言語・環境設定 -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<!-- ページの内容 -->
<title>加入応募フォーム - VCborn</title>
<meta name="description" content="VCLinuxの開発チーム「VCborn」へ参加しましょう。">
<!-- サイトアイコン -->
<link rel="icon" href="/favicon.ico">
<!-- リンク -->
<link rel="stylesheet" href="/style/apply.css">
<link rel="stylesheet" href="/style/main.css">
<link rel="stylesheet" href="/style/neumorphism.css">
<script src="/script/preload.js"></script>
<!-- OGP用 -->
<meta property="og:url" content="https://vcborn.github.io/apply.html" />
<meta property="og:title" content="VCborn 応募フォーム" />
<meta property="og:type" content="website">
<meta property="og:description" content="VCLinuxの開発チーム「VCborn」へ参加しましょう!">
<!-- <meta property="og:image" content="サムネイル画像のURL" /> -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:site_name" content="VCborn加入応募ページ" />
<meta property="og:locale" content="ja_JP" />
</head>
<body>
<main>
<article class="neumorphism">
<div>
<h2>VCbornの加入応募フォーム</h2>
<p>VCbornではVCLinuxの開発のために、メンバーを募集しています。以下の部門もしくは要望があれば新しい部門にはいることができます。</p>
<ul>
<li>Linux開発</li>
<li>Web開発</li>
<li>デザイン</li>
<li>広報</li>
</ul>
<p>正式採用かどうかは面接を行い決定します。</p>
<p>また、条件は今のところ</p>
<ul>
<li>よく浮上する人</li>
</ul>
<p>となっています。</p>
<h3>応募フォーム</h3>
<p>下記のフォームよりご応募お待ちしております。</p>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSc5pbv9sJETRGXSsvFcp2eOltcjgm611Mn-wRgA3tD8CQPBFA/viewform?embedded=true" frameborder="0" marginheight="0" marginwidth="0">読み込んでいます…</iframe>
</div>
</article>
</main>
</body>
</html>