mirror of
https://github.com/MillironX/4h-record-books.git
synced 2024-12-03 09:49:55 +00:00
Added proper Section 1 Examples
This commit is contained in:
parent
313c034372
commit
35c0646138
13 changed files with 101 additions and 64 deletions
|
@ -5,6 +5,7 @@
|
|||
<!-- InstanceBeginEditable name="doctitle" -->
|
||||
<title>Albany County 4-H Record Book Portfolios ~ Cover Page</title>
|
||||
<!-- InstanceEndEditable -->
|
||||
<link href="favicon.ico" rel="shortcut icon" />
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="css/site.css" rel="stylesheet" type="text/css" />
|
||||
<!-- InstanceBeginEditable name="head" -->
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<!-- InstanceBeginEditable name="doctitle" -->
|
||||
<title>Albany County 4-H Record Book Portfolios ~ Home</title>
|
||||
<!-- InstanceEndEditable -->
|
||||
<link href="favicon.ico" rel="shortcut icon" />
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="css/site.css" rel="stylesheet" type="text/css" />
|
||||
<!-- InstanceBeginEditable name="head" -->
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<!-- InstanceBeginEditable name="doctitle" -->
|
||||
<title>Albany County 4-H Record Book Portfolios ~ Section 1 - Project Record</title>
|
||||
<!-- InstanceEndEditable -->
|
||||
<link href="favicon.ico" rel="shortcut icon" />
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="css/site.css" rel="stylesheet" type="text/css" />
|
||||
<!-- InstanceBeginEditable name="head" -->
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<!-- InstanceBeginEditable name="doctitle" -->
|
||||
<title>Albany County 4-H Record Book Portfolios ~ Section 2 - Awards and Recognitions</title>
|
||||
<!-- InstanceEndEditable -->
|
||||
<link href="favicon.ico" rel="shortcut icon" />
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="css/site.css" rel="stylesheet" type="text/css" />
|
||||
<!-- InstanceBeginEditable name="head" -->
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<!-- InstanceBeginEditable name="doctitle" -->
|
||||
<title>Albany County 4-H Record Book Portfolios ~ Section 3 - Leadership</title>
|
||||
<!-- InstanceEndEditable -->
|
||||
<link href="favicon.ico" rel="shortcut icon" />
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="css/site.css" rel="stylesheet" type="text/css" />
|
||||
<!-- InstanceBeginEditable name="head" -->
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<!-- InstanceBeginEditable name="doctitle" -->
|
||||
<title>Albany County 4-H Record Book Portfolios ~ Section 4 - Community Service</title>
|
||||
<!-- InstanceEndEditable -->
|
||||
<link href="favicon.ico" rel="shortcut icon" />
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="css/site.css" rel="stylesheet" type="text/css" />
|
||||
<!-- InstanceBeginEditable name="head" -->
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<!-- InstanceBeginEditable name="doctitle" -->
|
||||
<title>Albany County 4-H Record Book Portfolios ~ Section 5 - Participation & Non-4-H Experiences</title>
|
||||
<!-- InstanceEndEditable -->
|
||||
<link href="favicon.ico" rel="shortcut icon" />
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="css/site.css" rel="stylesheet" type="text/css" />
|
||||
<!-- InstanceBeginEditable name="head" -->
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<!-- InstanceBegin template="/Templates/_template.dwt" codeOutsideHTMLIsLocked="false" -->
|
||||
<html><!-- InstanceBegin template="/Templates/_template.dwt" codeOutsideHTMLIsLocked="false" -->
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<!-- InstanceBeginEditable name="doctitle" -->
|
||||
<title>Albany County 4-H Record Book Portfolios ~ Section 6 - My 4-H Story</title>
|
||||
<!-- InstanceEndEditable -->
|
||||
<link href="favicon.ico" rel="shortcut icon" />
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="css/site.css" rel="stylesheet" type="text/css" />
|
||||
<!-- InstanceBeginEditable name="head" -->
|
||||
|
@ -14,31 +14,43 @@
|
|||
|
||||
<body>
|
||||
<nav class="navbar navbar-default">
|
||||
<div class="container-fluid">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-main"> <span class="sr-only">Toggle Navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
|
||||
<a class="navbar-brand" href="Index.html"> <img src="img/4-H-Club-Emblem.svg" alt="Wyoming 4-H Logo" width="20px" height="20px" /> </a> </div>
|
||||
<div class="collapse navbar-collapse" id="navbar-collapse-main">
|
||||
<ul class="nav navbar-nav">
|
||||
<li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Record Books <span class="caret"></span></a>
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
<li><a href="Cover.html">Cover Page</a></li>
|
||||
<li><a href="Section1.html">Section 1</a></li>
|
||||
<li><a href="Section2.html">Section 2</a></li>
|
||||
<li><a href="Section3.html">Section 3</a></li>
|
||||
<li><a href="Section4.html">Section 4</a></li>
|
||||
<li><a href="Section5.html">Section 5</a></li>
|
||||
<li><a href="Section6.html">Section 6</a></li>
|
||||
<li><a href="Section7.html">Section 7</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container-fluid">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-main">
|
||||
<span class="sr-only">Toggle Navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="Index.html">
|
||||
<img src="img/4-H-Club-Emblem.svg" alt="Wyoming 4-H Logo" width="20px" height="20px" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbar-collapse-main">
|
||||
<ul class="nav navbar-nav">
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Record Books <span class="caret"></span></a>
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
<li><a href="Cover.html">Cover Page</a></li>
|
||||
<li><a href="Section1.html">Section 1</a></li>
|
||||
<li><a href="Section2.html">Section 2</a></li>
|
||||
<li><a href="Section3.html">Section 3</a></li>
|
||||
<li><a href="Section4.html">Section 4</a></li>
|
||||
<li><a href="Section5.html">Section 5</a></li>
|
||||
<li><a href="Section6.html">Section 6</a></li>
|
||||
<li><a href="Section7.html">Section 7</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2"> <!-- InstanceBeginEditable name="MainBody" -->
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<!-- InstanceBeginEditable name="MainBody" -->
|
||||
<h1>Section 6
|
||||
● <small>My 4-H Story</small></h1>
|
||||
<div class="row">
|
||||
|
@ -91,14 +103,16 @@
|
|||
<li>Do you have any plans or changes for next year? Mention them.</li>
|
||||
<li>Have fun with this section: you can be creative and tell your story any way you want</li>
|
||||
</ul>
|
||||
<!-- InstanceEndEditable --> </div>
|
||||
</div>
|
||||
<!-- InstanceEndEditable -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!--Bootstrap scripts-->
|
||||
<script src="script/jquery-1.9.1.min.js" type="text/javascript"></script>
|
||||
<script src="script/bootstrap.min.js" type="text/javascript"></script>
|
||||
<!--Bootstrap scripts-->
|
||||
<script src="script/jquery-1.9.1.min.js" type="text/javascript"></script>
|
||||
<script src="script/bootstrap.min.js" type="text/javascript"></script>
|
||||
<script src="script/parallax.min.js" type="text/javascript"></script>
|
||||
</body>
|
||||
<!-- InstanceEnd -->
|
||||
</html>
|
||||
<!-- InstanceEnd --></html>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<!-- InstanceBegin template="/Templates/_template.dwt" codeOutsideHTMLIsLocked="false" -->
|
||||
<html><!-- InstanceBegin template="/Templates/_template.dwt" codeOutsideHTMLIsLocked="false" -->
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<!-- InstanceBeginEditable name="doctitle" -->
|
||||
<title>Albany County 4-H Record Book Portfolios ~ Section 7 - Photographs & Clippings</title>
|
||||
<!-- InstanceEndEditable -->
|
||||
<link href="favicon.ico" rel="shortcut icon" />
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="css/site.css" rel="stylesheet" type="text/css" />
|
||||
<!-- InstanceBeginEditable name="head" -->
|
||||
|
@ -14,31 +14,43 @@
|
|||
|
||||
<body>
|
||||
<nav class="navbar navbar-default">
|
||||
<div class="container-fluid">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-main"> <span class="sr-only">Toggle Navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
|
||||
<a class="navbar-brand" href="Index.html"> <img src="img/4-H-Club-Emblem.svg" alt="Wyoming 4-H Logo" width="20px" height="20px" /> </a> </div>
|
||||
<div class="collapse navbar-collapse" id="navbar-collapse-main">
|
||||
<ul class="nav navbar-nav">
|
||||
<li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Record Books <span class="caret"></span></a>
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
<li><a href="Cover.html">Cover Page</a></li>
|
||||
<li><a href="Section1.html">Section 1</a></li>
|
||||
<li><a href="Section2.html">Section 2</a></li>
|
||||
<li><a href="Section3.html">Section 3</a></li>
|
||||
<li><a href="Section4.html">Section 4</a></li>
|
||||
<li><a href="Section5.html">Section 5</a></li>
|
||||
<li><a href="Section6.html">Section 6</a></li>
|
||||
<li><a href="Section7.html">Section 7</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container-fluid">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-main">
|
||||
<span class="sr-only">Toggle Navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="Index.html">
|
||||
<img src="img/4-H-Club-Emblem.svg" alt="Wyoming 4-H Logo" width="20px" height="20px" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbar-collapse-main">
|
||||
<ul class="nav navbar-nav">
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Record Books <span class="caret"></span></a>
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
<li><a href="Cover.html">Cover Page</a></li>
|
||||
<li><a href="Section1.html">Section 1</a></li>
|
||||
<li><a href="Section2.html">Section 2</a></li>
|
||||
<li><a href="Section3.html">Section 3</a></li>
|
||||
<li><a href="Section4.html">Section 4</a></li>
|
||||
<li><a href="Section5.html">Section 5</a></li>
|
||||
<li><a href="Section6.html">Section 6</a></li>
|
||||
<li><a href="Section7.html">Section 7</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2"> <!-- InstanceBeginEditable name="MainBody" -->
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<!-- InstanceBeginEditable name="MainBody" -->
|
||||
<h1>Section 7
|
||||
● <small>Photographs and Clippings</small></h1>
|
||||
<div class="row">
|
||||
|
@ -94,14 +106,16 @@
|
|||
<br />
|
||||
<br />
|
||||
<p>Use this section of your record book to use pictures to tell about your 4-H projects and year. To make this section more engaging, include photos from the beginning, middle, and end of each project. Oh, and use action shots: they are much more fun to look at and tell and better story. If you have a particular part of your record book that you found hard to describe in words, include a picture here to clarify.</p>
|
||||
<!-- InstanceEndEditable --> </div>
|
||||
</div>
|
||||
<!-- InstanceEndEditable -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!--Bootstrap scripts-->
|
||||
<script src="script/jquery-1.9.1.min.js" type="text/javascript"></script>
|
||||
<script src="script/bootstrap.min.js" type="text/javascript"></script>
|
||||
<!--Bootstrap scripts-->
|
||||
<script src="script/jquery-1.9.1.min.js" type="text/javascript"></script>
|
||||
<script src="script/bootstrap.min.js" type="text/javascript"></script>
|
||||
<script src="script/parallax.min.js" type="text/javascript"></script>
|
||||
</body>
|
||||
<!-- InstanceEnd -->
|
||||
</html>
|
||||
<!-- InstanceEnd --></html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<!-- TemplateBeginEditable name="doctitle" -->
|
||||
<title>Albany County 4-H Record Book Portfolios ~</title>
|
||||
<!-- TemplateEndEditable -->
|
||||
<link href="../favicon.ico" rel="shortcut icon" />
|
||||
<link href="../css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="../css/site.css" rel="stylesheet" type="text/css" />
|
||||
<!-- TemplateBeginEditable name="head" -->
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<title>Albany County 4-H Record Book Portfolios ~ Home</title>
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Binary file not shown.
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 308 KiB |
Loading…
Reference in a new issue