[www-doc] [Git][VideoLAN.org/websites][master] 3 commits: add 3.0.12 update card
Jean-Baptiste Kempf
gitlab at videolan.org
Tue May 18 17:06:51 UTC 2021
Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites
Commits:
ecd236aa by Francois Cartegnie at 2021-05-18T17:06:22+00:00
add 3.0.12 update card
- - - - -
f8ad4fa4 by Francois Cartegnie at 2021-05-18T17:06:22+00:00
improve contact support warnings
- - - - -
e25de221 by Francois Cartegnie at 2021-05-18T17:06:22+00:00
remove support contact button
no more skip reading
- - - - -
3 changed files:
- www.videolan.org/contact.php
- + www.videolan.org/include/3.0.12-update-card.php
- www.videolan.org/support/index.php
Changes:
=====================================
www.videolan.org/contact.php
=====================================
@@ -7,7 +7,7 @@
<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>
+ <div class="alert alert-warning">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!</div>
<div class="row">
<div class="col-md-6">
@@ -57,32 +57,46 @@
</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 organization</strong>, and we do not offer jobs and
- cannot sponsor third party events.
- </p>
- <h2>Postal Address</h2>
-
- <address>
- <strong>VideoLAN</strong><br>
- 18, rue Charcot<br>
- 75013 Paris<br>
- France
- </address>
-
- <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 class="row">
+ <div class="col-md-8">
+ <div class="row">
+ <div class="col-md-12">
+ <h2>E-mail</h2>
+ <div class="alert alert-warning">VideoLAN <strong>does not</strong> provide direct support. See <a href="/support">Support page</a> instead</div>
+ <p>
+ For other reasons by e-mail, please use <a href="mailto:videolan at REMOVETHIS@videolan.org">videolan@<span style="display:none">null</span>videolan.org</span></a><br/>You can 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 organization</strong>, and we do not offer jobs and
+ cannot sponsor third party events.
+ </p>
+ </div>
+ <div class="col-md-12">
+ <h2>Postal Address</h2>
+ <address>
+ <strong>VideoLAN</strong><br>
+ 18, rue Charcot<br>
+ 75013 Paris<br>
+ France
+ </address>
+ </div>
+ <div class="col-md-12">
+ <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>
+ </div>
+ </div>
+ <div class="col-md-4">
+ <?php include($_SERVER["DOCUMENT_ROOT"]."/include/3.0.12-update-card.php"); ?>
+ </div>
+ </div>
</div>
<?php footer(); ?>
=====================================
www.videolan.org/include/3.0.12-update-card.php
=====================================
@@ -0,0 +1,10 @@
+<div class="card text-center" style="width: 18rem;">
+ <div class="card-body">
+ <h5 class="card-title">Update Warning Concerns</h5>
+ <a href="/vlc/releases/3.0.12-update.html">
+ <?php image("screenshots/3.0.12-update.jpg" , "3.0.12 update screen", "center-block img-responsive"); ?>
+ </a>
+ <p class="card-text">If you want to contact us about the update warning, as pictured above, you may encounter on Windows platforms</p>
+ <a href="/vlc/releases/3.0.12-update.html" class="btn btn-default">Click here for more information</a>
+ </div>
+</div>
=====================================
www.videolan.org/support/index.php
=====================================
@@ -8,29 +8,33 @@
<div class="container">
- <h1 class="bigtitle">Support and Help center</h1>
+ <div class="row">
+ <div class="col-md-8">
+ <h1 class="bigtitle">Support and Help center</h1>
- <p>VideoLAN is free and open source software; and is not backed by any company.
- Developers are mostly <strong>volunteers</strong>.<br />
- Therefore, <strong>please remember</strong> that every user support
- is provided by <strong>volunteers</strong> doing it in their free time.<br />
- Noone owes you an answer to your question.</p>
+ <p>VideoLAN is free and open source software; and is not backed by any company.
+ Developers are mostly <strong>volunteers</strong>.<br />
+ Therefore, <strong>please remember</strong> that every user support
+ is provided by <strong>volunteers</strong> doing it in their free time.<br />
+ Noone owes you an answer to your question.</p>
- <h2 style="margin-top: 30px;">You are here for:</h2>
- <ul class="list-inline">
- <li style="margin-top: 1em;">
- <a class="btn btn-default btn-lg" href="#documentation">Documentation</a>
- </li>
- <li style="margin-top: 1em;">
- <a class="btn btn-default btn-lg" href="#help">Help and support</a>
- </li>
- <li style="margin-top: 1em;">
- <a class="btn btn-default btn-lg" href="#bugs">Reporting a bug</a>
- </li>
- <li style="margin-top: 1em;">
- <a class="btn btn-default btn-lg" href="/contact.html">Contacting VideoLAN</a>
- </li>
- </ul>
+ <h2 style="margin-top: 30px;">You are here for:</h2>
+ <ul class="list-inline">
+ <li style="margin-top: 1em;">
+ <a class="btn btn-default btn-lg" href="#documentation">Documentation</a>
+ </li>
+ <li style="margin-top: 1em;">
+ <a class="btn btn-default btn-lg" href="#help">Help and support</a>
+ </li>
+ <li style="margin-top: 1em;">
+ <a class="btn btn-default btn-lg" href="#bugs">Reporting a bug</a>
+ </li>
+ </ul>
+ </div>
+ <div class="col-md-4">
+ <?php include($_SERVER["DOCUMENT_ROOT"]."/include/3.0.12-update-card.php"); ?>
+ </div>
+ </div>
<hr />
<h1 id="documentation">Documentation</h1>
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/compare/6c557239d38b04122679b7432abfb330ab53c757...e25de2218566bc2c566cade00592f853477a1174
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/compare/6c557239d38b04122679b7432abfb330ab53c757...e25de2218566bc2c566cade00592f853477a1174
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list