|
1 | 1 | {% extends '_layouts/department-section.html.twig' %}
|
| 2 | +{% from '_macros/row.html.twig' import row, figure_stacked, figure_horizontal %} |
2 | 3 |
|
3 | 4 | {% set department = "Children's Center" %}
|
4 | 5 |
|
5 |
| -{% block reportBody %} |
6 |
| - <p>The <a href="https://www.csun.edu/as/childrens-center">AS Children’s Center</a> is a high-quality early childhood program that provides a safe and nurturing environment while promoting the physical, social, emotional and intellectual development of young children. We are accredited by the National Association for the Education of Young Children (NAEYC), which administers a national, voluntary, professionally sponsored accreditation system for all types of preschools and child care centers.</p> |
| 6 | +{% block description %} |
| 7 | +The [AS Children’s Center](https://www.csun.edu/as/childrens-center) is a high-quality early childhood program that provides a safe and nurturing environment while promoting the physical, social, emotional and intellectual development of young children. We are accredited by the National Association for the Education of Young Children (NAEYC), which administers a national, voluntary, professionally sponsored accreditation system for all types of preschools and child care centers. |
| 8 | +{% endblock %} |
7 | 9 |
|
8 |
| - <div class="row mb-5"> |
| 10 | +{% block reportBody %} |
| 11 | + <div class="row"> |
9 | 12 | <div class="col-md-6">
|
10 |
| - <h3 class="t-3">Accreditation</h3> |
11 |
| - <p class="mb-0">Continued Accreditation by the National Association for the Education of Young Children</p> |
| 13 | + <section class="mb-5"> |
| 14 | + <h3 class="t-3">Accreditation</h3> |
| 15 | + <p>Continued Accreditation by the National Association for the Education of Young Children</p> |
| 16 | + </section> |
12 | 17 | </div>
|
13 | 18 | <div class="col-md-6">
|
14 |
| - <h3 class="t-3">Accomplishments</h3> |
15 |
| - <ul> |
16 |
| - <li>Contracts with Ca. Department of Education/Early Education and Support Division for State funded preschool and childcare. Grant with Child and Adult Care Food Program.</li> |
17 |
| - <li>In May 2017 the Children's Center was named an Exemplary Program by the Child and Adolescent Alumni Chapter.</li> |
18 |
| - </ul> |
| 19 | + <section class="mb-5"> |
| 20 | + <h3 class="t-3">Accomplishments</h3> |
| 21 | + <ul> |
| 22 | + <li>Contracts with Ca. Department of Education/Early Education and Support Division for State funded preschool and childcare. Grant with Child and Adult Care Food Program.</li> |
| 23 | + <li>In May 2017 the Children's Center was named an Exemplary Program by the Child and Adolescent Alumni Chapter.</li> |
| 24 | + </ul> |
| 25 | + </section> |
19 | 26 | </div>
|
20 | 27 | </div>
|
21 | 28 |
|
22 |
| - <h3 class="t-3">Serving</h3> |
23 |
| - <div class="row mb-5"> |
24 |
| - <div class="col-md-4"> |
25 |
| - <div class="d-flex flex-row"> |
26 |
| - <span class="t-5 pr-3">145</span> |
27 |
| - <span class="f-serif t-1 u-line-break"> |
28 |
| - Families |
29 |
| - per Semester |
30 |
| - </span> |
31 |
| - </div> |
32 |
| - </div> |
33 |
| - <div class="col-md-4"> |
34 |
| - <div class="d-flex flex-row"> |
35 |
| - <span class="t-5 pr-3">156</span> |
36 |
| - <span class="f-serif t-1 u-line-break"> |
37 |
| - Children |
38 |
| - per Semester |
39 |
| - </span> |
40 |
| - </div> |
41 |
| - </div> |
42 |
| - <div class="col-md-4"> |
43 |
| - <div class="d-flex flex-row"> |
44 |
| - <span class="t-5 pr-3">20,000</span> |
45 |
| - <span class="f-serif t-1 u-line-break"> |
46 |
| - Meals |
47 |
| - </span> |
48 |
| - </div> |
| 29 | + <section class="mb-5"> |
| 30 | + <h3 class="t-3">Serving</h3> |
| 31 | + <div class="row"> |
| 32 | + {{ row([ |
| 33 | + { |
| 34 | + value: 145, |
| 35 | + desc: 'Families |
| 36 | + per Semester' |
| 37 | + }, |
| 38 | + { |
| 39 | + value: 156, |
| 40 | + desc: 'Children |
| 41 | + per Semester' |
| 42 | + }, |
| 43 | + { |
| 44 | + value: 20000, |
| 45 | + desc: 'Meals' |
| 46 | + } |
| 47 | + ], 'col-md-4') }} |
49 | 48 | </div>
|
50 |
| - </div> |
| 49 | + </section> |
51 | 50 |
|
52 |
| - <h3 class="t-3">Our Staff</h3> |
53 |
| - <div class="row"> |
54 |
| - <div class="col-md-4"> |
55 |
| - <div class="d-flex flex-row"> |
56 |
| - <span class="t-5 pr-3">12</span> |
57 |
| - <span class="f-serif t-1 u-line-break"> |
58 |
| - Number of |
59 |
| - Teachers |
60 |
| - </span> |
61 |
| - </div> |
62 |
| - </div> |
63 |
| - <div class="col-md-4"> |
64 |
| - <div class="d-flex flex-row"> |
65 |
| - <span class="t-5 pr-3">67</span> |
66 |
| - <span class="f-serif t-1 u-line-break"> |
67 |
| - Number of |
68 |
| - Employees |
69 |
| - </span> |
70 |
| - </div> |
| 51 | + <section> |
| 52 | + <h3 class="t-3">Our Staff</h3> |
| 53 | + <div class="row"> |
| 54 | + {{ row([ |
| 55 | + { |
| 56 | + value: 12, |
| 57 | + desc: 'Number of |
| 58 | + Teachers' |
| 59 | + }, |
| 60 | + { |
| 61 | + value: 67, |
| 62 | + desc: 'Number of |
| 63 | + Employees' |
| 64 | + }, |
| 65 | + { |
| 66 | + value: 55, |
| 67 | + desc: 'Number of |
| 68 | + Student Employees' |
| 69 | + } |
| 70 | + ], 'col-md-4') }} |
71 | 71 | </div>
|
72 |
| - <div class="col-md-4"> |
73 |
| - <div class="d-flex flex-row"> |
74 |
| - <span class="t-5 pr-3">55</span> |
75 |
| - <span class="f-serif t-1 u-line-break"> |
76 |
| - Number of |
77 |
| - Student Employees |
78 |
| - </span> |
79 |
| - </div> |
80 |
| - </div> |
81 |
| - </div> |
| 72 | + </section> |
82 | 73 | {% endblock %}
|
0 commit comments