summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorolf <olf@subsignal.org>2015-03-18 13:38:54 +0100
committerolf <olf@subsignal.org>2015-03-18 13:38:54 +0100
commit70e6a613e5b671c93b0c39a34e2b674a718ac171 (patch)
treee292cdc4fcc77b53b841e62cf4392538e5136516
parentef191db23efe259bc23867c02a19446dd9866a5a (diff)
added resposive embed for battlemesh videos
-rw-r--r--template/pages/battlemeshv7/content.html46
1 files changed, 36 insertions, 10 deletions
diff --git a/template/pages/battlemeshv7/content.html b/template/pages/battlemeshv7/content.html
index cd31320..26e3790 100644
--- a/template/pages/battlemeshv7/content.html
+++ b/template/pages/battlemeshv7/content.html
@@ -12,8 +12,16 @@ Vom 12. bis 18. Mai 2014 fand im sublab die siebte Auflage des "Wireless Battle
</div>
</div>
<div class="row">
+ <div class="col-sm-12">
+
+<h2>
+ Fotos
+</h2>
+ </div>
+</div>
+<div class="row">
<div class="col-sm-3">
- <a href="/img/battlemesh_5_attendees_by_mario_behling.jpg"><img class="img-responsive " src="/img/battlemesh_5_attendees_by_mario_behling_klein.jpg" alt="Battlemesh Photo by Mario Behling"></a>
+<a href="/img/battlemesh_5_attendees_by_mario_behling.jpg"><img class="img-responsive " src="/img/battlemesh_5_attendees_by_mario_behling_klein.jpg" alt="Battlemesh Photo by Mario Behling"></a>
</div>
<div class="col-sm-3">
<a href="/img/battlemesh_crew_by_mario_behling.jpg"><img class="img-responsive " src="/img/battlemesh_crew_by_mario_behling_klein.jpg" alt="Battlemesh Photo by Mario Behling"></a>
@@ -28,14 +36,32 @@ Vom 12. bis 18. Mai 2014 fand im sublab die siebte Auflage des "Wireless Battle
<div class="row">
<div class="col-sm-12">
-<h2>
- Youtube
-</h2>
- <iframe src="https://www.youtube.com/embed/grq9SKjXN7U" frameborder="0" allowfullscreen></iframe>
- <iframe src="https://www.youtube.com/embed/4pC8EPPFmlE" frameborder="0" allowfullscreen></iframe>
- <iframe src="https://www.youtube.com/embed/2rXNsfwPbuo" frameborder="0" allowfullscreen></iframe>
- <iframe src="https://www.youtube.com/embed/oozRsxy4q7Y" frameborder="0" allowfullscreen></iframe>
-
+ <h2>
+ Videos
+ </h2>
+ </div>
+</div>
+<div class="row">
+ <div class="col-sm-6">
+ <div class="embed-responsive embed-responsive-16by9">
+ <iframe src="https://www.youtube.com/embed/grq9SKjXN7U" allowfullscreen></iframe>
+ </div>
+ </div>
+ <div class="col-sm-6">
+ <div class="embed-responsive embed-responsive-16by9">
+ <iframe src="https://www.youtube.com/embed/4pC8EPPFmlE" allowfullscreen></iframe>
+ </div>
+ </div>
+</div>
+<div class="row">
+ <div class="col-sm-6">
+ <div class="embed-responsive embed-responsive-16by9">
+ <iframe src="https://www.youtube.com/embed/2rXNsfwPbuo" allowfullscreen></iframe>
+ </div>
+ </div>
+ <div class="col-sm-6">
+ <div class="embed-responsive embed-responsive-16by9">
+ <iframe src="https://www.youtube.com/embed/oozRsxy4q7Y" allowfullscreen></iframe>
+ </div>
</div>
</div>
-