Buttons and banners: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
 
(+cat)
 
(5 intermediate revisions by one other user not shown)
Line 2: Line 2:


Put one of our stylish buttons on your website and make it easier for everyone to get FreeMind. Even better, create some more buttons and banners to help raise awareness of FreeMind.
Put one of our stylish buttons on your website and make it easier for everyone to get FreeMind. Even better, create some more buttons and banners to help raise awareness of FreeMind.
{| class="wikitable"
|-
! Official Buttons and Banners
|-
! File Name
| Download_FreeMind_Button_180x60
|-
!Format
! PNG
! JPG
! GIF
|-
! Graphic
| [[Image:Download_FreeMind_Button_180x60.png|Download FreeMind 180x60 (png format)]]
| [[Image:Download_FreeMind_Button_180x60.jpg|Download FreeMind 180x60 (jpg format)]]
| [[Image:Download_FreeMind_Button_180x60.gif|Download FreeMind 180x60 (gif format)]]
|-
! File Name
| Download_FreeMind_Button_180x60
|-
!Format
!PNG
!JPG
!GIF
|-
! Graphic
| [[Image:Get_Freemind_Button_125x50.png|Get FreeMind 125x50 (png format)]]
| [[Image:Get_Freemind_Button_125x50.jpg|Get FreeMind 125x50 (jpg format)]]
| [[Image:Get_Freemind_Button_125x50.gif|Get FreeMind 125x50 (gif format)]]
|-


<div>
|}
[[Image:Download_FreeMind_Button_180x60.png|Download FreeMind 180x60 (png format)]]
<div class="thumbcaption" >180x60 png format</div>
</div>


<div>
[[Image:Download_FreeMind_Button_180x60.jpg|Download FreeMind 180x60 (jpg format)]]
<div class="thumbcaption" >180x60 jpg format</div>
</div>


<div>
Use the following code to put these on your web page<sup>1</sup>:
[[Image:Download_FreeMind_Button_180x60.gif|Download FreeMind 180x60 (gif format)]]
<div class="thumbcaption" >180x60 gif format</div>
</div>
 
Use the following code to put this button on your web page<sup>1</sup>:


<pre>
<pre>
  <a href="http://freemind.sourceforge.net/wiki/index.php/Main_Page"
  <a href="http://freemind.sourceforge.net/wiki/index.php/Main_Page"
   title="Image:Download_FreeMind_Button_180x60.png">
   title="Image:filename.ext" >
   <img src="/wiki/images/b/b2/Download_FreeMind_Button_180x60.png"  
   <img src="/wiki/images/b/b2/filename.ext"  
   alt="Download FreeMind"/>
   alt="Get FreeMind"/>
  </a>
  </a>
</pre>
</pre>


<div>
<sup>1</sup>'''Note:''' Please download the graphic and put it on your site, too. That will ensure your site isn't slowed down if ours is busy. In windows, you can download the image by right-clicking on it and choosing <code>Save Image As ...</code>. Also make sure you change '''filename.ext'''. For instance, if you download the <code>Get_Freemind.jpg</code> file, change the file name to <code>Get_Freemind.jpg</code>. For example:
[[Image:Get_Freemind_Button_125x50.png|Get FreeMind Button 125x50 (png format)]]
<pre>
<div class="thumbcaption" >125x50 (png format)</div>
title="Image:filename.ext" >
</div>
<img src="/wiki/images/b/b2/filename.ext"
        -- would become --
title="Image:Get_Freemind_Button_125x50.jpg" >
<img src="/your directory/Get_Freemind_Button_125x50.jpg"
</pre>


<div>
===Buttons and Banners Being Considered===
[[Image:Get_Freemind_Button_125x50.jpg]]
<div class="thumbcaption" >125x50 (jpg format)</div>
</div>


<div>
This is a place to put buttons and banners that are proposed, but not decided on.
[[Image:Get_Freemind_Button_125x50.gif]]
<div class="thumbcaption" >125x50 (gif format)</div>
</div>
Use the following code to put this button on your web page<sup>1</sup>:


<pre>
{| class="wikitable"
<a href="http://freemind.sourceforge.net/wiki/index.php/Main_Page"
|-
  title="Image:Get_Freemind_Button_125x50.png">
! Unofficial Buttons and Banners Being Considered
  <img src="/wiki/images/b/b2/Get_Freemind_Button_125x50.png"
|-
  alt="Get FreeMind"/>
! File Name FreeMind_Vertical_Banner_120x240
</a>
|-
</pre>
!Format
! PNG
! JPG
! GIF
|-
! Graphic
| [[Image:FreeMind_Vertical_Banner_120x240.png|FreeMind Vertical Banner 120x240 (png format)]]
| n/a
| n/a
|-
 
|}


<sup>1</sup>'''Note:''' Please download the graphic and put it on your site, too. That will ensure your site isn't slowed down if ours is busy. In windows, you can download the image by right-clicking on it and choosing <code>Save Image As ...</code>. Also make sure you change the extension of the file to match the format of the file you download. For instance, if you download the <code>jpeg</code> file rather than the <code>png</code> file, change the file name in the image tag. For example:
[[Category:Development]]
<pre>
<img src="/wiki/images/b/b2/Get_Freemind_Button_125x50.png"
        -- would become --
<img src="/wiki/images/b/b2/Get_Freemind_Button_125x50.jpg"
</pre>

Latest revision as of 19:19, 24 September 2009

How You Can Help - Add A FreeMind Button To Your Site

Put one of our stylish buttons on your website and make it easier for everyone to get FreeMind. Even better, create some more buttons and banners to help raise awareness of FreeMind.

Official Buttons and Banners
File Name Download_FreeMind_Button_180x60
Format PNG JPG GIF
Graphic
Error creating thumbnail: Unable to save thumbnail to destination
Error creating thumbnail: Unable to save thumbnail to destination
Error creating thumbnail: Unable to save thumbnail to destination
File Name Download_FreeMind_Button_180x60
Format PNG JPG GIF
Graphic
Error creating thumbnail: Unable to save thumbnail to destination
Error creating thumbnail: Unable to save thumbnail to destination
Error creating thumbnail: Unable to save thumbnail to destination


Use the following code to put these on your web page1:

 <a href="http://freemind.sourceforge.net/wiki/index.php/Main_Page"
  title="Image:filename.ext"  >
  <img src="/wiki/images/b/b2/filename.ext" 
  alt="Get FreeMind"/>
 </a>

1Note: Please download the graphic and put it on your site, too. That will ensure your site isn't slowed down if ours is busy. In windows, you can download the image by right-clicking on it and choosing Save Image As .... Also make sure you change filename.ext. For instance, if you download the Get_Freemind.jpg file, change the file name to Get_Freemind.jpg. For example:

 title="Image:filename.ext" >
 <img src="/wiki/images/b/b2/filename.ext"
        -- would become --
 title="Image:Get_Freemind_Button_125x50.jpg" >
 <img src="/your directory/Get_Freemind_Button_125x50.jpg"

Buttons and Banners Being Considered

This is a place to put buttons and banners that are proposed, but not decided on.

Unofficial Buttons and Banners Being Considered
File Name FreeMind_Vertical_Banner_120x240
Format PNG JPG GIF
Graphic
Error creating thumbnail: Unable to save thumbnail to destination
n/a n/a