-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorganization.html
49 lines (48 loc) · 1.48 KB
/
organization.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
---
layout: base
include_map : true
---
<article class="single organization">
<header class="banner row">
<div class="heading">
<h1 class="prime-title">{{ page.title }}</h1>
<dl class="meta">
<dt>Type:<dt>
<dd class="category">
{% if page.category == 'local' %}
Local organization
{% elsif page.category == 'national' %}
National organization
{% endif %}
</dd>
<dt>Impact area:<dt>
<dd class="impact-area {{ site.data.impact_areas[page.impact_area].class }}" title="{{ page.impact_area }}"><span>{{ page.impact_area }}</span></dd>
</dl>
</div>
<nav id="sec-nav">
<ul class="menu">
<li class="tab current"><a href="#" title="View overview">Overview</a></li>
<li class="tab"><a href="#" title="View report" class="disabled">Analysis</a></li>
{% include menu-share.html %}
</ul>
</nav>
</header>
<div class="content row">
<div class="column">
{% include org-about-section.html %}
{% include org-wish-section.html %}
{% include org-what-section.html %}
</div>
<div class="column">
<section class="stats contained block">
<header class="contained-head">
<h1 class="prime-title">Stats</h1>
</header>
<div class="contained-body">
<p class="empty">No data to show.</p>
</div>
</section>
{% include org-contact-section.html %}
</div>
</div>
</article>