Skip to content

Commit

Permalink
added about
Browse files Browse the repository at this point in the history
  • Loading branch information
beastie87 committed Jul 19, 2017
1 parent 3076a8d commit ecdc54c
Showing 1 changed file with 64 additions and 8 deletions.
72 changes: 64 additions & 8 deletions app/views/about/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,12 +1,68 @@
<% content_for :title, 'Про проект— Вони голосують для тебе' %>
<div class="jumbotron">
<div class="container">
<h1>Про проект</h1>
<p>Забудь, що говорять політики. Справжню вагу мають лише їхні дії. Слідкуй за тим, як депутати голосують і
дізнавайся про їхню справжню позицію щодо питань, які впливають на нас усіх.</p>
<style>
#first-block h1{
color: #252525;
font-size:24px;
line-height: 24px;
font-family: GothaProBol;
}
#first-block h2 {
font-family: GothaProMed;
font-size: 18px;
line-height:18px;
}
#first-block h2::before{
border-top: 4px solid #000;
content: "";
margin: 0 auto;
position: absolute;
left: 0;
right: 0;
width: 10%;
top: 90px;
}
.update-data p:nth-child(2), .rada-date p:nth-child(2){
color: #949393;
}
#first-block [class*="col-12"]{
padding: 50px 0 50px 0;
}
.team, .how-help{
background-color: #F5F5F5;
}
</style>
<div id="first-block" class="container">

<div class="col-12 about">
<h1 class="text-uppercase center-justified">Про проект</h1>

<div>

</div>

</div>
</div>
<div class="container">
<%= render 'about/index' %>

<div class="col-12 team">
<h2 class="text-uppercase center-justified">Команда</h2>


</div>

<div class="col-12 partners">
<h2 class="text-uppercase center-justified">Партнери</h2>

<div>текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст</div>

</div>

<div class="col-12 how-help">
<h2 class="text-uppercase center-justified">Як допомогти</h2>

<div>текст</div>

</div>



</div>

0 comments on commit ecdc54c

Please sign in to comment.