[vlc-devel] [PATCH] Update Thankyou page to responsive design
Marvin Scholz
epirat07 at gmail.com
Fri Jul 1 10:49:04 CEST 2016
---
www.videolan.org/thank_you.php | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/www.videolan.org/thank_you.php b/www.videolan.org/thank_you.php
index 213a3f8..5d82eeb 100644
--- a/www.videolan.org/thank_you.php
+++ b/www.videolan.org/thank_you.php
@@ -1,17 +1,17 @@
<?php
$title = "Thank you";
$menu = array( "project", "contribute" );
+$new_design = true;
require($_SERVER["DOCUMENT_ROOT"]."/include/header.php");
?>
-<div id="fullwidth">
+<div class="container">
<h1 class="bigtitle"> Thank You! </h1>
<h2>You are awesome!</h2>
<p>Every donation matters a lot to us!</p>
<p>As we are all volunteers, we really mean it! <br />
- We cannot express enough our thank you, so here is an <b>awesome</b> cone for you:</p>
- <?php image( 'goodies/Cone-Video-small.png', 'Large Orange VLC media player Traffic Cone Logo', 'projectImg' ); ?>
+ We cannot express enough our thank you, so here is an <b>awesome</b> cone for you:</p>
+ <?php image( 'goodies/Cone-Video-small.png', 'Orange VLC media player Traffic Cone with popcorn and glasses Logo' ); ?>
</div>
-
<?php footer('$Id: contribute.php 6882 2011-04-25 12:17:24Z jb $'); ?>
--
2.7.4 (Apple Git-66)
More information about the vlc-devel
mailing list