-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorganization.html
More file actions
65 lines (61 loc) · 2.09 KB
/
organization.html
File metadata and controls
65 lines (61 loc) · 2.09 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
<!doctype html>
<html lang="en">
<head>
<title>TFUG Japan 拠点</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="img/favicon.ico" />
<script src="scripts/jquery-2.1.4.min.js"></script>
<link rel="stylesheet" href="lib/mdl/material.min.css">
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/organization.css">
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="scripts/purl.js"></script>
<script src="scripts/global.js"></script>
<script src="scripts/organization.js"></script>
<!-- Material Design Lite -->
<script src="lib/mdl/material.min.js"></script>
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<header>
<div class="header-logo">
<a href="/"><img src="img/logo.png"></a>
</div><div class="header-title">
<a href="/">TFUG Japan</a>
</div></header>
<div class="main">
<div class="side-menu">
<div>
<a href="/">
<button class="mdl-button mdl-js-button mdl-js-ripple-effect" id="menu_top">
トップ
</button>
</a>
</div>
<div>
<a href="tfugevent.html">
<button class="mdl-button mdl-js-button mdl-js-ripple-effect" id="menu_event">
イベント
</button>
</a>
</div>
<div>
<a href="organization.html">
<button class="mdl-button mdl-js-button mdl-js-ripple-effect" id="menu_organization">
拠点
</button>
</a>
</div>
</div>
<div class="content">
<div class="card-list">
</div>
</div>
</div>
<footer>
</footer>
</body>
</html>