forked from pofeng/pofeng.github.io
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refs #24, add annual report template.
- Loading branch information
Showing
5 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
{% include ui_header.html %} | ||
|
||
<body> | ||
{% include ui_nav.html %} | ||
|
||
<div class="wrapper-fluid"> | ||
|
||
{{ content }} | ||
|
||
</div><!-- end of wrapper --> | ||
|
||
{% include ui_footer.html %} | ||
|
||
{% include ga.html %} | ||
{% include ui_closure.html %} | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
layout: semantic-ui-fluid | ||
title: 開放文化基金會::2015年度成果報告 | ||
css: /report/2015/report.css | ||
og_description: 你的支持讓開放文化更茁壯 - 開放文化基金會 2015 年度成果報告 | ||
og_image: http://placehold.it/400x300 | ||
--- | ||
<h1 class="ui horizontal divider header">2015 年度成果報告</h1> | ||
<div class="ui container annual-report"> | ||
<div class="ui relaxed divided link items"> | ||
<!--item--> | ||
<div class="item"> | ||
<div class="ui image"> | ||
<img src="http://www.charitywater.org/annual-report/14/images/team-1-large-up.jpg"> | ||
</div> | ||
<div class="middle aligned content"> | ||
<h3 class="seppy">Our team grew in lots of ways. Most notably, we added 21 new team members.</h3> | ||
<p>Now our team is truly global, collaborating from Colorado, Oregon, Tennessee, Vermont, Washington DC, Cambodia, Ethiopia, and (of course) our headquarters in New York.</p> | ||
</div> | ||
</div> | ||
<!--item--> | ||
<div class="item"> | ||
<div class="middle aligned content"> | ||
<h3 class="seppy">Our team grew in lots of ways. Most notably, we added 21 new team members.</h3> | ||
<p>Now our team is truly global, collaborating from Colorado, Oregon, Tennessee, Vermont, Washington DC, Cambodia, Ethiopia, and (of course) our headquarters in New York.</p> | ||
</div> | ||
<div class="ui image"> | ||
<img src="http://www.charitywater.org/annual-report/14/images/team-1-large-up.jpg"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<script> | ||
// lazy load image | ||
$('.demo.items .image img') | ||
.visibility({ | ||
type : 'image', | ||
transition : 'fade in', | ||
duration : 1000 | ||
}); | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.annual-report .item .content, | ||
.annual-report .item .image { | ||
width: 50%; | ||
margin: 0; | ||
} |