added header image to infoscreen
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
<body>
|
||||
|
||||
<%= image_tag "infoscreen_header_provisorisch.png" %> <%#header picture/animation %>
|
||||
<div id ="jmpress" style="padding-top: 100px">
|
||||
<div id ="jmpress" style="padding-top: 120px">
|
||||
<% i=1 %>
|
||||
<% @neuigkeiten.each do |n| %>
|
||||
|
||||
<div class="step contentbox" id="step-<%=i%>" data-x="<%= i *2000 %>" data-y="<%= Random.rand(0..5)*200 %>" style=" height:500px; width:860px; padding-top:210px; padding-left:10px; padding-right:10px<%#; display:block%>" data-duration="1000000"><% @toolbar_elements=[];@questions=[] %>
|
||||
<div class="media" style="width: 840px; height:480px; transform: scale(1.5) translate(120px,50px)" >
|
||||
<div class="step contentbox" id="step-<%=i%>" data-x="<%= i *2000 %>" data-y="<%= Random.rand(0..5)*200 %>" style=" height:400px; width:660px; padding-left:10px;<%#; display:block%>" data-duration="1000000"><% @toolbar_elements=[];@questions=[] %>
|
||||
<div class="media" style="width: 640px; height:380px; transform: scale(1.5) translate(120px,50px)" >
|
||||
<div class="pull-left" href="#" style="max-width:200px;">
|
||||
<% unless n.picture_robust.big_thumb.to_s.empty? %>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user