-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (50 loc) · 2.73 KB
/
index.html
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Red Cross Code by redcross</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Red Cross Code</h1>
<p>Red Cross Code is an open partnership between American Red Cross chapters, the technology community, and open data enthusiasts to build new digital tools for preparing, responding, and recovering from disasters.</p>
<p class="view"><a href="https://github.com/redcross">View My GitHub Profile</a></p>
</header>
<section>
<h3>Red Cross Code</h3>
<p>Red Cross Code is an open partnership between American Red Cross chapters, the technology community, and open data enthusiasts to build new digital tools for preparing, responding, and recovering from disasters.</p>
<h3>Who We Are</h3>
<ul>
<li>American Red Cross, Greater Chicago Region
<ul>
<li>Jim McGowan, Manager, Operations Analysis and Disaster Dispatch</li>
</ul>
</li>
<li>American Red Cross, Bay Area Chapter
<ul>
<li>John Laxson, Disaster Action Team Lead, San Francisco County</li>
</ul>
</li>
</ul><h3>Our Projects</h3>
<ul>
<li><p><strong>Centralized login</strong> allowing our range of tools to share an authentication system so users need only one password to access all of our services. </p></li>
<li><p><strong>iDAT</strong>, Disaster Casework System. Online/offline capable web application for completing disaster client casework in the field using an iPad, tablet, or laptop. </p></li>
<li><p><strong>Incident Dispatch/Management System</strong> is a tool for managing the dispatch of disaster responders to incident scenes, and collecting important details and demographics for later analysis.</p></li>
<li><p><strong>Calldown</strong>, an application that uses cloud telephony to enable mass communications to disaster responders via phone calls or text messages. Users can specify a custom message and desired number of responders for each incident, and <em>calldown</em> will attempt to reach responders until it gets enough positive responses (via touch-tone keypad or sms response). </p></li>
</ul><h3>How To Contribute</h3>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>