Skip to content
Snippets Groups Projects
Commit 43625f46 authored by Marcela Ribeiro de Oliveira's avatar Marcela Ribeiro de Oliveira
Browse files

Page the user can follow a collection

parent 150787f7
No related branches found
No related tags found
No related merge requests found
<!--Página que o usuário pode seguir uma coleção -->
<!--Page the user can follow a collection -->
<nav class="navigation navbar-default "><br/>
<div class="container-fluid">
<div class="navbar-right">
<%= link_to 'http://www.fnde.gov.br/' do %>
<%= image_tag 'icons/collection-download.png', style: 'width: auto; height: 40px; margin-right: 20px;' %>
<span style="margin-right: 30px;"><button class="but but-shadow but-rc">Seguir Coleção</button></span>
<% end %>
</div>
<div class="navbar-header">
<div class="container-fluid">
<div class="navbar-right">
<%= link_to 'http://www.fnde.gov.br/' do %>
<%= image_tag 'icons/collection-download.png', style: 'width: auto; height: 40px; margin-right: 20px;' %>
<span style="margin-right: 30px;"><button class="but but-shadow but-rc">Seguir Coleção</button></span>
<% end %>
</div>
<div class="navbar-header">
<%= image_tag image_path("icons/collection.png"), class: "logo-image",size: "90x66" %>
<ul class="nav navbar-nav navbar-right"><h1>&nbsp;<b>Coleção 1</b></h1> <br/>
&nbsp; <%= image_tag image_path("user-anon.png"), class: "logo-image",size: "30x30" %> por Usuário</ul>
<!--ul class="nav navbar-nav navbar-right">200 itens</ul-->
&nbsp; <%= image_tag image_path("user-anon.png"), class: "logo-image",size: "30x30" %> por Usuário &nbsp;
&nbsp; <%= image_tag image_path("icons/square.png"), class: "logo-image",size: "20x20" %> 200 itens</ul>
</div>
</div>
</nav>
<div class="row mainpage-subjects">
<br/>
<div class="col-md-4">
<div class="thumb">
<input type="checkbox" class="chk " checked="checked" name="" value="0" />
<%= image_tag image_path('learning-object-preview.png'), class: "logo" %>Obj1
</div><br/>
<div class="thumb">
<input type="checkbox" class="chk " checked="checked" name="" value="0" />
<%= image_tag image_path('learning-object-preview.png'), class: "logo" %>Obj4
</div><br/>
<div class="thumb">
<input type="checkbox" class="chk " checked="checked" name="" value="0" />
<%= image_tag image_path('learning-object-preview.png'), class: "logo" %>Obj7
</div>
</div>
<div class="col-md-4">
<div class="thumb">
<input type="checkbox" class="chk " checked="checked" name="" value="0" />
<%= image_tag image_path('learning-object-preview.png'), class: "logo" %>Obj2
</div><br/>
<div class="thumb">
<input type="checkbox" class="chk " checked="checked" name="" value="0" />
<%= image_tag image_path('learning-object-preview.png'), class: "logo" %>Obj5
</div><br/>
<div class="thumb">
<input type="checkbox" class="chk " checked="checked" name="" value="0" />
<%= image_tag image_path('learning-object-preview.png'), class: "logo" %>Obj8
</div>
</div>
<div class="col-md-4">
<div class="thumb">
<input type="checkbox" class="chk " checked="checked" name="" value="0" />
<%= image_tag image_path('learning-object-preview.png'), class: "logo" %>Obj3
</div><br/>
<div class="thumb">
<input type="checkbox" class="chk " checked="checked" name="" value="0" />
<%= image_tag image_path('learning-object-preview.png'), class: "logo" %>Obj6
</div><br/>
<div class="thumb">
<input type="checkbox" class="chk " checked="checked" name="" value="0" />
<%= image_tag image_path('learning-object-preview.png'), class: "logo" %>Obj9
</div>
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment