mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-31 17:11:50 +02:00
Update links to https
This commit is contained in:
32
banners.md
32
banners.md
@@ -14,8 +14,8 @@ Spread the word with _PHP: The Right Way_ banner images! Show new PHP developers
|
||||
<p><img src="/images/banners/btn1-120x90.png" alt="PHP: The Right Way"/></p>
|
||||
|
||||
{% highlight html %}
|
||||
<a href="http://www.phptherightway.com">
|
||||
<img src="http://www.phptherightway.com/images/banners/btn1-120x90.png" alt="PHP: The Right Way"/>
|
||||
<a href="https://www.phptherightway.com">
|
||||
<img src="https://www.phptherightway.com/images/banners/btn1-120x90.png" alt="PHP: The Right Way"/>
|
||||
</a>
|
||||
{% endhighlight %}
|
||||
|
||||
@@ -24,8 +24,8 @@ Spread the word with _PHP: The Right Way_ banner images! Show new PHP developers
|
||||
<p><img src="/images/banners/btn2-120x60.png" alt="PHP: The Right Way"/></p>
|
||||
|
||||
{% highlight html %}
|
||||
<a href="http://www.phptherightway.com">
|
||||
<img src="http://www.phptherightway.com/images/banners/btn2-120x60.png" alt="PHP: The Right Way"/>
|
||||
<a href="https://www.phptherightway.com">
|
||||
<img src="https://www.phptherightway.com/images/banners/btn2-120x60.png" alt="PHP: The Right Way"/>
|
||||
</a>
|
||||
{% endhighlight %}
|
||||
|
||||
@@ -34,8 +34,8 @@ Spread the word with _PHP: The Right Way_ banner images! Show new PHP developers
|
||||
<p><img src="/images/banners/leaderboard-728x90.png" alt="PHP: The Right Way"/></p>
|
||||
|
||||
{% highlight html %}
|
||||
<a href="http://www.phptherightway.com">
|
||||
<img src="http://www.phptherightway.com/images/banners/leaderboard-728x90.png" alt="PHP: The Right Way"/>
|
||||
<a href="https://www.phptherightway.com">
|
||||
<img src="https://www.phptherightway.com/images/banners/leaderboard-728x90.png" alt="PHP: The Right Way"/>
|
||||
</a>
|
||||
{% endhighlight %}
|
||||
|
||||
@@ -44,8 +44,8 @@ Spread the word with _PHP: The Right Way_ banner images! Show new PHP developers
|
||||
<p><img src="/images/banners/lg-rect-386x280.png" alt="PHP: The Right Way"/></p>
|
||||
|
||||
{% highlight html %}
|
||||
<a href="http://www.phptherightway.com">
|
||||
<img src="http://www.phptherightway.com/images/banners/lg-rect-386x280.png" alt="PHP: The Right Way"/>
|
||||
<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 %}
|
||||
|
||||
@@ -54,8 +54,8 @@ Spread the word with _PHP: The Right Way_ banner images! Show new PHP developers
|
||||
<p><img src="/images/banners/med-rect-300x250.png" alt="PHP: The Right Way"/></p>
|
||||
|
||||
{% highlight html %}
|
||||
<a href="http://www.phptherightway.com">
|
||||
<img src="http://www.phptherightway.com/images/banners/med-rect-300x250.png" alt="PHP: The Right Way"/>
|
||||
<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 %}
|
||||
|
||||
@@ -64,8 +64,8 @@ Spread the word with _PHP: The Right Way_ banner images! Show new PHP developers
|
||||
<p><img src="/images/banners/rect-180x150.png" alt="PHP: The Right Way"/></p>
|
||||
|
||||
{% highlight html %}
|
||||
<a href="http://www.phptherightway.com">
|
||||
<img src="http://www.phptherightway.com/images/banners/rect-180x150.png" alt="PHP: The Right Way"/>
|
||||
<a href="https://www.phptherightway.com">
|
||||
<img src="https://www.phptherightway.com/images/banners/rect-180x150.png" alt="PHP: The Right Way"/>
|
||||
</a>
|
||||
{% endhighlight %}
|
||||
|
||||
@@ -74,8 +74,8 @@ Spread the word with _PHP: The Right Way_ banner images! Show new PHP developers
|
||||
<p><img src="/images/banners/sq-btn-125x125.png" alt="PHP: The Right Way"/></p>
|
||||
|
||||
{% highlight html %}
|
||||
<a href="http://www.phptherightway.com">
|
||||
<img src="http://www.phptherightway.com/images/banners/sq-btn-125x125.png" alt="PHP: The Right Way"/>
|
||||
<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 %}
|
||||
|
||||
@@ -84,7 +84,7 @@ Spread the word with _PHP: The Right Way_ banner images! Show new PHP developers
|
||||
<p><img src="/images/banners/vert-rect-240x400.png" alt="PHP: The Right Way"/></p>
|
||||
|
||||
{% highlight html %}
|
||||
<a href="http://www.phptherightway.com">
|
||||
<img src="http://www.phptherightway.com/images/banners/vert-rect-240x400.png" alt="PHP: The Right Way"/>
|
||||
<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 %}
|
||||
|
Reference in New Issue
Block a user