From 1216c2e7daa3136529c8e5c97a0141bb87657c8f Mon Sep 17 00:00:00 2001 From: Mathieu Rochette Date: Fri, 13 Sep 2013 19:45:23 +0200 Subject: [PATCH] Hightlight web banners exemple code as HTML --- banners.md | 64 ++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 40 insertions(+), 24 deletions(-) diff --git a/banners.md b/banners.md index 20ead19..b4a06bb 100644 --- a/banners.md +++ b/banners.md @@ -12,62 +12,78 @@ Spread the word with _PHP: The Right Way_ banner images! Show new PHP developers

PHP: The Right Way

- - PHP: The Right Way - +{% highlight html %} + + PHP: The Right Way + +{% endhighlight %} ## Button 2 (120x60)

PHP: The Right Way

- - PHP: The Right Way - +{% highlight html %} + + PHP: The Right Way + +{% endhighlight %} ## Leaderboard (728x90)

PHP: The Right Way

- - PHP: The Right Way - +{% highlight html %} + + PHP: The Right Way + +{% endhighlight %} ## Large Rectangle (386x280)

PHP: The Right Way

- - PHP: The Right Way - +{% highlight html %} + + PHP: The Right Way + +{% endhighlight %} ## Medium Rectangle (300x250)

PHP: The Right Way

- - PHP: The Right Way - +{% highlight html %} + + PHP: The Right Way + +{% endhighlight %} ## Rectangle (180x150)

PHP: The Right Way

- - PHP: The Right Way - +{% highlight html %} + + PHP: The Right Way + +{% endhighlight %} ## Square Button (125x125)

PHP: The Right Way

- - PHP: The Right Way - +{% highlight html %} + + PHP: The Right Way + +{% endhighlight %} ## Vertical Rectangle (240x400)

PHP: The Right Way

- - PHP: The Right Way - +{% highlight html %} + + PHP: The Right Way + +{% endhighlight %}