Buttons
Buttons for your website to show your support for the site
To show your support, please add a button to your site linking back to this site. There are three buttons and you can add them with the following pieces of HTML:
Code:
<a href="http://www.openschoolsalliance.org">
<img src="http://www.openschoolsalliance.org/resources/osa_button_208x33.png"
width="208" height="33"
alt="Open Schools Alliance" />
</a>
Code:
<a href="http://www.openschoolsalliance.org">
<img src="http://www.openschoolsalliance.org/resources/osa_logo_112x40.png"
width="112" height="40"
alt="Open Schools Alliance" />
</a>
Code:
<a href="http://www.openschoolsalliance.org">
<img src="http://www.openschoolsalliance.org/resources/osa_logo_102x17.png"
width="102" height="17"
alt="Open Schools Alliance" />
</a>