[www-doc] [Git][VideoLAN.org/websites][master] vlmc: reorder sections
Felix Paul Kühne
gitlab at videolan.org
Tue Mar 1 12:29:08 CET 2016
Felix Paul Kühne pushed to branch master at VideoLAN organization / websites
Commits:
baf72590 by Felix Paul Kühne at 2016-03-01T12:28:59+01:00
vlmc: reorder sections
- - - - -
1 changed file:
- www.videolan.org/vlmc/index.php
Changes:
=====================================
www.videolan.org/vlmc/index.php
=====================================
--- a/www.videolan.org/vlmc/index.php
+++ b/www.videolan.org/vlmc/index.php
@@ -79,38 +79,19 @@
</section>
<section class="features">
<div class="container">
+ <h2 class="visible-xs visible-sm center-font-xs center-font-sm"><?php echo _("Contribute"); ?></h2>
<div class="row">
- <div class="col-md-12 padding-bottom-24">
- <h1 style='margin-bottom: 25px;' class='red'><?php echo _("Screenshots"); ?></h1>
- <div id="content-carousel">
- <?php
- vlmcscreenshot('snapshot2.jpg', 'tm_snapshot2.jpg', "Screenshot" );
- vlmcscreenshot('snapshot10.jpg', 'tm_snapshot10.jpg', "Screenshot" );
- vlmcscreenshot('snapshot12.jpg', 'tm_snapshot12.jpg', "Screenshot" );
- vlmcscreenshot('snapshot14.jpg', 'tm_snapshot14.jpg', "Screenshot" );
- ?>
- </div>
- <div class="ltrClearLeft">
- </div>
+ <div class="col-md-4 v-align-md v-align-lg col-md-offset-1 col-md-pull-1">
+ <img src="//images.videolan.org/vlmc/screenshots/snapshot2.jpg" class="center-xs center-sm img-responsive">
</div>
- </div>
- </div>
-</section>
-<section class="features bg-gray">
- <div class="container">
- <h2 class="visible-xs visible-sm center-font-xs center-font-sm"><?php echo _("Contribute"); ?></h2>
- <div class="row reorder-sm reorder-xs">
- <div class="items col-md-7 col-md-offset-1 col-md-pull-1 v-align-md v-align-lg">
+ <div class="items v-align-md v-align-lg col-md-7">
<h2 class="hidden-xs hidden-sm"><?php echo _("Contribute"); ?></h2>
<p class="projectDescription">VLMC is developed by volunteers and anyone can contribute! You can browse the source code <a href="https://code.videolan.org/videolan/vlmc">online</a> and start right away!</p>
</div>
- <div class="col-md-4 v-align-md v-align-lg">
- <img src="//images.videolan.org/vlmc/screenshots/snapshot2.jpg" class="center-sm center-xs img-responsive">
- </div>
</div>
</div>
</section>
-<section class="features">
+<section class="features bg-gray">
<div class="container">
<h2 class="visible-xs visible-sm center-font-xs center-font-sm"><?php echo _("Get in touch"); ?></h2>
<div class="row reorder-sm reorder-xs">
@@ -124,6 +105,25 @@
</div>
</div>
</section>
+<section class="features">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-12 padding-bottom-24">
+ <h1 style='margin-bottom: 25px;' class='red'><?php echo _("Screenshots"); ?></h1>
+ <div id="content-carousel">
+ <?php
+ vlmcscreenshot('snapshot2.jpg', 'tm_snapshot2.jpg', "Screenshot" );
+ vlmcscreenshot('snapshot10.jpg', 'tm_snapshot10.jpg', "Screenshot" );
+ vlmcscreenshot('snapshot12.jpg', 'tm_snapshot12.jpg', "Screenshot" );
+ vlmcscreenshot('snapshot14.jpg', 'tm_snapshot14.jpg', "Screenshot" );
+ ?>
+ </div>
+ <div class="ltrClearLeft">
+ </div>
+ </div>
+ </div>
+ </div>
+</section>
<?php
footer('$Id$');
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/baf72590cf3f22ab5abd72978925f97766978191
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/www-doc/attachments/20160301/3cf8663a/attachment.html>
More information about the www-doc
mailing list