-
Notifications
You must be signed in to change notification settings - Fork 0
/
search-result.html
136 lines (115 loc) · 5.7 KB
/
search-result.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8 ie7"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9 ie8"> <![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>The State Decoded</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="public/css/application.css">
<script src="public/js/vendor/modernizr.min.js"></script>
<!-- TypeKit Font loading -->
<script type="text/javascript" src="//use.typekit.net/djv6ymt.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</head>
<body class="preload search-result inside">
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<header id="page_header">
<div class="nest">
<hgroup id="virginia_logo">
<h1>Virginia</h1>
<h2>Decoded</h2>
</hgroup>
<section id="search">
<form id="search_form">
<label for="">
Search the code by title name, common phrase,
or assocaited court cases
</label>
<input type="search" name="search" value="" id="search" placeholder="Search the code...">
<input type="submit" name="submit" value="Search" id="submit" class="btn btn-success">
</form>
</section> <!-- // #search -->
</div> <!-- // .nest -->
<nav id="main_navigation" role="navigation">
<div class="nest">
<ul>
<li>
<a href="" id="the_code">The Code</a>
</li>
<li>
<a href="" id="court_cases">Court Cases</a>
</li>
<li>
<a href="" id="about_us">About Us</a>
</li>
<li>
<a href="" id="use_the_api">Use The API</a>
</li>
</ul>
</div> <!-- // .nest -->
</nav> <!-- // #main_navigation -->
</header> <!-- // #page_header -->
<section id="main_content" role="main">
<div class="nest">
<ol class="search-results">
<li>
<section class="breadcrumbs">
<ul class="steps-nav">
<li><a href="#"><span>18.2</span> Crimes and Offenses</a></li>
<li class="active"><a href="#"><span>18.2</span> Crimes and Offenses</a></li>
</ul>
</section>
<a class="result">
<h1>§ 18.2-416 Punishment for using <span>abusive language</span> to another.</h1>
<p>...or use any violent <span>abusive language</span> to such person concerning himself or any of his relations, or otherwise use such language, under circumstances reasonably calculated...</p>
</a>
</li>
</ol>
</div> <!-- // .nest -->
</section>
<footer id="page_footer">
<div class="nest">
<p class="legalese">
Richmond Capitol photo licensed under creative commons from http://www.flickr.com/photos/goellnitz/5277987497. All user-contributed content is, of course, owned by its authors. The state code is owned by the citizens of Virginia and, consequently, it is not governed by copyright—so do whatever you want with it! The information on this website does not constitute legal advice—nobody here is acting as your attorney, and nothing that you read here is a substitute for a competent attorney. I make no guarantee that this information is accurate or up-to-date, although I try my best. Seriously, I am not your attorney. Heck, I’m not an attorney at all.
</p>
<p class="downloads">
<a href="" title="">Bulk Downloads</a>
</p>
<p class="credits">
© 2011 - 2012 <a href="http://waldo.jaquith.org">Waldo Jaquith</a>
<br>
Powered by <a href="">The State Decoded</a>
<br>
Design by <a href="http://www.meticulous.com">Meticulous</a>
</p>
</div> <!-- // .nest -->
</footer> <!-- // #page_footer -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="public/js/vendor/jquery.min.js"><\/script>')</script>
<!-- <script src="public/js/plugins.js"></script> -->
<!-- <script src="public/js/main.js"></script> -->
<script src="public/js/vendor/js-webshim/minified/polyfillter.js"></script>
<script>
$.webshims.polyfill('mediaelement');
</script>
<script src="public/js/vendor/bootstrap-transition.js"></script>
<script src="public/js/vendor/bootstrap-modal.js"></script>
<script src="public/js/vendor/mousetrap.min.js"></script>
<script src="public/js/ready.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>