-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (77 loc) · 4.04 KB
/
index.html
File metadata and controls
87 lines (77 loc) · 4.04 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
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
<!DOCTYPE html>
<html lang="ja" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<link rel="canonical" href="https://levii.co.jp">
<title>株式会社レヴィ</title>
<!-- Open Graph protocol -->
<meta property="og:url" content="https://levii.co.jp">
<meta property="og:title" content="株式会社レヴィ">
<meta property="og:description" content="複雑さの中に価値と面白さを見つけよう。">
<meta property="og:site_name" content="株式会社レヴィ">
<meta property="og:image" content="https://levii.co.jp/images/og.jpg">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Typekit -->
<script src="https://use.typekit.net/lkr8xne.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<!-- levii -->
<link href="favicon.ico" rel="icon">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,400" rel="stylesheet">
<link href="css/levii.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Header -->
<header class="header">
<div class="header-language">
<p>日本語 | <a href="../en/">English</a></p>
</div>
<div class="header-text text-horizontal-vertical-center">
<h1>levii</h1>
<p>複雑さの中に価値と面白さを見つけよう。</p>
</div>
</header>
<!-- Products -->
<article class="products">
<section class="text-horizontal-vertical-center">
<h1>製品</h1>
<a href="https://site.balus.me" target="_blank"><img src="images/BALUS_logo.png" alt="BALUS Logo"></a>
<h2><a href="https://site.balus.me" target="_blank">BALUS(バルス)</a></h2>
</section>
</article>
<!-- Company -->
<article class="company">
<section class="text-horizontal-vertical-center">
<h1>leviiについて</h1>
<div class="company-info">
<dl class="dl-horizontal">
<dt class="company-info-left">商号</dt><dd class="company-info-right">株式会社レヴィ(levii Inc.)</dd>
<dt class="company-info-left">設立</dt><dd class="company-info-right">2016年5月17日</dd>
<dt class="company-info-left">所在地</dt><dd class="company-info-right">〒113-0033 東京都文京区本郷4丁目1番3号</dd>
<dt class="company-info-left">CEO</dt><dd class="company-info-right">南部 陽介</dd>
<dt class="company-info-left">連絡先</dt><dd class="company-info-right">contact@levii.co.jp</dd>
</dl>
</div>
</section>
</article>
<!-- Footer -->
<footer class="footer">
<div class="text-center">
<p>Copyright © 2017 levii Inc. All rights reserved.</p>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>