-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (80 loc) · 3.52 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" http-equiv="Content-Type">
<title>team chiru</title>
<meta content="text/html; charset=utf-8" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<link href="//mincss.com/entireframework.min.css" rel="stylesheet" type="text/css">
</head>
<body>
<nav id="navbar" class="nav" tabindex="-1" onclick="this.focus()">
<div class="container">
<a class="pagename" href="#">Team-Chiru チームチル</a>
<a class="" href="#">vlnk</a>
<a href="#">Tower450</a>
<a href="#">?</a>
</div>
</nav>
<div class="container">
<div class="hero">
<!--<h1>Example</h1>-->
<div class="row">
<div class="col c4">
<div id="frame" >
</div>
<h3 class="marginleft_name">チームチル ©</h3>
<div class="info">
<h4>Team Chiru</h4>
<p>✉ [email protected]</p>
<p>➤ <a href="https://github.com/team-chiru">https://github.com/team-chiru</a> </p>
</div>
</div>
<div class="col c4"><h3>What?</h3>
You can view the source of this page and copy it to get a quick start on a project with Min!<br>
<a href="http://owenversteeg.com" class="btn btn-sm btn-b">Do stuff!</a>
</div>
<div class="col c4"><h3>Why?</h3>
You can view the source of this page and copy it to get a quick start on a project with Min!<br>
<a href="http://owenversteeg.com" class="btn btn-sm btn-c">Do stuff!</a>
</div>
</div>
</div>
<div class="hero">
<div class="row">
<div class="col c4">
<div id="frame_vlnk" >
</div>
<h3>ヴァル</h3>
<div class="info">
<h4>vlnk</h4>
<p>✉ [email protected]</p>
<p>➤ <a href="https://github.com/team-chiru">https://github.com/vlnk</a> </p>
</div>
</div>
<div class="col c4"><h3>Yay headings!</h3>You can view the source of this page and copy it to get a quick start on a project with Min!<br><a href="http://owenversteeg.com" class="btn btn-sm btn-b">Do stuff!</a></div>
<div class="col c4"><h3>Yay headings!</h3>You can view the source of this page and copy it to get a quick start on a project with Min!<br><a href="http://owenversteeg.com" class="btn btn-sm btn-c">Do stuff!</a></div>
</div>
</div>
<div class="hero">
<div class="row">
<div class="col c4">
<div id="frame_tower" >
</div>
<h3>タワー450</h3>
<div class="info">
<h4>Tower450</h4>
<p>✉ [email protected]</p>
<p>➤ <a href="https://github.com/tower450">https://github.com/tower450</a> </p>
</div>
</div>
<div class="col c4"><h3>Yay headings!</h3>You can view the source of this page and copy it to get a quick start on a project with Min!<br><a href="http://owenversteeg.com" class="btn btn-sm btn-b">Do stuff!</a></div>
<div class="col c4"><h3>Yay headings!</h3>You can view the source of this page and copy it to get a quick start on a project with Min!<br><a href="http://owenversteeg.com" class="btn btn-sm btn-c">Do stuff!</a></div>
</div>
</div>
</div>
</body>
<script src="build/main.bundle.js"></script>
</html>