move the image outside the text infoblock

This commit is contained in:
Andrew Lewman 2012-03-27 18:50:02 +00:00
parent 5fbd02ffb9
commit f3a8af6dc7

View File

@ -4,16 +4,16 @@
#!/usr/bin/env wml
<div class="img-shadow">
<div class="infoblock">
<h2 class="media">Press Contact</h2>
<h2 class="media">Press Contact</h2>
<p>
<b>Andrew Lewman</b><br>
execdir@torproject.org<br>
+1-781-948-1982<br>
</p>
<p></p>
<p>Our contact information as a qrcode:</p>
<img src="$(IMGROOT)/contact-info.png" alt="qrcode of contact
info">
</div>
<!-- END INFOBLOCK -->
</div>
<img src="$(IMGROOT)/contact-info.png" alt="qrcode of contact info">
<!-- END INFOBLOCK -->
</div>
<!-- END IMG-SHADOW -->