forked from orezeni/orezeni.github.com
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
43 lines (37 loc) · 1.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
---
layout: default
title: The Daily Bread
---
<script src="js/dailybread-page.js"></script>
<div id="dailybread">
<!--
<h2 class="page-header">The Daily Bread <small> Costs for the British Taxpayer per Day</small></h2>
-->
{% include local-gov-select.html %}
<div>
<h2 style="width:240px;display:inline-block;vertical-align:top;">あなたの世帯タイプは?</h2>
<div id="select-dependents-type" style="width:450px;display:inline-block;">
<div class="single">単身世帯</div>
<div class="family">扶養有り</div>
</div>
<br style="clear:both;">
</div>
<div id="preloader" style="text-align: center; padding: 100px"><img src="img/ajax-loader.gif" style="vertical-align:top" /> <span class="txt">loading javascript libraries</span></div>
<div id="content-wrap" style="display:none">
<div id="db-topbar" class="layout-row layout-3col-15-70-15">
<div id="db-salary" class="layout-col layout-col-1">
<h2>年収</h2>
<p>¥4,000,000</p>
</div>
<div id="db-slider" class="layout-col layout-col-2">
<h2>あなたの年間収入を選んでください</h2>
<div class="wdmmg-slider"></div>
</div>
<div id="db-tax" class="layout-col layout-col-3">
<h2>あなたの<span class="local-gov-name">(選択した市町村)</span>税(年間)</h2>
<p>¥31.12</p>
</div>
</div><!-- /#db-topbar -->
</div>
あなたの市税は、1日当たり、どこで、いくら使われているか?
</div><!-- /#dailybread -->