Workshops.
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
@import './shared.scss';
|
@import './shared.scss';
|
||||||
@import './pages/index.scss';
|
@import './pages/index.scss';
|
||||||
@import './pages/form.scss';
|
@import './pages/form.scss';
|
||||||
|
@import './pages/performance.scss';
|
||||||
/* Alerts and form errors */
|
/* Alerts and form errors */
|
||||||
.alert {
|
.alert {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
|||||||
9
assets/css/pages/performance.scss
Normal file
9
assets/css/pages/performance.scss
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.workshops-br {
|
||||||
|
margin-bottom: 17px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#workshops {
|
||||||
|
text-align: left !important;
|
||||||
|
}
|
||||||
@@ -1,8 +1,16 @@
|
|||||||
<section class=text>
|
<section class=text>
|
||||||
<h1 id="calendar-start">Ohjelma</h1>
|
<h1 id="calendar-start">Ohjelma</h1>
|
||||||
<%= for performance <- @performances do %>
|
<i>[Tietoja päivitetään]</i>
|
||||||
|
<%= for performance <- @performances do %>
|
||||||
<h2><%= performance.name %></h2>
|
<h2><%= performance.name %></h2>
|
||||||
<p><%= performance.desc %></p>
|
<p><%= performance.desc %></p>
|
||||||
<% end %>
|
<% end %>
|
||||||
<span><%= link "Hallinta", to: Routes.admin_performance_path(@conn, :admin) %></span>
|
<h2>Työpajat</h2>
|
||||||
|
<p id="workshops">
|
||||||
|
<b>Jaana Kouri:</b> Shamanistinen kirjoitustyöpaja <br class="workshops-br">
|
||||||
|
<b>Hanna Toivonen:</b> Nuorten sanataidetyöpaja <br class="workshops-br">
|
||||||
|
<b>Donna Claudia:</b> Karjalainen löylytys <br class="workshops-br">
|
||||||
|
<b>Selma Kilpi:</b> Runolaulupiiri <br class="workshops-br"> <br>
|
||||||
|
<i>Näihin avataan ennakkoilmoittautuminen hyvissä ajoin.</i>
|
||||||
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user