-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (49 loc) · 2.35 KB
/
index.html
File metadata and controls
53 lines (49 loc) · 2.35 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-language" content="ja">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="https://fonts.googleapis.com/earlyaccess/sawarabigothic.css" rel="stylesheet" />
<link href='css/animate.css' rel='stylesheet' type='text/css'>
<title>Rintech</title>
<link rel="icon" sizes="256x256" href="img/logo.png">
<meta name="description"content="Rintechのウェブサイト">
<meta name="keywords"content="Rintech,リンテック,Naayo,プログラミング,">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="なああよ">
<meta property="og:site_name" content="Rintech - ホームページ" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://rintech.tokyo" />
<meta property="og:title" content="ホーム" />
<meta property="og:description" content="Rintechのウェブサイト" />
<meta property="og:image" content="img/logo.png" />
</head>
<body>
<header>
<nav>
<ui>
<li class="now">
<a href="index.html">HOME</a>
</li>
<li>
<a href="#まだ準備中">About</a>
</li>
</ui>
</nav>
<section>
<img class="bounceIn animated" src="img/Rintech.svg">
<p class="bounceIn animated"><u>This is Japanese Student Multimedia Team "Rintech"</u></p>
<a href="https://discord.gg/Tg72E9S">参加する</a>
</section>
</header>
<div class="wel">
<h1 class="wel-h1 jackInTheBox animated">Welcome to the Rintech!</h1>
<p class="wel-p fadeInUp animated">Rintechは、プログラミング、作品、同作などを支援する、学生のための、マルチメディアコミュニティです。</p>
<p class="wel-p fadeInUp animated">Rintech is a multimedia community for students, to support programming, works, etc.</p>
</div>
<footer>Copyright © 2018 Rintech.</footer>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
</body>
</html>