tubbsfireinfo.com/index.html

118 lines
4.1 KiB
HTML
Raw Normal View History

2017-10-10 01:08:57 +00:00
<html lang="en">
2017-10-10 01:49:11 +00:00
2017-10-10 01:08:57 +00:00
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
2017-10-10 02:27:33 +00:00
<title>Tubb"s Fire Information - Santa Rosa, Sonoma County Fire News, Resources and Contacts</title>
2017-10-10 01:49:11 +00:00
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
2017-10-10 02:27:33 +00:00
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:Open+Sans:400,700"
rel="stylesheet">
2017-10-10 02:32:37 +00:00
<link rel="stylesheet" href="/output.css">
2017-10-10 01:08:57 +00:00
</head>
2017-10-10 01:49:11 +00:00
2017-10-10 01:08:57 +00:00
<body>
2017-10-10 02:27:33 +00:00
<div class="section bg-light text-center">
2017-10-10 01:49:11 +00:00
<div class="container">
<h1 class="display-1">Tubb's Fire Info</h1>
<p class="lead">Up-to-date information, resources and news regarding the Tubb's Fire in Sonoma
County, California.</p>
2017-10-10 02:27:33 +00:00
<nav class="mt-5">
<a href="#donate" class="btn btn-lg btn-success mr-3">
2017-10-10 01:49:11 +00:00
<i class="fa fa-money mr-2"></i>
Donate
</a>
2017-10-10 02:27:33 +00:00
<a href="#find-help" class="btn btn-lg btn-warning mr-3">
2017-10-10 01:49:11 +00:00
<i class="fa fa-medkit mr-2"></i>
Find Help
</a>
2017-10-10 02:27:33 +00:00
<a href="#volunteer" class="btn btn-lg btn-info mr-3">
2017-10-10 01:49:11 +00:00
<i class="fa fa-handshake-o mr-2"></i>
Volunteer
</a>
2017-10-10 02:38:58 +00:00
<a class="btn btn-danger btn-lg" href="http://bit.ly/sonoma-fire-info" taget="_blank">
2017-10-10 01:51:24 +00:00
<i class="fa fa-book mr-2"></i>
Resources
</a>
2017-10-10 01:49:11 +00:00
</nav>
</div>
2017-10-10 01:08:57 +00:00
</div>
2017-10-10 01:49:11 +00:00
2017-10-10 02:27:33 +00:00
<div id="donate" class="section">
<div class="container">
<h2 class="display-4 text-center mb-5">Donate</h2>
<div class="row">
<div class="col-sm-8 mx-auto">
<ul class="list-group">
<li class="list-group-item">
<i class="fa fa-book mr-3"></i>
<a href="http://www.nbcbayarea.com/news/local/How-To-Help-North-Bay-Fire-Relief-Efforts-450142573.html">
List of organizations accepting donations
</a>
</li>
<li class="list-group-item">
<i class="fa fa-money mr-3"></i>
<a href="http://bit.ly/tubbs-fire-relief">Donate to the Tubb's Fire Relief Fund</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="find-help" class="section bg-light">
<div class="container">
<h2 class="display-4 text-center mb-5">Find Help</h2>
<div class="row">
<div class="col-sm-8 mx-auto">
<ul class="list-group">
<li class="list-group-item">
<i class="fa fa-phone mr-3"></i>
Sonoma County Emergency Operations Hotline:
<a href="tel:17075653856">(707) 565-3856</a>
</li>
<li class="list-group-item">
<i class="fa fa-bullhorn mr-3"></i>
<a href="https://safeandwell.communityos.org/zf/safe/add">List yourself as safe and well</a>
through the Red Cross
</li>
<li class="list-group-item">
<i class="fa fa-home mr-3"></i>
<a href="https://drive.google.com/open?id=1fWtzxnQYhPEICJ6AjQdYKI_Tnqc&usp=sharing">Current list of shelters</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="volunteer" class="section">
<div class="container">
<h2 class="display-4 text-center mb-5">Volunteer</h2>
<div class="row">
<div class="col-sm-8 mx-auto">
<ul class="list-group">
<li class="list-group-item">
<i class="fa fa-handshake-o mr-3"></i>
<a href="http://www.redcross.org/volunteer/volunteer-opportunities/disaster-volunteer">Red Cross Volunteer form</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="volunteer" class="section bg-light">
<div class="container text-center">
<p>
Made by a volunteer team at
<a href="http://www.chimeraarts.org/">Chimera Arts & Makerspace</a>
</p>
<p>
<a href="https://github.com/chimera/tubbsfireinfo.com">View code for website here</a>
</p>
</div>
</div>
2017-10-10 01:08:57 +00:00
</body>
2017-10-10 01:49:11 +00:00
2017-10-10 01:51:24 +00:00
</html>