1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/app/views/home/show.html.erb
2018-11-24 00:20:56 +05:00

19 lines
727 B
Text

<div class="jumbotron jumbotron-fluid text-center">
<div class="container">
<h1>
Либертарианская партия России
<br/>
<small class="text-muted">
в Пермском крае
</small>
</h1>
<p class="lead">
Мы выступаем за свободный рынок и государственное невмешательство
в экономику, за принцип самопринадлежности и самоценности человеческой
личности.
</p>
<a role="button" class="btn btn-primary btn-lg" href="<%= new_membership_application_path %>">
Вступить
</a>
</div>
</div>