-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpublic-info-assistance.html
503 lines (398 loc) · 22.4 KB
/
public-info-assistance.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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@1&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=PT+Sans&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/2661ac8955.js" crossorigin="anonymous"></script>
<link href="css/base_styles.css" rel="stylesheet">
<link href="css/public_info_assistance.css" rel="stylesheet">
</head>
<body class="home">
<!-- EMERGENCY BANNER -->
<div id="emergency__banner">
<button id="emergency__close" aria-label="Close" data-to-toggle="emergency__banner"><i class="fas fa-times"></i></button>
<p id="emergency__message">Access to ________ ____ _______ is limited due to the current Public Health Emergency caused by COVID-19. This messaging will be updated as the situation develops.</p>
</div><!-- /.emergency -->
<!-- /EMERGENCY BANNER -->
<!-- HEADER -->
<header class="header">
<h1 class="header__h1"><a href="/" rel="home">New Jersey Legislature</a></h1>
</header>
<!-- /HEADER -->
<!-- MAIN NAV -->
<nav class="nav">
<div class="mainNav__mobileToggleButtonSpace">
<button id="mainNav__mobileToggleButton" data-to-toggle="mainNav">
<i class="fas fa-bars fa-lg"></i>
<i class="fas fa-times fa-lg"></i>
</button>
</div><!-- /.mainNav__mobileToggleButtonSpace -->
<ul id="mainNav">
<li class="mainNav__links">
<h3 class="mainNav__linksHeader">
<button class="mainNav__toggler" aria-label="Main Nav Link Dropdown" data-to-toggle="mainNavCluster1">More More Links <i class="fas fa-caret-right"></i></button>
</h3>
<ul id="mainNavCluster1" class="mainNav__dropdownLinks">
<li class="mainNav__link">
<a href="/">Link to a page</a>
</li>
<li class="mainNav__link">
<a href="/">Link-a-doo</a>
</li>
<li class="mainNav__link">
<a href="/">Another Link</a>
</li>
<li class="mainNav__link">
<a href="/">Yet Another Link</a>
</li>
<li class="mainNav__link">
<a href="/">Just a Link</a>
</li>
</ul>
</li>
<li class="mainNav__links"><h3><a href="/">Link</a></h3></li>
<li class="mainNav__links">
<h3 class="mainNav__linksHeader">
<button class="mainNav__toggler" aria-label="Main Nav Link Dropdown" data-to-toggle="mainNavCluster2">More More Links <i class="fas fa-caret-right"></i></button>
</h3>
<ul id="mainNavCluster2" class="mainNav__dropdownLinks">
<li class="mainNav__link">
<a href="/">Link to a page</a>
</li>
<li class="mainNav__link">
<a href="/">Link-a-doo</a>
</li>
<li class="mainNav__link">
<a href="/">Another Link</a>
</li>
<li class="mainNav__link">
<a href="/">Yet Another Link</a>
</li>
<li class="mainNav__link">
<a href="/">Just a Link</a>
</li>
</ul>
</li>
<li class="mainNav__links"><h3><a href="/">Just a Link</a></h3></li>
<li class="mainNav__links">
<h3 class="mainNav__linksHeader">
<button class="mainNav__toggler" aria-label="Main Nav Link Dropdown" data-to-toggle="mainNavCluster3">More More Links <i class="fas fa-caret-right"></i></button>
</h3>
<ul id="mainNavCluster3" class="mainNav__dropdownLinks">
<li class="mainNav__link">
<a href="/">Link to a page</a>
</li>
<li class="mainNav__link">
<a href="/">Link-a-doo</a>
</li>
<li class="mainNav__link">
<a href="/">Another Link</a>
</li>
<li class="mainNav__link">
<a href="/">Yet Another Link</a>
</li>
<li class="mainNav__link">
<a href="/">Just a Link</a>
</li>
</ul>
</li>
<li class="mainNav__links">
<h3 class="mainNav__linksHeader">
<button class="mainNav__toggler" aria-label="Main Nav Link Dropdown" data-to-toggle="mainNavCluster4">More More Links <i class="fas fa-caret-right"></i></button>
</h3>
<ul id="mainNavCluster4" class="mainNav__dropdownLinks">
<li class="mainNav__link">
<a href="/">Link to a page</a>
</li>
<li class="mainNav__link">
<a href="/">Link-a-doo</a>
</li>
<li class="mainNav__link">
<a href="/">Another Link</a>
</li>
<li class="mainNav__link">
<a href="/">Yet Another Link</a>
</li>
<li class="mainNav__link">
<a href="/">Just a Link</a>
</li>
</ul>
</li>
<li class="mainNav__links"><h3><a href="/">Link to a page</a></h3></li>
<li class="mainNav__links"><h3><a href="/">Link it up</a></h3></li>
</ul>
</nav>
<!-- MAIN NAV -->
<!-- MAIN CONTENT -->
<main class="main">
<section class="publicInfoAssistance njContainer">
<h2 class="njPageTitle">Public Information Assistance</h2>
<div class="star__divider">
<hr class="star__dividerLine star__dividerLine--left">
<i class="fas fa-star"></i>
<hr class="star__dividerLine star__dividerLine--right">
</div>
<h3 class="publicInfoAssistance__subtitle">Legislative Information and Bill Room</h3>
<p class="publicInfoAssistance__text njIndent">The Legislative Information and Bill Room (LIBR) provides information to legislators, legislative staff, governmental agencies, the news media and the public. Common queries pertain to legislative action, legislative meeting schedules, contact information and explanations of legislative procedures. The office also refers inquiries to State, local and federal agencies where appropriate. The toll-free number is 800-792-8630 (for in-state calls only). For Hearing Impaired users, dial 711 for NJ Relay. The LIBR can also be reached at (609) 847-3905.</p>
<p class="publicInfoAssistance__text njIndent">The LIBR prepares the Legislative Calendar, which includes announcements of the date, time and location for Senate and General Assembly sessions; meetings of standing reference committees and legislative commissions; and public hearings. Session information also includes agendas and board lists. The office also produces the Legislative Digest the day after each session of either House, which provides up-to-date information on legislative activity, including various categories of bill status such as bills introduced, bills passed, bills amended by committee and bills signed into law since the last session.</p>
<p class="publicInfoAssistance__text njIndent">The LIBR staff maintains bill status tracking and keeps records of floor voting and committee action. They distribute copies of Executive Orders, veto messages, committee membership and leadership listings, and all publications produced by the Office of Legislative Services. The LIBR prints and distributes copies of bills, resolutions, committee statements, fiscal notes and recently enacted chapter laws. They also provide public hearing transcripts; copies of the Journal of the Senate, Minutes of the General Assembly, and Laws of New Jersey; and maps of New Jersey's legislative and congressional districts; as well as the following:</p>
<ul class="publicInfoAssistance__list">
<li class="publicInfoAssistance__listItem">New Jersey Legislature Roster of Members <a href="/members/printable_roster.pdf">pdf</a> <em>(large-print version available)</em></li>
<li class="publicInfoAssistance__listItem">Legislator Picture Book</li>
<li class="publicInfoAssistance__listItem">The Legislative Process in New Jersey <a href="Legislative_Process.pdf">pdf</a> <em>(English)</em></li>
<li class="publicInfoAssistance__listItem">The Legislative Process in New Jersey <a href="Spanish_Legislative_Process.pdf">pdf</a> <em>(Spanish)</em></li>
<li class="publicInfoAssistance__listItem">Making Your Voice Heard: Understanding the Public's Role in the Legislative Committee Process <a href="voice.pdf">pdf</a></li>
<li class="publicInfoAssistance__listItem">Chamber Seating Charts <a href="/members/senchart.asp">Senate</a> <a href="/members/aseating.asp">Assembly</a></li>
<li class="publicInfoAssistance__listItem">Citizens' Guide <a href="citizens_guide.pdf">pdf</a></li>
<li class="publicInfoAssistance__listItem">Legislator's Handbook <a href="legislator_handbook.pdf">pdf</a></li>
<li class="publicInfoAssistance__listItem">OLS Guide to Services <a href="guide2servicesfinal.pdf">pdf</a></li>
<li class="publicInfoAssistance__listItem">OLS Staff Directory</li>
<li class="publicInfoAssistance__listItem">Glossary of Legislative Terms <a href="GlossaryofTerms.pdf">pdf</a></li>
</ul>
<h3 class="publicInfoAssistance__subtitle">Visitor and Educational Publications</h3>
<ul class="publicInfoAssistance__list">
<li class="publicInfoAssistance__listItem">Visit the New Jersey State House <a href="visit_the_statehouse_brochure.pdf">pdf</a></li>
<li class="publicInfoAssistance__listItem">Information for Visitors with Special Needs <a href="Special_Needs.pdf">pdf</a> <em>(large-print version available)</em></li>
<li class="publicInfoAssistance__listItem">Visit New Jersey's Capitol Complex <a href="Visit_Complex_Guide.pdf">pdf</a> <em>(large-print version available)</em></li>
<li class="publicInfoAssistance__listItem">State House Educational Tours and Programs <a href="tour_ed_brochure.pdf">pdf</a></li>
<li class="publicInfoAssistance__listItem">How a Bill Becomes a Law in New Jersey: A Student's Guide to the Legislative Process <a href="student_guide_legislative_process.pdf">pdf</a></li>
<li class="publicInfoAssistance__listItem">New Jersey State House Activity Book <a href="Actbook_English.pdf">pdf</a> <em>(English)</em></li>
<li class="publicInfoAssistance__listItem">New Jersey State House Activity Book <a href="Actbook_Espanol.pdf">pdf</a> <em>(Spanish)</em></li>
<li class="publicInfoAssistance__listItem">Pastimes and Trivia <a href="pastimes_and_trivia.pdf">pdf</a></li>
<li class="publicInfoAssistance__listItem">The State House Today <a href="State-House-Today.pdf">pdf</a></li>
</ul>
<p class="publicInfoAssistance__text njIndent">Members of the general public may obtain any of these items by telephone, in person, through the mail, or via the Internet. Orders are usually filled within 24 hours. These documents are normally available to the public free of charge, with the notable exception of books. The office is located on level B of the State House Annex. The mailing address is</p>
<div class="publicInfoAssistance__addressSpace">
<address class="publicInfoAssistance__address">
Legislative Information and Bill Room<br />
State House Annex<br />
P.O. Box 068<br />
Trenton, NJ 08625-0068
</address>
</div><!-- /.publicInfoAssistance__addressSpace -->
<p class="publicInfoAssistance__text">The staff may be contacted via e-mail at <a href="mailto:[email protected]">[email protected]</a></p>
<h3 class="publicInfoAssistance__subtitle">Legislative Website</h3>
<p class="publicInfoAssistance__text njIndent">As a public service and pursuant to N.J.S.A 52:11-78, the Office of Legislative Services makes available to the public, via the Internet (<a href="http://www.njleg.state.nj.us">www.njleg.state.nj.us</a>), the text of all legislation under consideration by the present and past Legislatures and the full text of the Laws of the State of New Jersey. The site allows real time access to legislative proceedings. Also available are biographical overviews and pictures for each member; the Legislative Calendar and Legislative Digest; rosters and district listings; visitor information and a kids' page.</p>
</section>
</main>
<!-- /MAIN CONTENT -->
<!-- FOOTER -->
<footer class="footer">
<div class="footer__top">
<a href="/">Our Sub Group</a>
<span class="footer__linkDivider">|</span>
<a href="/">Sister Company</a>
<span class="footer__linkDivider">|</span>
<a href="/">Parent Company</a>
<div class="footer__divider">
<hr class="footer__dividerLine footer__dividerLine--left">
<i class="fas fa-star"></i>
<hr class="footer__dividerLine footer__dividerLine--right">
</div>
</div><!-- /.footer__top -->
<div class="footer__mid">
<div class="footer__sections">
<h3 class="footer__linksHeader">
<button class="footer__toggler" aria-label="Mobile Link Cluster Toggler" data-to-toggle="footerLinkCluster1">Some Links <span class="footer__mobileIndicator">+</span></button>
</h3>
<ul id="footerLinkCluster1" class="footer__links">
<li class="footer__link">
<a href="/">Link to a page</a>
</li>
<li class="footer__link">
<a href="/">Link-a-doo</a>
</li>
<li class="footer__link">
<a href="/">Another Link</a>
</li>
<li class="footer__link">
<a href="/">Yet Another Link</a>
</li>
<li class="footer__link">
<a href="/">Just a Link</a>
</li>
</ul>
<h3 class="footer__linksHeader">
<button class="footer__toggler" aria-label="Mobile Link Cluster Toggler" data-to-toggle="footerLinkCluster2">More More Links <span class="footer__mobileIndicator">+</span></button>
</h3>
<ul id="footerLinkCluster2" class="footer__links">
<li class="footer__link">
<a href="/">Link to a page</a>
</li>
<li class="footer__link">
<a href="/">Link-a-doo</a>
</li>
<li class="footer__link">
<a href="/">Another Link</a>
</li>
<li class="footer__link">
<a href="/">Yet Another Link</a>
</li>
<li class="footer__link">
<a href="/">Just a Link</a>
</li>
</ul>
</div><!-- /.footer__sections -->
<div class="footer__sections">
<h3 class="footer__linksHeader">
<button class="footer__toggler" aria-label="Mobile Link Cluster Toggler" data-to-toggle="footerLinkCluster3">More More Links <span class="footer__mobileIndicator">+</span></button>
</h3>
<ul id="footerLinkCluster3" class="footer__links">
<li class="footer__link">
<a href="/">Link to a page</a>
</li>
<li class="footer__link">
<a href="/">Link-a-doo</a>
</li>
<li class="footer__link">
<a href="/">Another Link</a>
</li>
<li class="footer__link">
<a href="/">Yet Another Link</a>
</li>
<li class="footer__link">
<a href="/">Just a Link</a>
</li>
</ul>
<h3 class="footer__linksHeader">
<button class="footer__toggler" aria-label="Mobile Link Cluster Toggler" data-to-toggle="footerLinkCluster4">Some Links <span class="footer__mobileIndicator">+</span></button>
</h3>
<ul id="footerLinkCluster4" class="footer__links">
<li class="footer__link">
<a href="/">Link to a page</a>
</li>
<li class="footer__link">
<a href="/">Link-a-doo</a>
</li>
<li class="footer__link">
<a href="/">Another Link</a>
</li>
<li class="footer__link">
<a href="/">Yet Another Link</a>
</li>
<li class="footer__link">
<a href="/">Just a Link</a>
</li>
</ul>
</div><!-- /.footer__sections -->
<div class="footer__sections">
<h3 class="footer__linksHeader">
<button class="footer__toggler" aria-label="Mobile Link Cluster Toggler" data-to-toggle="footerLinkCluster5">Some Links <span class="footer__mobileIndicator">+</span></button>
</h3>
<ul id="footerLinkCluster5" class="footer__links">
<li class="footer__link">
<a href="/">Link to a page</a>
</li>
<li class="footer__link">
<a href="/">Link-a-doo</a>
</li>
<li class="footer__link">
<a href="/">Another Link</a>
</li>
<li class="footer__link">
<a href="/">Yet Another Link</a>
</li>
<li class="footer__link">
<a href="/">Just a Link</a>
</li>
</ul>
<h3 class="footer__linksHeader">
<button class="footer__toggler" aria-label="Mobile Link Cluster Toggler" data-to-toggle="footerLinkCluster6">More More Links <span class="footer__mobileIndicator">+</span></button>
</h3>
<ul id="footerLinkCluster6" class="footer__links">
<li class="footer__link">
<a href="/">Link to a page</a>
</li>
<li class="footer__link">
<a href="/">Link-a-doo</a>
</li>
<li class="footer__link">
<a href="/">Another Link</a>
</li>
<li class="footer__link">
<a href="/">Yet Another Link</a>
</li>
<li class="footer__link">
<a href="/">Just a Link</a>
</li>
</ul>
</div><!-- /.footer__sections -->
<div class="footer__divider footer__divider--mobile">
<hr class="footer__dividerLine footer__dividerLine--left">
<i class="fas fa-star"></i>
<hr class="footer__dividerLine footer__dividerLine--right">
</div>
<div class="footer__sections">
<div class="footer__contact">
<h4 class="footer__contact--title">The Office of Company</h4>
<address>
Company Name<br />
123 Street St<br />
Town, State 12345-1234
</address>
<p class="footer__phone">
<i class="fas fa-phone-alt"></i>
<a href="tel:+1-555-123-4567">(555) 123-4567</a>
</p>
<p class="footer__email">
<i class="far fa-envelope"></i>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div><!-- /.footer__contact -->
<div class="footer__social">
<h4 class="stayConnected">Stay Connected</h4>
<a href="/"><i class="fab fa-facebook-f fa-2x"></i></a>
<a href="/"><i class="fab fa-twitter fa-2x"></i></a>
<a href="/"><i class="fab fa-instagram fa-2x"></i></a>
</div><!-- /.footer__social -->
<div class="footer__news">
<label for="newsSelect" class="newsSelect__label">News around NJ</label>
<select name="newsSelect" id="newsSelect">
<option selected="">Select a Newspaper</option>
<option value="http://www.app.com/">Asbury Park Press</option>
<option value="http://www.pressofatlanticcity.com">Atlantic City Press</option>
<option value="http://www.northjersey.com/">The Record</option>
<option value="http://www.phillyburbs.com/burlingtoncountytimes/">Burlington County Times</option>
<option value="http://www.c-n.com">Courier News</option>
<option value="http://www.courierpostonline.com">Courier Post</option>
<option value="http://www.dailyrecord.com">Daily Record</option>
<option value="http://www.lehighvalleylive.com ">Express Times</option>
<option value="http://www.thnt.com/">Home News & Tribune</option>
<option value="http://www.njbiz.com">NJBIZ</option>
<option value="http://www.njherald.com">New Jersey Herald</option>
<option value="http://www.nytimes.com">New York Times</option>
<option value="http://www.philly.com/mld/inquirer">Philadelphia Inquirer</option>
<option value="http://www.nj.com/starledger/">Star Ledger</option>
<option value="http://www.nj.com/times/">Trenton Times</option>
<option value="http://www.trentonian.com">Trentonian</option>
<option value="http://www.roi-nj.com/">ROI-NJ</option>
<option value="https://njbmagazine.com/">New Jersey Business</option>
<option value="https://www.nj.com/jjournal/">Jersey Journal</option>
</select>
<button id="newsSelectButton">Go</button>
</div><!-- /.footer__news -->
</div><!-- /.footer__sections -->
</div><!-- /.footer__mid -->
<div class="footer__bottom">
<div class="footer__securityIcons">
<!-- Space for images / icons / logos supporting security / compliance -->
<i class="fas fa-user-secret fa-3x"></i>
<i class="fas fa-shield-alt fa-3x"></i>
<i class="fas fa-user-lock fa-flip-horizontal fa-3x"></i>
</div><!-- /.footer__icons -->
<p class="footer__disclaimer">
<a href="/">Disclaimer • Privacy Policy</a>
</p>
<p class="footer__copyright">©2021 This Website Company Group<br />
All rights reserved.</p>
<p class="builtBy">- Site Design & Build by <a href="https://codepen.io/DamienL"><em>Damien Lucchese</em></a> -</p>
</div><!-- /.footer__bottom -->
</footer>
<!-- /FOOTER -->
<script src="js/base_script.js"></script>
</body>
</html>