Initial copy of old site.

This commit is contained in:
2018-08-14 10:56:12 -07:00
parent 94000458e4
commit 7c516cf4d4
112 changed files with 1822 additions and 1791 deletions

View File

@@ -0,0 +1,4 @@
<template name="AppreciationEditor">
<div id="appreciationEditor" class="textView">
</div>
</template>

View File

@@ -0,0 +1,2 @@
import './AppreciationEditor.html';

View File

@@ -0,0 +1,2 @@
#appreciationEditor
display: block

View File

@@ -0,0 +1,4 @@
<template name="BoardEditor">
<div id="boardEditor" class="textView">
</div>
</template>

View File

@@ -0,0 +1,2 @@
import './BoardEditor.html';

View File

@@ -0,0 +1,2 @@
#boardEditor
display: block

View File

@@ -0,0 +1,4 @@
<template name="DatesEditor">
<div id="datesEditor" class="textView">
</div>
</template>

View File

@@ -0,0 +1,2 @@
import './DatesEditor.html';

View File

@@ -0,0 +1,2 @@
#datesEditor
display: block

View File

@@ -0,0 +1,4 @@
<template name="NewsEditor">
<div id="newsEditor" class="textView">
</div>
</template>

View File

@@ -0,0 +1,2 @@
import './NewsEditor.html';

View File

@@ -0,0 +1,2 @@
#newsEditor
display: block