commit dd24e97c5434a3e7954555e4826f11781d5a54df Author: Jonathan Bernard Date: Sat Sep 28 22:25:49 2013 -0500 Initial layout of Sundays. diff --git a/index.html b/index.html new file mode 100644 index 0000000..b5d3709 --- /dev/null +++ b/index.html @@ -0,0 +1,182 @@ + + + + + + +
+
+

First Sunday, Oct. 6th

+
+

AM

+
    +
  • Toddlers
  • +
  • Sara Bernard
  • +
  • Priscilla Reid
  • +
  • Becca Torres
  • +
+
    +
  • Infants
  • +
  • Latonya Kirton
  • +
  • Susan Vacca
  • +
  • Brandie Kristoff
  • +
+
+
+

PM

+
    +
  • Susan Miller
  • +
  • TBD
  • +
+
+
+ +
+

Second Sunday, Oct. 13th

+
+

AM

+
    +
  • Toddlers
  • +
  • Sara Bernard
  • +
  • Priscilla Reid
  • +
  • Rebecca Dombroski
  • +
+
    +
  • Infants
  • +
  • Latonya Kirton
  • +
  • Susan Vacca
  • +
  • Mila Hill
  • +
+
+
+

PM

+
    +
  • Zoe Torres
  • +
  • Hannah Torres
  • +
+
+
+ +
+

Third Sunday, Oct. 20th

+
+

AM

+
    +
  • Toddlers
  • +
  • Sara Bernard
  • +
  • Priscilla Reid
  • +
  • Della Borrego
  • +
+
    +
  • Infants
  • +
  • Latonya Kirton
  • +
  • Susan Vacca
  • +
  • Deborah McDonald
  • +
+
+
+

PM

+
    +
  • TBD
  • +
  • Alayna Robert
  • +
+
+
+ +
+

Fourth Sunday, Oct. 27th

+
+

AM

+
    +
  • Toddlers
  • +
  • Sara Bernard
  • +
  • Priscilla Reid
  • +
  • TBD
  • +
+
    +
  • Infants
  • +
  • Latonya Kirton
  • +
  • Susan Vacca
  • +
  • Crystal Johnson
  • +
+
+
+

PM

+
    +
  • Deidra Dawson
  • +
  • Shekinah Dawson
  • +
+
+
+ +
+

Fifth Sunday

+
+

AM

+
    +
  • Toddlers
  • +
  • Sara Bernard
  • +
  • Priscilla Reid
  • +
  • Julie Froese
  • +
+
    +
  • Infants
  • +
  • Latonya Kirton
  • +
  • Susan Vacca
  • +
  • TBD
  • +
+
+
+

PM

+
    +
  • TBD
  • +
  • TBD
  • +
+
+
+
+ +
+
+

First Wednesday, Oct. 2nd

+
    +
  • Courtney or Bryan Bootka
  • +
  • Gabby Galvez
  • +
+
+ +
+

Second Wednesday, Oct. 9th

+
    +
  • Reeta or Lionel Aguilar
  • +
  • Stephanie Langley
  • +
+
+ +
+

Third Wednesday, Oct. 16th

+
    +
  • Christina Grooms
  • +
  • Lanell Hanson
  • +
+
+ +
+

Fourth Wednesday, Oct. 23rd

+
    +
  • Cassie Hernandez
  • +
  • Regena Dumas
  • +
+
+ +
+

Fifth Wednesday, Oct. 30th

+
    +
  • Regina Noble
  • +
  • TBD
  • +
+
+ +
+ + diff --git a/nursery-schedule.scss b/nursery-schedule.scss new file mode 100644 index 0000000..6c77f07 --- /dev/null +++ b/nursery-schedule.scss @@ -0,0 +1,41 @@ +/** + * Nursery Schedule + * @author Jonathan Bernard + */ + +/// Global Rules +* { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0; + padding: 0; } + +/*html { + background-color: $bgColor; + color: $fgColor; + font-size: 150%; }*/ + +/* HTML5 elements */ +article,aside,details,figcaption,figure, +footer,header,hgroup,menu,nav,section { + display:block; } + +.sundays, .wednesdays { } + +.first, .second, .third, .fourth, .fifth { + display: inline-block; + vertical-align: top; + width: 20em; } + +h3 { margin-bottom: 0.5rem; } + +ul { list-style: none; } + +.am ul { + display: inline-block; + width: 9rem; } + +div.am, div.pm { + margin-top: 0.5rem; +}