tubbsfireinfo.com/index.html

42 lines
1.5 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">
<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">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
<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 01:49:11 +00:00
<div class="hero text-center">
<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>
<nav class='mt-5'>
<a href="#donate" class='btn btn-lg btn-success mr-3'>
<i class="fa fa-money mr-2"></i>
Donate
</a>
<a href="#find-help" class='btn btn-lg btn-warning mr-3'>
<i class="fa fa-medkit mr-2"></i>
Find Help
</a>
2017-10-10 01:51:24 +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 01:51:24 +00:00
<a class="btn btn-danger btn-lg" href="https://docs.google.com/document/d/e/2PACX-1vRxWfSzFrGbHCLQ7x0ZK8sUMzTEoVMcVrl3YKt8N64j5_MqR5q7stS7kfCvWkd152NZm0reHq9aC80u/pub">
<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 01:08:57 +00:00
</body>
2017-10-10 01:49:11 +00:00
2017-10-10 01:51:24 +00:00
</html>