-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (29 loc) · 953 Bytes
/
index.html
File metadata and controls
30 lines (29 loc) · 953 Bytes
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
---
title: "Social Tech Collaborative"
layout: default
---
<div class="jumbotron">
<div class="container">
<div class="row">
<div class="col-lg-8">
<h1>Social Tech Playbook for COVID-19 Response</h1>
<p class="lead">A technology guide for social service agencies responding to the increased demand for basic needs during the coronavirus pandemic.</p>
<p><a class="btn btn-primary btn-lg" href="https://socialtech.us/playbook/" role="button">Visit the playbook</a></p>
</div>
<div class="col-lg-4">
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="news">
{% include news.html %}
<p><a href="/news">More news »</a></p>
</div>
</div>
<div class="col-lg-4">
</div>
</div>
</div>