-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
602 lines (596 loc) · 41.1 KB
/
resources.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
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WellSAT Resources Page</title>
<link rel="stylesheet" href="https://use.typekit.net/crt1krp.css">
<link rel="stylesheet" href="https://use.typekit.net/yvl7cdi.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/wellsat.css">
</head>
<body>
<header class="grey-background">
<nav class="navbar navbar-expand-lg ">
<div class="container">
<a href="index.html"><h3 class="navbar-brand rund-400 text-red">WellSAT</h3></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item frank-400">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item frank-400">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item frank-400">
<a class="nav-link" href="triennial.html">Triennial Assessment</a>
</li>
<li class="nav-item frank-400">
<a class="nav-link" href="resources.html">Resources</a>
</li>
<li class="nav-item frank-400">
<a class="nav-link" href="faq.html">FAQ</a>
</li>
<li class="nav-item frank-400">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<div class="d-flex">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item frank-400">
<a class="nav-link" href="dashboard.html">Dashboard</a>
</li>
<li class="nav-item frank-400">
<a class="nav-link" href="log_in.html">Log In</a>
</li>
</ul>
<button class="frank-400 text-red register"><a href="register.html">Register</a></button>
</div>
</div>
</div>
</nav>
</header>
<main>
<section class="container" style="margin:0 auto;padding-top:50px;padding-bottom:50px;">
<div class="text-center col-8" style="margin:0 auto">
<h1 class="rund-400 text-center">Resources</h1>
</div>
<div class="accordion-body">
<div class="accordion">
<hr class="accordion-hr">
<div class="question-cont">
<div class="question-title">
<p class="frank-400">Federal Requirements and LSWPs</p>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" style="width:30px" class="toggle-icon arrow-toggle">
<path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/>
</svg>
</div>
<div class="question-content frank-400">
<div>
<p class="question-desc">UConn Rudd Center:</p>
<ul>
<li>
<a href="https://uconnruddcenter.media.uconn.edu/wp-content/uploads/sites/2909/2024/10/Model-Local-School-Wellness-Policy.docx" target="_blank" class="frank-400 question-desc">Model Policy</a>
</li>
<li>
<a href="https://uconnruddcenter.media.uconn.edu/wp-content/uploads/sites/2909/2024/10/1-Page-Wellness-Policy-Guidance.pdf" target="_blank" class="frank-400 question-desc">Creating a local school wellness policy</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">USDA:</p>
<ul>
<li>
<a href="http://www.fns.usda.gov/school-meals/local-school-wellness-policy" target="_blank" class="frank-400 question-desc">Wellness Policies</a>
</li>
<li>
<a href="https://fns-prod.azureedge.us/sites/default/files/tn/LWPsummary_finalrule.pdf" target="_blank" class="frank-400 question-desc">Summary of the Final Rule</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">Alliance for a Healthier Generation:</p>
<ul>
<li>
<a href="http://www.fns.usda.gov/school-meals/local-school-wellness-policy" target="_blank" class="frank-400 question-desc">Wellness Policies</a>
</li>
<li>
<a href="https://fns-prod.azureedge.us/sites/default/files/tn/LWPsummary_finalrule.pdf" target="_blank" class="frank-400 question-desc">Summary of the Final Rule</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">Centers for Disease Control and Prevention:</p>
<ul>
<li>
<a href="https://www.cdc.gov/healthyschools/nutrition/wellness.htm" target="_blank" class="frank-400 question-desc">CDC Local Wellness Policies</a>
</li>
<li>
<a href="https://www.cdc.gov/healthyschools/npao/pdf/schoolwellnessinaction.pdf" target="_blank" class="frank-400 question-desc">Putting Local School Wellness Policies into Action: Stories from School Districts and Schools</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">ChangeLab Solutions:</p>
<ul>
<li>
<a href="http://changelabsolutions.org/sites/default/files/EnforceWellnssPlcy_FINAL_revised201311.pdf" target="_blank" class="frank-400 question-desc">Wellness Policy Enforcement</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">National Alliance for Nutrition and Activity:</p>
<ul>
<li>
<a href="http://www.schoolwellnesspolicies.org/" target="_blank" class="frank-400 question-desc">Model School Wellness Policies</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">National Association of State Boards of Education:</p>
<ul>
<li>
<a href="https://statepolicies.nasbe.org/" target="_blank" class="frank-400 question-desc">State School Health Policy Database</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">National Collaborative on Education and Health:</p>
<ul>
<li>
<a href="https://healthyschoolscampaign.org/wp-content/uploads/2015/06/Metrics-Working-Group-Report.pdf" target="_blank" class="frank-400 question-desc">Report to the National Steering Committee</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">Nutrition and Obesity Policy Research and Evaluation Network (NOPREN):</p>
<ul>
<li>
<a href="https://nopren.ucsf.edu/sites/g/files/tkssra5936/f/WellnessTeamsWork_FINAL-1.pdf" target="_blank" class="frank-400 question-desc">Wellness Teams Work: A Guide for Putting Wellness Policies into Practice in Schools</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">Shape America:</p>
<ul>
<li>
<a href="https://www.shapeamerica.org/MemberPortal/advocacy/school-health-policy-matrix.aspx" target="_blank" class="frank-400 question-desc">State School Health Policy Matrix 2.0</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">The University of Illinois at Chicago:</p>
<ul>
<li>
<a href="https://ihrp.uic.edu/research-products-national-wellness-policy-study/" target="_blank" class="frank-400 question-desc">National Wellness Policy Study</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">Wellness Policy and Implementation Example:</p>
<ul>
<li>
<a href="http://www.californiaprojectlean.org/doc.asp?id=95" target="_blank" class="frank-400 question-desc">California Project LEAN</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">National Association of Chronic Disease Directors:</p>
<ul>
<li>
<a href="https://healthyschoolscampaign.org/wp-content/uploads/2017/07/NACDD_SIP_Guide_2016.pdf" target="_blank" class="frank-400 question-desc">A Guide for Incorporating Health and Wellness into School Improvement Plans</a>
</li>
<li>
<a href="https://chronicdisease.org/resource/resmgr/school_health/nacdd_sharing_success_guide_.pdf" target="_blank" class="frank-400 question-desc">Sharing Success: A Step-by-Step Guide for Communicating School Health Achievements</a>
</li>
</ul>
</div>
</div>
</div>
<hr class="accordion-hr">
<div class="question-cont">
<div class="question-title">
<p class="frank-400">Nutrition Environment and Services</p>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" style="width:30px" class="toggle-icon arrow-toggle">
<path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/>
</svg>
</div>
<div class="question-content frank-400">
<div>
<p class="question-desc">Alliance for a Healthier Generation:</p>
<ul>
<li>
<a href="https://www.healthiergeneration.org/take-action/schools/wellness-topics/smart-snacks" target="_blank" class="frank-400 question-desc">Smart Snacks</a>
</li>
<li>
<a href="https://foodplanner.healthiergeneration.org/calculator/" target="_blank" class="frank-400 question-desc">Smart Snacks Product Calculator</a>
</li>
<li>
<a href="https://foodplanner.healthiergeneration.org/" target="_blank" class="frank-400 question-desc">Smart Foods Planner</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">Center for Science in the Public Interest:</p>
<ul>
<li>
<a href="https://www.cspinet.org/protecting-our-health/healthy-school-lunches" target="_blank" class="frank-400 question-desc">Healthier School Lunches</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">Centers for Disease Control and Prevention:</p>
<ul>
<li>
<a href="https://www.cdc.gov/healthyschools/nutrition/pdf/school_nutrition_framework_508tagged.pdf" target="_blank" class="frank-400 question-desc">A comprehensive framework for addressing the school nutrition environment and services</a>
</li>
<li>
<a href="https://www.cdc.gov/healthyschools/nutrition/smartsnacks.htm" target="_blank" class="frank-400 question-desc">Smart Snacks</a>
</li>
<li>
<a href="https://www.cdc.gov/healthyschools/nutrition/wateraccess.htm" target="_blank" class="frank-400 question-desc">Water Access in Schools</a>
</li>
<li>
<a href="https://www.cdc.gov/healthyschools/npao/pdf/tips-for-teachers.pdf" target="_blank" class="frank-400 question-desc">Tips for Teachers: Promoting Healthy Eating and Physical Activity in the Classroom</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">ChangeLab Solutions:</p>
<ul>
<li>
<a href="http://changelabsolutions.org/publications/district-policy-school-food-ads" target="_blank" class="frank-400 question-desc">District Policy Restricting Food and Beverage Advertising on School Grounds</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">The Kids' Safe and Healthful Foods Project:</p>
<ul>
<li>
<a href="http://www.pewtrusts.org/~/media/assets/2016/12/school_meal_programs_innovate_to_improve_student_nutrition.pdf" target="_blank" class="frank-400 question-desc">School Meal Programs Innovate to Improve Student Nutrition</a>
</li>
<li>
<a href="http://www.healthyschoolfoodsnow.org/" target="_blank" class="frank-400 question-desc">Kids' Safe and Healthful Foods Project Website</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">The University of Illinois at Chicago:</p>
<ul>
<li>
<a href="https://ihrp.uic.edu/wp-content/uploads/sites/530/2021/07/USDA-SWP-Report-KI-SchoolMeals-FINAL-v6-edorange-22Mar16.pdf" target="_blank" class="frank-400 question-desc">Food Service Director Experiences Implementing Revised School Meal Standards: Summary of Findings</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">USDA:</p>
<ul>
<li>
<a href="https://www.fns.usda.gov/schoolmeals" target="_blank" class="frank-400 question-desc">School Meals</a>
</li>
<li>
<a href="http://www.fns.usda.gov/school-meals/local-school-wellness-policy" target="_blank" class="frank-400 question-desc">Wellness Policies</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">Berkeley Media Studies Group:</p>
<ul>
<li>
<a href="http://www.bmsg.org/sites/default/files/bmsg_phai_school_food_debate_report2016-12-22.pdf" target="_blank" class="frank-400 question-desc">Examining the public debate on school food nutrition guidelines: Findings and lessons learned from an analysis of news coverage and legislative debates</a>
</li>
<li>
<a href="http://www.bmsg.org/resources/eye-on-marketers" target="_blank" class="frank-400 question-desc">Eye on Marketers</a>
</li>
<li>
<a href="http://bmsg.org/sites/default/files/bmsg_toolkit_fighting_junk_food_marketing_to_kids.pdf" target="_blank" class="frank-400 question-desc">Toolkit on Stopping Junk Food Marketing to Kids (English)</a>
</li>
<li>
<a href="http://bmsg.org/sites/default/files/bmsg_luchemos_contra_la_promocion_de_alimentos_chatarre_entre_los_ninos.pdf" target="_blank" class="frank-400 question-desc">Toolkit on Stopping Junk Food Marketing to Kids (Spanish)</a>
</li>
<li>
<a href="http://www.bmsg.org/resources/publications/video-fighting-junk-food-marketing-to-kids" target="_blank" class="frank-400 question-desc">Stopping Junk Food Marketing to Kids Video (English)</a>
</li>
<li>
<a href="http://www.bmsg.org/resources/publications/video-luchemos-contra-la-promocin-de-alimentos-chatarra-entre-los-ninos" target="_blank" class="frank-400 question-desc">Stopping Junk Food Marketing to Kids Video (Spanish)</a>
</li>
<li>
<a href="http://www.bmsg.org/resources/publications/target-marketing-soda-and-fast-food-problems-with-business-as-usual" target="_blank" class="frank-400 question-desc">Target Marketing Soda & Fast Food: Problems with Business as Usual (English)</a>
</li>
<li>
<a href="http://www.bmsg.org/resources/publications/la-mercadotecnia-dirigida-de-la-soda-y-comida-rapida-problemas-con-el-negocio-como-de-costumbre" target="_blank" class="frank-400 question-desc">Target Marketing Soda & Fast Food: Problems with Business as Usual (Spanish) </a>
</li>
<li>
<a href="http://www.bmsg.org/resources/publications/the-soda-and-fast-food-industries-target-their-marketing-towards-mothers-of-color" target="_blank" class="frank-400 question-desc">The Soda and Fast Food Industries Target their Marketing Towards Mothers of Color (English)</a>
</li>
<li>
<a href="http://www.bmsg.org/resources/publications/la-mercadotecnia-dirigida-a-madres-de-color" target="_blank" class="frank-400 question-desc">The Soda and Fast Food Industries Target their Marketing Towards Mothers of Color (Spanish)</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">UConn Rudd Center:</p>
<ul>
<li>
<a href="https://uconnruddcenter.org/wp-content/uploads/sites/2909/2023/08/Alternatives-to-Food-Rewards-Info-Sheet.pdf" target="_blank" class="frank-400 question-desc">Alternatives to food as a reward</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">Other Relevant Websites:</p>
<ul>
<li>
<a href="http://digitalads.org/" target="_blank" class="frank-400 question-desc">Digital Ads: Exposing How Marketers Target Youth</a>
</li>
<li>
<a href="http://www.cspinet.org/" target="_blank" class="frank-400 question-desc">Center for Science in the Public Interest</a>
</li>
<li>
<a href="http://www.foodmarketing.org/resources/" target="_blank" class="frank-400 question-desc">Food Marketing Workgroup</a>
</li>
<li>
<a href="https://fairplayforkids.org/" target="_blank" class="frank-400 question-desc">Fairplay (formerly Campaign for a Commercial-Free Childhood)</a>
</li>
</ul>
</div>
</div>
</div>
<hr class="accordion-hr">
<div class="question-cont">
<div class="question-title">
<p class="frank-400">Nutrition Education</p>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" style="width:30px" class="toggle-icon arrow-toggle">
<path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/>
</svg>
</div>
<div class="question-content frank-400">
<div>
<p class="question-desc">Society for Public Health Education:</p>
<ul>
<li>
<a href="https://www.sophe.org/wp-content/uploads/2017/01/ESSA-Policy-Brief.pdf" target="_blank" class="frank-400 question-desc">Policy brief on health education in the Every Student Succeeds Act</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">Cairn Guidance:</p>
<ul>
<li>
<a href="https://www.rwjf.org/content/dam/farm/reports/issue_briefs/2016/rwjf431842" target="_blank" class="frank-400 question-desc">A Systems Approach to Integrating Health in Education</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">USDA:</p>
<ul>
<li>
<a href="https://www.nal.usda.gov/programs/fnic" target="_blank" class="frank-400 question-desc">USDA Food and Nutrition Information Center</a>
</li>
<li>
<a href="https://www.myplate.gov/" target="_blank" class="frank-400 question-desc">USDA My Plate</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">Society for Nutrition Education and Behavior:</p>
<ul>
<li>
<a href="http://www.sneb.org/" target="_blank" class="frank-400 question-desc">Society for Nutrition Education and Behavior Website </a>
</li>
<li>
<a href="https://www.jneb.org/" target="_blank" class="frank-400 question-desc">Publications</a>
</li>
</ul>
</div>
</div>
</div>
<hr class="accordion-hr">
<div class="question-cont">
<div class="question-title">
<p class="frank-400">Physical Education and Physical Activity</p>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" style="width:30px" class="toggle-icon arrow-toggle">
<path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/>
</svg>
</div>
<div class="question-content frank-400">
<div>
<p class="question-desc">Centers for Disease Control and Prevention:</p>
<ul>
<li>
<a href="https://www.cdc.gov/healthyschools/physicalactivity/pdf/2016_12_16_schoolrecessplanning_508.pdf" target="_blank" class="frank-400 question-desc">Recess Planning in Schools</a>
</li>
<li>
<a href="https://www.cdc.gov/healthyschools/physicalactivity/pdf/2016_12_16_schoolrecessstrategies_508.pdf" target="_blank" class="frank-400 question-desc">Strategies for Recess in Schools</a>
</li>
<li>
<a href="http://www.cdc.gov/healthyyouth/pecat/index.htm" target="_blank" class="frank-400 question-desc">Physical Education Curriculum Analysis Tool</a>
</li>
<li>
<a href="https://www.cdc.gov/nccdphp/dnpao/health-equity/health-equity-guide/pdf/health-equity-guide/Health-Equity-Guide-sect-4-1.pdf" target="_blank" class="frank-400 question-desc">Health Equity in Action: Joint Use Agreements</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">SHAPE America:</p>
<ul>
<li>
<a href="https://www.shapeamerica.org/Common/Uploaded files/uploads/pdfs/TheEssentialComponentsOfPhysicalEducation.pdf" target="_blank" class="frank-400 question-desc">The Essential Components of Physical Education</a>
</li>
<li>
<a href="https://www.shapeamerica.org/Common/Uploaded files/document_manager/advocacy/Guide-for-Physical-Education-Policy.pdf" target="_blank" class="frank-400 question-desc">Guide for Physical Education Policy</a>
</li>
<li>
<a href="https://www.shapeamerica.org/standards/pe/default.aspx" target="_blank" class="frank-400 question-desc">National Physical Education Standards</a>
</li>
<li>
<a href="http://www.shapeamerica.org/" target="_blank" class="frank-400 question-desc">SHAPE America Website (formerly AAHPERD)</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">Action for Healthy Kids:</p>
<ul>
<li>
<a href="https://www.actionforhealthykids.org/activity/joint-use-agreements/" target="_blank" class="frank-400 question-desc">Joint Use Agreements</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">ChangeLab Solutions:</p>
<ul>
<li>
<a href="https://www.changelabsolutions.org/product/model-joint-use-agreement-resources" target="_blank" class="frank-400 question-desc">Model Joint Use Agreement Resources</a>
</li>
<li>
<a href="https://www.changelabsolutions.org/product/what-joint-use-agreement" target="_blank" class="frank-400 question-desc">What is a Joint Use Agreement?</a>
</li>
</ul>
</div>
</div>
</div>
<hr class="accordion-hr">
<div class="question-cont">
<div class="question-title">
<p class="frank-400">Employee Wellness</p>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" style="width:30px" class="toggle-icon arrow-toggle">
<path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/>
</svg>
</div>
<div class="question-content frank-400">
<div>
<p class="question-desc">Centers for Disease Control and Prevention:</p>
<ul>
<li>
<a href="https://www.cdc.gov/healthyschools/npao/strategies.htm" target="_blank" class="frank-400 question-desc">School Health Guidelines</a><p class="frank-400 question-desc">(Guideline 8: School Employee Wellness Program)</p>
</li>
</ul>
</div>
<div>
<p class="question-desc">Healthy Schools Campaign:</p>
<ul>
<li>
<a href="https://www.healthyeating.org/docs/default-source/1.0-products-activities/professional-development/local-school-wellness-policy-resources/essa-brief-implementation-key-opportunities-to-support-health-and-wellness.pdf?sfvrsn=e2820a11_2" target="_blank" class="frank-400 question-desc">ESSA Implementation: Key Opportunities to Support Health and Wellness</a><p class="frank-400 question-desc">(Title II Educator Support and Working Conditions)</p>
</li>
<li>
<a href="https://healthyschoolscampaign.org/wp-content/uploads/2017/03/ESSA-State-Framework.pdf" target="_blank" class="frank-400 question-desc">State ESSA Plans to Support Student Health and Wellness: A Framework for Action</a><p class="frank-400 question-desc">(Title II)</p>
</li>
</ul>
</div>
<div>
<p class="question-desc">National Association of Chronic Disease Directors:</p>
<ul>
<li>
<a href="https://chronicdisease.org/resource/resmgr/school_health/school_employee_wellness/nacdd_schoolemployeewellness.pdf" target="_blank" class="frank-400 question-desc">Healthy School, Healthy Staff, Healthy Students: A Guide to Improving School Employee Wellness</a>
</li>
</ul>
</div>
</div>
</div>
<hr class="accordion-hr">
<div class="question-cont">
<div class="question-title">
<p class="frank-400">Integration and Coordination</p>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" style="width:30px" class="toggle-icon arrow-toggle">
<path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/>
</svg>
</div>
<div class="question-content frank-400">
<div>
<p class="question-desc">Action for Healthy Kids:</p>
<ul>
<li>
<a href="http://www.actionforhealthykids.org/what-we-do/parents-for-healthy-kids" target="_blank" class="frank-400 question-desc">Parents for Healthy Kids Toolkit</a>
</li>
<li>
<a href="https://www.actionforhealthykids.org/resources-for-schools/" target="_blank" class="frank-400 question-desc">Support for Schools and Families</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">Centers for Disease Control and Prevention:</p>
<ul>
<li>
<a href="https://www.cdc.gov/healthyschools/npao/strategies.htm" target="_blank" class="frank-400 question-desc">School Health Guidelines</a>
</li>
<li>
<a href="https://www.cdc.gov/healthyschools/shi/index.htm" target="_blank" class="frank-400 question-desc">School Health Index</a>
</li>
<li>
<a href="https://www.cdc.gov/healthyschools/npao/pdf/tips-for-teachers.pdf" target="_blank" class="frank-400 question-desc">Tips for Teachers: Promoting Healthy Eating and Physical Activity in the Classroom</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">Healthy Schools Campaign:</p>
<ul>
<li>
<a href="https://www.healthyeating.org/docs/default-source/1.0-products-activities/professional-development/local-school-wellness-policy-resources/essa-brief-implementation-key-opportunities-to-support-health-and-wellness.pdf?sfvrsn=e2820a11_2" target="_blank" class="frank-400 question-desc">ESSA Implementation: Key Opportunities to Support Health and Wellness</a>
</li>
<li>
<a href="https://www.healthyeating.org/docs/default-source/1.0-products-activities/professional-development/local-school-wellness-policy-resources/essa-report-state-framework.pdf?sfvrsn=f0b73644_2" target="_blank" class="frank-400 question-desc">State ESSA Plans to Support Student Health and Wellness: A Framework for Action</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">National Association of Chronic Disease Directors:</p>
<ul>
<li>
<a href="https://chronicdisease.org/resource/resmgr/school_health/nacdd_educationsector_guide_.pdf" target="_blank" class="frank-400 question-desc">Speaking Education's Language: A Guide For Public Health Professionals Working in the Education Sector</a>
</li>
</ul>
</div>
<div>
<p class="question-desc">Other Organizations with Helpful Resources:</p>
<ul>
<li>
<a href="http://www.aacorn.org/" target="_blank" class="frank-400 question-desc">African American Collaborative Obesity Research Network</a>
</li>
<li>
<a href="https://www.healthiergeneration.org/take_action/schools/" target="_blank" class="frank-400 question-desc">Alliance for a Healthier Generation</a>
</li>
<li>
<a href="https://voicesforhealthykids.org/" target="_blank" class="frank-400 question-desc">Voices for Healthy Kids</a>
</li>
<li>
<a href="https://www.phaionline.org/category/obesity-2/" target="_blank" class="frank-400 question-desc">Public Health Advocacy Institute</a>
</li>
<li>
<a href="https://www.publichealthlawcenter.org/topics/physical-activity/healthy-kids" target="_blank" class="frank-400 question-desc">Public Health Law Center</a>
</li>
<li>
<a href="https://www.rwjf.org/" target="_blank" class="frank-400 question-desc">Robert Wood Johnson Foundation</a>
</li>
<li>
<a href="https://healthyeatingresearch.org/" target="_blank" class="frank-400 question-desc">Healthy Eating Research</a>
</li>
</ul>
</div>
</div>
</div>
<hr class="accordion-hr">
</div>
</div>
</section>
</main>
<footer>
<div class="container" style="padding-top:50px;padding-bottom:50px;">
<div class="row align-items-center">
<div class="col text-center">
<img src="images/RUDD_logo.png" alt="Rudd Center Logo" id="rudd-logo" height="150px;">
</div>
<div class="col text-center">
<img src="images/CSCH_logo.png" alt="CSCH Logo" id="csch-logo" height="150px;">
</div>
<div class="col text-center">
<img src="images/UCONN_logo.png" alt="UConn Logo" id="uconn-logo" height="80px;">
</div>
</div>
</div>
</footer>
<script src="js/accordion.js" type="text/javascript"></script>
</body>
</html>