mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
My big initial commit to this repo and project.
This commit is contained in:
parent
750811a81f
commit
8636f8cf9b
2433 changed files with 199488 additions and 1042 deletions
|
|
@ -1,28 +1,6 @@
|
|||
<template name="home">
|
||||
<div class="container">
|
||||
<h1>Welcome to Parent Pickup</h1>
|
||||
<h3>Goals</h3>
|
||||
<ul class="collapsible">
|
||||
<li>
|
||||
<div class="collapsible-header"><h5><i class="material-icons">child_care</i>Child Safety</h5></div>
|
||||
<div class="collapsible-body"><span>The safety of our children.</span></div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="collapsible-header"><h5><i class="material-icons">people_outline</i>Identify Safe Pickup People</h5></div>
|
||||
<div class="collapsible-body"><span>Identify safe persons allowed to pick up your child(ren) from school.</span></div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="collapsible-header"><h5><i class="material-icons">person_outline</i>Identify Safe Visitors</h5></div>
|
||||
<div class="collapsible-body"><span>Idntify safe persons allowed to visit / interact with your child(ren) at school functions / events.</span></div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="collapsible-header"><h5><i class="material-icons">directions_car</i>Identify Safe Vehicles</h5></div>
|
||||
<div class="collapsible-body"><span>Identify safe vehicles used to pick up your child(ren) from school.</span></div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="collapsible-header"><h5><i class="material-icons">mood_bad</i>Identify Potential Threats</h5></div>
|
||||
<div class="collapsible-body"><span>No one likes to talk about threats to our children's safety, but identification of a potential threat can help law enforcement, Staff, and Parents / Guardians remove a threat more effectively.</span></div>
|
||||
</li>
|
||||
</ul>
|
||||
<h4>Welcome to Get My!</h4>
|
||||
<p class="flow-text">Please login to start using Get My. An open source, self hostable, free to use, modify, re-distribute lit system. Created to make having lists easily available with workflows that you define.</p>
|
||||
</div>
|
||||
</template>
|
||||
|
|
@ -3,7 +3,7 @@ Template.home.onCreated(function() {
|
|||
});
|
||||
|
||||
Template.home.onRendered(function() {
|
||||
$('.collapsible').collapsible();
|
||||
|
||||
});
|
||||
|
||||
Template.home.helpers({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue