-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchildcare.html
More file actions
77 lines (64 loc) · 2.42 KB
/
Copy pathchildcare.html
File metadata and controls
77 lines (64 loc) · 2.42 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
layout: default
---
{% include slider.html content="<h2>Funding for child-care expenses</h2>" %}
<!-- Content -->
<div class="block">
<div class="container">
<div class="row">
<div class="col-md-3">
<section class="events small" id="events-small">
<header>
<h2>Dates</h2>
</header>
<div class="section-content">
<article class="event nearest">
<figure class="date">
<div class="month">oct</div>
<div class="day">14</div>
</figure>
<aside>
<header>
Childcare support form due (11:59:59pm PST)
</header>
</aside>
</article>
<br>
<article class="event nearest-second">
<figure class="date">
<div class="month">oct</div>
<div class="day">21</div>
</figure>
<aside>
<header>
Notification
</header>
</aside>
</article>
<br>
</div>
</section>
</div><!-- /.col-md-3 -->
<div class="col-md-6">
<section id="main-content">
<header>
<h1>Funding for child-care travel expenses</h1>
</header>
<div class="section-content">
<p> The SoCC 2019 planning committee with the support of Microsoft,
is pleased to offer funding support for conference attendees travelling with infants/young children
towards any related expenses. The expected support is $400 per applicant.
Since the funding is limited, priority will be given to applicants travelling with infants.
Applicants should fill in the <a href="https://docs.google.com/forms/d/e/1FAIpQLSdIazNykpWPuKnPK45FGbMuf2PLEMEws3AjBhGeIcgUeCioVQ/viewform">childcare support form</a>.</p>
<p style="color:red;"><strike>October 7th</strike> October 14th, 2019 (11:59:59pm PST) - Childcare Support Applications Due
<br><strike>October 14th</strike> October 21st, 2019 - Notification <br></p>
</div><!-- /.section-content -->
</section><!-- /.main-content -->
</div><!-- /.col-md-6 -->
<div class="col-md-3">
{% include latest-news.html %}
</div><!-- /.col-md-3 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div>
<!-- end Content -->