-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
85 lines (80 loc) · 4.99 KB
/
about.html
File metadata and controls
85 lines (80 loc) · 4.99 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<!--
* DATE: 09/26/2016
* INFO: This page was developed by Nathan Brigmon using Bootstrap CSS styles. It's built on the work of John Clary the previous GIS Analyst at the Austin Code Department.
* CONT: To contact the developer of the page, email nathan.brigmon@austintexas.gov
-->
<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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Austin Code's GitHub</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<link href="css/bootstrap-theme.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/custom-theme.css" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body class="box">
<!-- Fixed navbar -->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Austin Code</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="about.html">About</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="maps.html">Maps</a></li>
<!-- <li><a href="demographics.html">Demographics</a></li>--> <!-- removing demographics page while updating-->
<li><a href="news.html">News</a></li>
<li><a href="open.html">Open Links</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</nav>
<div class="container col-lg-6 col-lg-offset-3 col-md-8 col-md-offset-2" id="main" role="main">
<div class="page-header">
<h1>About</h1>
</div>
<div class="code-logo">
<img src="imgs/coa_code_logo.png" />
</div>
<p class="text-muted tag-line">"Preserving Austin's Quality of Life"</p>
<p>Austin Code is here to keep the community clean and safe. Through the continuous training and an ongoing focus on customer service, consistency, and transparency, violations around the city will be brought into compliance. If compliance isn't
met, Austin Code will proceed with enforcement actions in order to make sure the community stays livable for everyone in Austin. </p>
<h3>Mission</h3>
<p>To provide quality education and enforcement of city codes and ordinances so that Austin will be a more livable city.</p>
<h3>History</h3>
<p>In 2009, the Austin Code Department was a small division of the Solid Waste Services Department. Now we have grown to over 100 employees, and we are a standalone department with an important responsibility to the community we serve.</p>
<h3>Today</h3>
<p>The Austin Code Department maintains the balance between code compliance and code enforcement by implementing programs to ensure a minimum standard is met</p>
<p>Code Officers identify dangerous and substandard conditions in each of the four districts they are assigned. Dangerous conditions threaten the immediate health and safety of the resident, whereas substandard conditions are issues taht may not
be life threatening, but have a negative impact on the community.</p>
<p>Through community focused public education programs, stakeholder feedback and face-to-face dialogue, Austin Code gets to know the community we serve.</p>
<hr style="width:50%" />
<p>Austin Code Department exists to make sure city codes and ordinances are met so Austin continues to be one of the safest and most livable cities in the country.</p>
<hr style="width:50%" />
<p>City codes and ordinances have been created to protect the health, safety, and quality of life for the citizens of Austin. If there is a problem property in your neighborhood, call 3-1-1. And remember, you can always call anonymously.</p>
<div class="footnote" id="footnoteInsert"></div>
</div>
<!-- /container -->
<!-- js files -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/custom-script.js"></script>
</body>
</html>