Skip to content

Instantly share code, notes, and snippets.

@zbeat
Last active October 2, 2015 19:02
Show Gist options
  • Save zbeat/d6cc038e6d8fe05b5e95 to your computer and use it in GitHub Desktop.
Save zbeat/d6cc038e6d8fe05b5e95 to your computer and use it in GitHub Desktop.
Responsive SCF map widget (w/ Bootstrap)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Report a Problem (Responsive)</title>
<!-- Bootstrap: Latest compiled and minified CSS -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css">
<!-- Bootstrap: Optional theme -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap-theme.min.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="starter-template">
<h1>Report a Problem - Littleton Click &amp; Fix</h1>
<p><img src="http://www.littletongov.org/modules/showimage.aspx?imageid=3413" align="right"> Littleton residents can now use a smartphone, tablet, or computer to report non-emergency issues or concerns 24 hours a day, 7 days a week. Use this app, Click & Fix Littleton, to submit issues such as:</p>
<ul>
<li>potholes
<li>icy or damaged sidewalk
<li>graffiti
<li>missing or damaged street signs
<li>abandoned vehicle
<li>and more...
</ul>
<iframe src="//seeclickfix.com/map_widgets/4697/" style="display: block; margin: 20px auto; padding: 5px; width: 95%; height: 500px; border: 1px solid #ddd; box-shadow: 2px 2px 2px #aaa; border-radius: 3px;"></iframe>
<p>Littleton city staff will respond to the concerns Monday through Friday during business hours. If the report is submitted on a holiday, it will be seen the next business day.</p>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Bootstrap: Latest compiled and minified JavaScript -->
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment