add img to events
This commit is contained in:
parent
6b5bb351c1
commit
ec7bc435b1
3 changed files with 36 additions and 15 deletions
2
.bundle/config
Normal file
2
.bundle/config
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
BUNDLE_WITHOUT: "production"
|
|
@ -11,3 +11,11 @@
|
||||||
height: 400px;
|
height: 400px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.banner-image{
|
||||||
|
justify-content: center;
|
||||||
|
display: flex;
|
||||||
|
img{
|
||||||
|
height: 256px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -10,7 +10,11 @@
|
||||||
<%= render '/partials/_navbar.*', zeus_logo_color: :white %>
|
<%= render '/partials/_navbar.*', zeus_logo_color: :white %>
|
||||||
</div>
|
</div>
|
||||||
<div class="hero-body ">
|
<div class="hero-body ">
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
<div class="columns">
|
||||||
|
|
||||||
|
<div class="column">
|
||||||
<p class="title is-1">
|
<p class="title is-1">
|
||||||
<b>
|
<b>
|
||||||
<%= item[:title] %>
|
<%= item[:title] %>
|
||||||
|
@ -26,6 +30,13 @@
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="is-narrow column banner-image">
|
||||||
|
<img src=<%= item[:banner] %> >
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue