-
Notifications
You must be signed in to change notification settings - Fork 3
/
report.html
151 lines (148 loc) · 5.4 KB
/
report.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!doctype html>
<html lang="ja">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131325812-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-131325812-1');
</script>
<meta charset="utf-8">
<meta http-equiv="content-language" content="ja">
<title>会計報告 | CoderDojo 堺</title>
<meta name="description" content="Coderdojo堺の会計状況の報告です。。">
<meta name="keywords" content="CoderDojo,堺,コーダー道場,プログラミング,子ども,泉北ニュータウンまちびらき50周年事業" />
<meta name="author" content="CoderDojo堺" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="192x192" href="img/favicon/touch-icon.png">
<link rel="icon" type="image/png" href="img/favicon/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="img/favicon/favicon.ico">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="container-fluid" id="pageTop">
<div class="row">
<div class="header-nav-wrapper">
<div class="logo">
<a href="./index.html"><img src="img/CoderDojoLogo.png" alt="コーダー道場さかい"></a>
</div>
<div class="primary-nav-wrapper">
<nav>
<ul class="primary-nav">
<li><a href="./index.html">ホーム</a></li>
<li><a href="./coderdojo.html">CoderDojoとは</a></li>
<li><a href="./mentor.html">メンターになる</a></li>
<li><a href="./ninja.html">子どもの参加</a></li>
<li class="now"><a href="./report.html">会計報告</a></li>
</ul>
</nav>
<div class="secondary-nav-wrapper">
<ul class="secondary-nav">
<li class="subscribe"><a href="./donation.html">寄付をする</a></li>
</ul>
</div>
</div>
<div class="navicon">
<a class="nav-toggle" href="#"><span></span></a>
</div>
</div>
</div>
</div>
<section class="head has-padding" style="padding-bottom: 0;">
<div class="container">
<div class="row">
<h1 class="wp1">会計報告</h1>
</div>
</div>
</section>
<!-- SECTION: -->
<section class="collective has-padding">
<div class="container">
<div class="row is-centered">
<div class="scrollEnable">
<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQ_uPpbTt_kgKLy9OqwTUZtz3WKev2oPB64hSJG_pFwDH6Cfu5wD74mGFLhiMZlr1HaLae6covE8dBD/pubhtml?widget=true&headers=false" frameborder="0" width="100%" height="580px" scrolling="yes"></iframe>
</div>
</div>
</div>
</section>
<style>
.scrollEnable{
overflow: auto;
-webkit-overflow-scrolling: touch;
}
</style>
<!-- END SECTION: -->
<!-- SECTION: -->
<section class="get-started has-padding text-center">
<div class="container">
<div class="row">
<div class="col-md-12 wp4">
<h2>CoderDojo堺のスポンサー</h2>
</div>
</div>
<div class="row" style="margin-top: 40px;">
<div class="col-md-6">
<p>
<a href="http://www.smartvalue.ad.jp" target="_blank">
<img src="https://coderdojo-sakai.github.io/images/sponsor/smartvalue.png" alt="smartvalue" class="img-responsive center-block">
</a>
</p>
</div>
<div class="col-md-6">
<p>
<a href="http://www.pangea-sein.com" target="_blank">
<img src="https://coderdojo-sakai.github.io/images/sponsor/pangealogo.png" alt="pangea" class="img-responsive center-block">
</a>
</p>
</div>
</div>
</div>
</section>
<!-- END SECTION: -->
<!-- SECTION: Footer -->
<footer class="has-padding footer-bg">
<div class="container">
<div class="row">
<div class="logo">
<a href="./index.html"><img src="img/CoderDojoLogo.png" alt="コーダー道場さかい"></a>
</div>
</div>
<div class="row">
<div class="col-md-12 footer-nav">
<ul class="footer-primary-nav">
<li><a href="./index.html">ホーム</a></li>
<li><a href="./coderdojo.html">CoderDojoについて</a></li>
<li><a href="./mentor.html">メンターになる</a></li>
<li><a href="./ninja.html">子どもの参加</a></li>
<li><a href="./report.html">会計報告</a></li>
</ul>
<ul class="footer-share">
<li><a href="./donation.html">寄付をする</a></li>
</ul>
</div>
</div>
</div>
</footer>
<a href="#pageTop" id="upperBtn">UP</a>
<!-- END SECTION: Footer -->
<!-- JS CDNs -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js"></script>
<!-- jQuery local fallback -->
<script>
window.jQuery || document.write('<script src="js/min/jquery-1.11.2.min.js"><\/script>')
</script>
<!-- JS Locals -->
<script src="js/min/bootstrap.min.js"></script>
<script src="js/min/jquery.waypoints.min.js"></script>
<script src="js/scripts.js"></script>
</script>
</body>
</html>