[www-doc] [Git][VideoLAN.org/websites][master] Update Contact page to responsive design

Marvin Scholz gitlab at videolan.org
Thu Jul 7 20:48:32 CEST 2016


Marvin Scholz pushed to branch master at VideoLAN organization / websites


Commits:
2f404f9b by Marvin Scholz at 2016-07-07T20:45:02+02:00
Update Contact page to responsive design

This updates the VideoLAN contact page to use responsive design
and makes some minor markup changes.

- - - - -


1 changed file:

- www.videolan.org/contact.php


Changes:

=====================================
www.videolan.org/contact.php
=====================================
--- a/www.videolan.org/contact.php
+++ b/www.videolan.org/contact.php
@@ -1,68 +1,87 @@
 <?php
    $title = "Contact";
    $body_color = "blue";
+   $new_design = true;
    require($_SERVER["DOCUMENT_ROOT"]."/include/header.php");
 ?>
 
-<div>
+<div class="container" style="max-width: 1000px !important;">
     <h1 class="bigtitle">Contact</h1>
-
     <p>Before contacting us, please check the <a href="/support/faq.html">FAQ</a> first to be sure that you <b>actually</b> need to contact us!</p>
 
-    <table class="doublecolumn">
-        <tr>
-            <td>
-                <h2>VLC Support</h2>
-                <p>For <a href="/vlc/">VLC media player</a> user-related questions,
-                   please see our <a href="/support/">Support section</a>.<br />
-                   See also our <a href="http://wiki.videolan.org/">Wiki</a> and 
-                   our <a href="http://forum.videolan.org/">Forum</a>.</p>
-            </td>
-            <td>
-                <h2>VLC Development</h2>
-                <p>For <a href="/vlc/">VLC media player</a> developer questions,
-                   please see our <a href="http://wiki.videolan.org/Developers_Corner">Developer section</a>.</p>
-            </td>
-        </tr>
-        <tr>
-            <td>
-                <h2>Press</h2>
-                    <p>If you are a journalist or a blogger and need answers to questions,
-                    please check the <a href="/press/">press center</a> and use <b>e-mail</b>.</p>
-                    <p>In case you write an article about VideoLAN, we would be very glad to
-                    have a copy of it to add to our press book. You can send us the article
-                    at the <b>postal address</b>.</p>
-                    <p>To contact us by e-mail, please write in French, German or English to the address shown below.</p>
-            </td>
-            <td>
-                <h2>Legal</h2>
-                    <p>If you have a question regarding the use of a product, please check
-                    the <a href="/legal.html">legal FAQ</a>.</p>
-                    <p>Any legal document must be sent to the <b>postal address</b>.<br>We do <b>not</b> accept email or fax for legal matters.</p>
-            </td>
-        </tr>
-    </table>
+    <div class="row">
+        <div class="col-md-6">
+            <h2>VLC Support</h2>
+            <p>
+                For <a href="/vlc/">VLC media player</a> user-related questions, 
+                please see our <a href="/support/">Support section</a>.<br />
+                See also our <a href="http://wiki.videolan.org/">Wiki</a> and
+                our <a href="http://forum.videolan.org/">Forum</a>.
+            </p>
+        </div>
+        <div class="col-md-6">
+            <h2>VLC Development</h2>
+            <p>
+                For <a href="/vlc/">VLC media player</a> developer questions,
+                please see our <a href="http://wiki.videolan.org/Developers_Corner">Developer section</a>.
+            </p>
+        </div>
+    </div>
+    <hr />
+    <div class="row">
+        <div class="col-md-6">
+            <h2>Press</h2>
+            <p>
+                If you are a journalist or a blogger and need answers to questions,
+                please check the <a href="/press/">press center</a> and use <b>e-mail</b>.
+            </p>
+            <p>
+                In case you write an article about VideoLAN, we would be very glad to
+                have a copy of it to add to our press book. You can send us the article
+                at the <b>postal address</b>.
+            </p>
+            <p>
+                To contact us by e-mail, please write in French, German or English to the address shown below.
+            </p>
+        </div>
+        <div class="col-md-6">
+            <h2>Legal</h2>
+            <p>
+                If you have a question regarding the use of a product, please check
+                the <a href="/legal.html">legal FAQ</a>.
+            </p>
+            <p>
+                Any legal document must be sent to the <strong>postal address</strong>.<br />
+                We do <strong>not</strong> accept email or fax for legal matters.
+            </p>
+        </div>
+    </div>
+    <hr />
+    <h2>E-mail</h2>
+    <p>
+        To contact us by e-mail, please use <a href="mailto:videolan at REMOVETHIS@videolan.org">videolan@<span style="display:none">null</span>videolan.org</span></a> and write in French, German or English.
+    </p>
+    <!--<p>Any question about <strong>VLC usage</strong> and <strong>BUGS</strong> will <strong>not be</strong> answered.
+    See the <a href="/support">Support center</a> for these matters.</p>-->
+    <p>
+        <strong>Remember</strong>, we are a <strong>volunteer non-profit organisation</strong>, and we do not offer jobs and
+        cannot sponsor third party events.
+    </p>
+
+    <h2>Postal Address</h2>
 
-<h2>E-mail</h2>
-<p>To contact us by e-mail, please use <a href="mailto:videolan at REMOVETHIS@videolan.org">videolan@<span style="display:none">null</span>videolan.org</span></a>
-and write in French, German or English.</p>
-<!--<p>Any question about <strong>VLC usage</strong> and <strong>BUGS</strong> will <strong>not be</strong> answered.
- See the <a href="/support">Support center</a> for these matters.</p>-->
-<p><strong>Remember</strong>, we are a <strong>volunteer non-profit organisation</strong>, and we do not offer jobs and
-cannot sponsor third party events.</p>
+    <address>
+        <strong>VideoLAN</strong><br>
+        18, rue Charcot<br>
+        75013 Paris<br>
+        France
+    </address>
 
-<h2>Postal Address</h2>
-<pre style="margin-left: 20px;">
-VideoLAN
-18, rue Charcot
-75013 Paris
-France
-</pre>
-<h2>Phone</h2>
-<p>The phone will very rarely answer and is <b>strictly NOT</b> for user support:</p>
-<pre>+33 951 11 20 20</pre>
-<p>You can send faxes to us; except for legal issues, where faxes are not accepted:</p>
-<pre>+33 956 11 20 20</pre>
+    <h2>Phone</h2>
+    <p>The phone will very rarely answer and is <b>strictly NOT</b> for user support:</p>
+    <strong>+33 951 11 20 20</strong>
+    <p>You can send faxes to us; except for legal issues, where faxes are not accepted:</p>
+    <strong>+33 956 11 20 20</strong>
 
 </div>
 



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/2f404f9b23153956bf0db58d3a9d69b1151049ae
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/www-doc/attachments/20160707/5368745b/attachment.html>


More information about the www-doc mailing list