-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (91 loc) · 4.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Seed Life Skills</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Ubuntu+Condensed|Squada+One' rel='stylesheet' type='text/css'>
<script type="text/JavaScript" src="seedLife.js"></script>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
<link href="styles.css" type="text/css" rel="stylesheet">
<style type="text/css">
#dude{
width:20%;
}
#report{
width:15%
}
#cp{
width:75%;
margin: 40px auto;
}
#captainPlanet{
width:35%;
margin:5px 5px 0 0;
}
#icon{
top:400px
}
.head{
width: 20%;
}
/* =============== Small stuff ====================== */
@media only screen
and (max-width : 500px)
{
#dude{
display: none;
}
#cp{
margin:0;
width:100%;
}
}
</style>
</head>
<body>
<div id="anim">
<div class="circle circle01"> </div>
<div class="circle circle02"> </div>
</div>
<a href="index.html"><header>
</header></a>
<div id="blurb"><h3>Empowering students to become self-sufficient, resilient, <br>and innovative stewards of local and global resources.</h3></div>
<div id="burger">☰</div>
<nav>
<a href="who.html">Who we are</a>
<a href="skills.html">Our Skills</a>
<a href="curriculum.html">Curriculum</a>
<a href="getInvolved.html">Get Involved</a>
<a href="contact.html">Contact</a>
</nav>
<div id="icon"><img src="badges/images/MB_teamwork.png" alt=""></div>
<div id="top">
<img src="images/top_boiling.jpg" alt="top image">
</div>
<main>
<h1>Welcome to Seed Life Skills</h1>
<img src="images/chopping.jpg" alt="" class=" right frameRight" id="dude" >
<p>Seed Life Skills is a research-based, living curriculum grown from the vision of food education advocate, dedicated father and Chef Hugh Acheson.</p>
<p>We are a collaborative effort between culinary, university, and industry professionals, school administrators, parents, teachers, movers and makers dedicated to preparing our next generation of dreamers, doers, and leaders.</p>
<p>We are a proud member of the Alliance for Family and Consumer Sciences (FCS). FCS is the profession previously known as “Home Economics.” Learn more about us at <a href="http://www.aafcs.org" target="_blank">www.aafcs.org</a>.</p>
<h1 style="clear:none">Our mission</h1>
<p>Seed Life Skills is a living curriculum dedicated to empowering youth to be sustainable stewards of food and financial resources; while emphasizing innovative and handcrafted approaches to core and community lessons.
</p>
<p>We get kids cooking, connecting science to real life problems, and engineering sustainable solutions. We provide curriculum tools to support innovative, lab-based learning in the classroom and equipment that is desperately needed by teachers who often pay out of pocket to supply these experiences for students. By providing these essential tools, together we are laying the foundation of a thriving economy and empowering the next generation of entrepreneurs, educators, and community leaders to be prepared for whatever life can throw their way.</p>
<div style="overflow: auto; margin-bottom: 40px;">
<h1>Find out more</h1>
<a href="extras/Seed-Life-Annual-Report-2016.pdf" target="_blank"><img src="images/Seed-Life-Annual-Report.jpg" class="left" id="report" alt="Seed-Life-Annual-Report"></a>
<p>The best way to find out about us is to take a dive inside the programming with our 2016 Annual Report.</p>
<a href="extras/Seed-Life-Annual-Report-2016.pdf" target="_blank">Please click here to download it</a> and learn more about Seed Life Skills.
</div>
<div class="block" id="cp"><a href="http://captainplanetfoundation.org" target="_blank"><img src="images/CaptainPlanet.png" class="left" id="captainPlanet" alt="CaptainPlanet" ></a>
<p>We are a non-profit entity under fiscal sponsorship of the Captain Planet Foundation. <br>Check out the <a href="http://captainplanetfoundation.org" target="_blank">great work they do.</a></p>
</div>
<a href="contact.html"><div class="button" >Join the conversation</div></a>
</main>
<footer>
©2017 by Seed Life Skills
</footer>
</body>
</html>