Files
php-the-right-way/banners.md
2023-01-18 18:27:18 +01:00

91 lines
2.7 KiB
Markdown

---
layout: page
title: Website Banners
description: "Spread the word! Use these banner to let new PHP programmers know about PHP: The Right Way"
sitemap: true
---
# Web Banners
Spread the word with _PHP: The Right Way_ banner images! Show new PHP developers where to find good information.
## Button 1 (120x90)
<p><img src="/images/banners/btn1-120x90.png" alt="PHP: The Right Way"/></p>
{% highlight html %}
<a href="https://www.phptherightway.com">
<img src="https://www.phptherightway.com/images/banners/btn1-120x90.png" alt="PHP: The Right Way"/>
</a>
{% endhighlight %}
## Button 2 (120x60)
<p><img src="/images/banners/btn2-120x60.png" alt="PHP: The Right Way"/></p>
{% highlight html %}
<a href="https://www.phptherightway.com">
<img src="https://www.phptherightway.com/images/banners/btn2-120x60.png" alt="PHP: The Right Way"/>
</a>
{% endhighlight %}
## Leaderboard (728x90)
<p><img src="/images/banners/leaderboard-728x90.png" alt="PHP: The Right Way"/></p>
{% highlight html %}
<a href="https://www.phptherightway.com">
<img src="https://www.phptherightway.com/images/banners/leaderboard-728x90.png" alt="PHP: The Right Way"/>
</a>
{% endhighlight %}
## Large Rectangle (386x280)
<p><img src="/images/banners/lg-rect-386x280.png" alt="PHP: The Right Way"/></p>
{% highlight html %}
<a href="https://www.phptherightway.com">
<img src="https://www.phptherightway.com/images/banners/lg-rect-386x280.png" alt="PHP: The Right Way"/>
</a>
{% endhighlight %}
## Medium Rectangle (300x250)
<p><img src="/images/banners/med-rect-300x250.png" alt="PHP: The Right Way"/></p>
{% highlight html %}
<a href="https://www.phptherightway.com">
<img src="https://www.phptherightway.com/images/banners/med-rect-300x250.png" alt="PHP: The Right Way"/>
</a>
{% endhighlight %}
## Rectangle (180x150)
<p><img src="/images/banners/rect-180x150.png" alt="PHP: The Right Way"/></p>
{% highlight html %}
<a href="https://www.phptherightway.com">
<img src="https://www.phptherightway.com/images/banners/rect-180x150.png" alt="PHP: The Right Way"/>
</a>
{% endhighlight %}
## Square Button (125x125)
<p><img src="/images/banners/sq-btn-125x125.png" alt="PHP: The Right Way"/></p>
{% highlight html %}
<a href="https://www.phptherightway.com">
<img src="https://www.phptherightway.com/images/banners/sq-btn-125x125.png" alt="PHP: The Right Way"/>
</a>
{% endhighlight %}
## Vertical Rectangle (240x400)
<p><img src="/images/banners/vert-rect-240x400.png" alt="PHP: The Right Way"/></p>
{% highlight html %}
<a href="https://www.phptherightway.com">
<img src="https://www.phptherightway.com/images/banners/vert-rect-240x400.png" alt="PHP: The Right Way"/>
</a>
{% endhighlight %}