diff --git a/Cover.html b/Cover.html new file mode 100644 index 0000000..d03c780 --- /dev/null +++ b/Cover.html @@ -0,0 +1,78 @@ + + + + + +Albany County 4-H Record Book Portfolios ~ Cover Page + + + + + + + + + + +
+
+
+ + Cover notebook +

+ Cover Page +
+ The start to every record book +

+ +
+ +
+ Let's start at the very beginning,
+ That's a very good place to start. + Maria von Trapp in The Sound of Music +
+ + +
+
+ + +
+ + + + + diff --git a/Index.html b/Index.html index a953c69..32a8ccc 100644 --- a/Index.html +++ b/Index.html @@ -5,7 +5,8 @@ Albany County 4-H Record Book Portfolios ~ Home - + + @@ -49,11 +50,108 @@
+ Woman enjoying record keeping

4-H Record Book Portfolios
for Albany County, Wyoming

+ +

+ Welcome! 4-H Record Books are the culmination of the 4-H experience. + With record books, 4-Hers not only have the opportunity to complete epic projects, but they have the chance to tell others what they did and learned. +

+

+ "Why bother?" you might ask. + That is a worthy question, and so I have come up with the following reasons for completing record books. +

+ +
+
+
+
+

Youth Development (Parent's) Reasons

+
+
+
    +
  • Youth develop professsional record-keeping habits
  • +
  • Youth learn to follow appropriate standards while maintaining creativity and flexibility
  • +
  • Youth learn to communicate strengths and acomplishments to others without braggish manerisms
  • +
+
+
+
+
+
+
+

Fun (Kid's) Reasons

+
+
+
    +
  • You can earn great prizes (and there are alot of them) at the county level
  • +
  • You can earn scholarship money for going to college or trade school with a well-kept record book.
  • +
  • Record books are fun to read! (Maybe I like gathering blackmail material from record books too much.)
  • +
+
+
+
+
+ +

So, let's dive right in!

+

+ Click a box below to be taken to a page containing the appropriate forms and info on how to fill them out. +

+ + + +

"It's time for an introduction…"

+

+ My name is Thomas Christensen. I am a nine-year Albany County 4-H alum, and I am passionate about record books. + I have taken the liberty of voicing my own thoughts and opinions about record books here under the guise of helping new 4-H members. + If you are looking for a print resource that is slightly more tactful than I am, try downloading the PDF "Record Book Handout" from the "Resources" tab above. +

diff --git a/Section1.html b/Section1.html index 37addc9..480338e 100644 --- a/Section1.html +++ b/Section1.html @@ -5,7 +5,8 @@ Albany County 4-H Record Book Portfolios ~ Section 1 - Project Record - + + @@ -49,6 +50,7 @@
+ 4-H Breeding Beef Project

Section 1
Project Record diff --git a/Templates/_template.dwt b/Templates/_template.dwt index d1c1644..bf3bed7 100644 --- a/Templates/_template.dwt +++ b/Templates/_template.dwt @@ -5,7 +5,8 @@ Albany County 4-H Record Book Portfolios ~ - + + diff --git a/css/site.css b/css/site.css new file mode 100644 index 0000000..591c6fd --- /dev/null +++ b/css/site.css @@ -0,0 +1,68 @@ +@charset "utf-8"; +/* CSS Document */ +.background-grid { + background-repeat: no-repeat; + background-position: center; + background-size: cover; + min-height: 150px; +} + +.background-transparent { + background-color: #FFFFFF99; +} +.background-cover { + background-image: url(../img/Newnotebookandtexturewoodencoverwithpencil.jpg); +} + +.background-sec-1 { + background-image: url(../img/Close-upofaveryniceyoungawardwinnercow.jpg); +} + +.background-sec-2 { + background-image: url(../img/winner.jpg); +} + +.background-sec-3 { + background-image: url(../img/Manmakingspeech.jpg); +} + +.background-sec-4 { + background-image: url(../img/Teamofvolunteerspickinguplitterinpark.jpg); +} + +.background-sec-5 { + background-image: url(../img/OldFashionWhiteChurchwithaSteeple.jpg); +} + +.background-sec-6 { + background-image: url(../img/Oldscrollpaperonwoodenbackground.jpg); +} + +.background-sec-7 { + background-image: url(../img/Prettywomanisaproffessionalphotographerwithdslrcamera.jpg); +} + +.float-left { + float: left; +} + +/*From https://stackoverflow.com/questions/11552380/how-to-automatically-crop-and-center-an-image*/ +.center-cropped { + width: 100px; + height: 100px; + background-position: center center; + background-repeat: no-repeat; + overflow: hidden; +} + +/* Set the image to fill its parent and make transparent */ +.center-cropped img { + min-height: 100%; + min-width: 100%; + /* IE 8 */ + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; + /* IE 5-7 */ + filter: alpha(opacity=0); + /* modern browsers */ + opacity: 0; +} \ No newline at end of file diff --git a/img/Close-upofaveryniceyoungawardwinnercow.jpg b/img/Close-upofaveryniceyoungawardwinnercow.jpg new file mode 100644 index 0000000..5a8b0c7 Binary files /dev/null and b/img/Close-upofaveryniceyoungawardwinnercow.jpg differ diff --git a/img/Manmakingspeech.jpg b/img/Manmakingspeech.jpg new file mode 100644 index 0000000..dd78523 Binary files /dev/null and b/img/Manmakingspeech.jpg differ diff --git a/img/Newnotebookandtexturewoodencoverwithpencil.jpg b/img/Newnotebookandtexturewoodencoverwithpencil.jpg new file mode 100644 index 0000000..b44508b Binary files /dev/null and b/img/Newnotebookandtexturewoodencoverwithpencil.jpg differ diff --git a/img/OldFashionWhiteChurchwithaSteeple.jpg b/img/OldFashionWhiteChurchwithaSteeple.jpg new file mode 100644 index 0000000..6d15c00 Binary files /dev/null and b/img/OldFashionWhiteChurchwithaSteeple.jpg differ diff --git a/img/Oldscrollpaperonwoodenbackground.jpg b/img/Oldscrollpaperonwoodenbackground.jpg new file mode 100644 index 0000000..007d255 Binary files /dev/null and b/img/Oldscrollpaperonwoodenbackground.jpg differ diff --git a/img/Prettywomanisaproffessionalphotographerwithdslrcamera.jpg b/img/Prettywomanisaproffessionalphotographerwithdslrcamera.jpg new file mode 100644 index 0000000..9fb9bf0 Binary files /dev/null and b/img/Prettywomanisaproffessionalphotographerwithdslrcamera.jpg differ diff --git a/img/Teamofvolunteerspickinguplitterinpark.jpg b/img/Teamofvolunteerspickinguplitterinpark.jpg new file mode 100644 index 0000000..72a8c94 Binary files /dev/null and b/img/Teamofvolunteerspickinguplitterinpark.jpg differ diff --git a/img/winner.jpg b/img/winner.jpg new file mode 100644 index 0000000..b5c4b78 Binary files /dev/null and b/img/winner.jpg differ