mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-31 17:11:50 +02:00
Add web banners
This commit is contained in:
73
banners.md
Normal file
73
banners.md
Normal file
@@ -0,0 +1,73 @@
|
||||
---
|
||||
layout: blank
|
||||
title: Website Banners
|
||||
description: "Spread the word! Use these banner to let new PHP programmers know about PHP: The Right Way"
|
||||
---
|
||||
|
||||
# Web Banners
|
||||
|
||||
Spread the word! Use these banner to let new PHP programmers know about _PHP: The Right Way_.
|
||||
|
||||
## Button 1 (120x90)
|
||||
|
||||
<img src="/images/banners/btn1-120x90.png" alt="PHP: The Right Way"/>
|
||||
|
||||
<a href="http://www.phptherightway.com">
|
||||
<img src="http://www.phptherightway.com/images/banners/btn1-120x90.png" alt="PHP: The Right Way"/>
|
||||
</a>
|
||||
|
||||
## Button 2 (120x60)
|
||||
|
||||
<img src="/images/banners/btn2-120x60.png" alt="PHP: The Right Way"/>
|
||||
|
||||
<a href="http://www.phptherightway.com">
|
||||
<img src="http://www.phptherightway.com/images/banners/btn2-120x60.png" alt="PHP: The Right Way"/>
|
||||
</a>
|
||||
|
||||
## Leaderboard (728x90)
|
||||
|
||||
<img src="/images/banners/leaderboard-728x90.png" alt="PHP: The Right Way"/>
|
||||
|
||||
<a href="http://www.phptherightway.com">
|
||||
<img src="http://www.phptherightway.com/images/banners/leaderboard-728x90.png" alt="PHP: The Right Way"/>
|
||||
</a>
|
||||
|
||||
## Large Rectangle (386x280)
|
||||
|
||||
<img src="/images/banners/lg-rect-386x280.png" alt="PHP: The Right Way"/>
|
||||
|
||||
<a href="http://www.phptherightway.com">
|
||||
<img src="http://www.phptherightway.com/images/banners/lg-rect-386x280.png" alt="PHP: The Right Way"/>
|
||||
</a>
|
||||
|
||||
## Medium Rectangle (300x250)
|
||||
|
||||
<img src="/images/banners/med-rect-300x250.png" alt="PHP: The Right Way"/>
|
||||
|
||||
<a href="http://www.phptherightway.com">
|
||||
<img src="http://www.phptherightway.com/images/banners/med-rect-300x250.png" alt="PHP: The Right Way"/>
|
||||
</a>
|
||||
|
||||
## Rectangle (180x150)
|
||||
|
||||
<img src="/images/banners/rect-180x150.png" alt="PHP: The Right Way"/>
|
||||
|
||||
<a href="http://www.phptherightway.com">
|
||||
<img src="http://www.phptherightway.com/images/banners/rect-180x150.png" alt="PHP: The Right Way"/>
|
||||
</a>
|
||||
|
||||
## Square Button (125x125)
|
||||
|
||||
<img src="/images/banners/sq-btn-125x125.png" alt="PHP: The Right Way"/>
|
||||
|
||||
<a href="http://www.phptherightway.com">
|
||||
<img src="http://www.phptherightway.com/images/banners/sq-btn-125x125.png" alt="PHP: The Right Way"/>
|
||||
</a>
|
||||
|
||||
## Vertical Rectangle (240x400)
|
||||
|
||||
<img src="/images/banners/vert-rect-240x400.png" alt="PHP: The Right Way"/>
|
||||
|
||||
<a href="http://www.phptherightway.com">
|
||||
<img src="http://www.phptherightway.com/images/banners/vert-rect-240x400.png" alt="PHP: The Right Way"/>
|
||||
</a>
|
Reference in New Issue
Block a user