Antalya: Difference between revisions

From Antalya
Jump to: navigation, search
(Created page with "class=img-responsive ==Welcome to Antalya== This wiki is for experimenting with styles and elements of [https://www.mediawiki.org/wiki/MediaWiki Mediawi...")
 
No edit summary
Line 5: Line 5:


===Tests===
===Tests===
====Accordion====
<div class="panel-group" id="Maintopics">
<div class="panel-group" id="Maintopics">
  <accordion parent="Maintopics" heading="Photography" class="in">
  <accordion parent="Maintopics" heading="Photography" class="in">
Line 12: Line 13:
Tips and tricks for Unix tools
Tips and tricks for Unix tools
  </accordion>
  </accordion>
</div>
====Carousel====
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
  <!-- Indicators -->
  <ol class="carousel-indicators">
    <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
    <li data-target="#carousel-example-generic" data-slide-to="1"></li>
    <li data-target="#carousel-example-generic" data-slide-to="2"></li>
  </ol>
  <!-- Wrapper for slides -->
  <div class="carousel-inner" role="listbox">
    <div class="item active">
      [[File:otter.jpg|link=Mainpage|class=img-responsive]]
      <div class="carousel-caption">
        <h3 style="color: white">Otter</h3>
      </div>
    </div>
    <div class="item">
      [[File:manul.jpg|link=Mainpage|class=img-responsive]]
      <div class="carousel-caption">
        <h3 style="color: white">Baby Manul</h3>
      </div>
    </div>
    <div class="item">
      [[File:redpanda.jpg|link=Mainpage|class=img-responsive]]
      <div class="carousel-caption">
        <h3 style="color: white">Red Panda</h3>
      </div>
    </div>
  </div>
  <!-- Controls removed -->
</div>
</div>

Revision as of 09:53, 12 November 2020

Antalya.jpg

Welcome to Antalya

This wiki is for experimenting with styles and elements of Mediawiki with the Tweeki style to be used at Integrated Systems Laboratory of ETH Zurich.

Tests

Accordion

Here will be pages on photography

Tips and tricks for Unix tools

Carousel