-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforUs.xhtml
More file actions
60 lines (49 loc) · 3.63 KB
/
forUs.xhtml
File metadata and controls
60 lines (49 loc) · 3.63 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
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://xmlns.jcp.org/jsf/html"
xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
<h:head>
<title>Facelet Title</title>
<h:outputStylesheet library="css" name="style.css"/>
<h:outputStylesheet library="css" name="bootstrap.min.css" />
<h:outputScript library="js" name="jquery-3.2.1.min.js" />
<h:outputScript library="js" name="bootstrap.min.js" />
<h:outputScript library="js" name="script.js" />
</h:head>
<h:body>
<ui:decorate template="template.xhtml">
<ui:define name="centerContent">
<h:form>
<div class="center-block liu5" style="width: 70%; margin-top: 50px;margin-bottom: 100px;">
<br/> <br/>
<div>
<div class="text-center">
<p>
<h2>关于我们</h2>
<br/><br/>
</p>
</div>
<br/> <br/>
<div>
<p style="font-size: 20px;">
公益联盟(CNAEF)创立于2018年11月,由社会各界自愿支持偏远地区青少年教育的爱心人士组成,是中国最早成立的民间支教公益组织、中国青少年教育平等运动的倡导者和实践者、一直致力于偏远地区教育事业发展的非营利性民间机构。
自成立以来,联盟始终恪守“知识改变命运,教育提高素质”的宗旨,广泛动员社会力量,积极倡导青少年教育平等运动,极大地推动了偏远地区教育事业的发展。
联盟的主要工作是:收集和展示偏远地区教育现状,发布支教需求信息,呼吁全民共同关注偏远地区孩子的成长;牵线支教志愿者,为偏远地区提供支教资源,缓解师资匮乏现状;为贫困地区提供生活及教学物资的支持;搭建一对一助学和捐赠的桥梁。
十二年来,我们的脚步到达了宁夏、贵州、云南、四川、陕西、湖南、广西、青海、新疆、河南、江西等43个县,最远到达了缅甸的缅北华人地区;支援偏远山区中小学将近240所,定向资助高中生4百余人,中小学生2千余人;通过联盟参加支教志愿者老师2千余人,支教课时20万余节;援建教学场所70余处,捐赠图书2万余册、物资45万件,惠及人数达到100万人次。
团队理念
聚是一团火 散作满天星。</p>
<br/>支教足迹图:
<div class="row">
<div class="col-sm-6 col-md-3" style="width: 500px;">
<a class="thumbnail"> <img class="center-block" src="resources/images/c1.jpg"></img></a>
</div>
</div>
</div>
</div>
</div>
</h:form>
</ui:define>
</ui:decorate>
</h:body>
</html>