Browse Source

changed the layout for events

master
Julio Biason 8 years ago
parent
commit
32a79b70d3
  1. 39
      index.html

39
index.html

@ -542,15 +542,38 @@
<i class="fa fa-angle-right blue" aria-hidden='true'></i> <i class="fa fa-angle-right blue" aria-hidden='true'></i>
2016 2016
</h3> </h3>
</div>
</div>
<ul> <div class="row">
<li><a href="https://braziljs.org/conf">BrazilJS 2016</a></li> <div class="columns small-12 medium-6 large-4">
<li><a href="http://softwarelivre.org/fisl17">FISL 17</a></li> <i class="fa fa-angle-right blue"></i>
<li><a href="http://www.cnqs.com.br/">Congresso Nacional de Qualidade de Software</a></li> <a href="https://braziljs.org/conf">BrazilJS 2016</a>
<li><a href="https://www.devopsdays.org/events/2016-portoalegre/welcome/">DevOpsDays Porto Alegre</a></li> </div>
<li><a href="http://poa.tchelinux.org/">Tchê Linux 2016</a></li>
<li><a href="http://rsjs.org/2016/">RSJS 2016</a></li> <div class="columns small-12 medium-6 large-4">
</ul> <i class="fa fa-angle-right blue"></i>
<a href="http://softwarelivre.org/fisl17">FISL 17</a>
</div>
<div class="columns small-12 medium-6 large-4">
<i class="fa fa-angle-right blue"></i>
<a href="http://www.cnqs.com.br/">Congresso Nacional de Qualidade de Software</a>
</div>
<div class="columns small-12 medium-6 large-4">
<i class="fa fa-angle-right blue"></i>
<a href="https://www.devopsdays.org/events/2016-portoalegre/welcome/">DevOpsDays Porto Alegre</a>
</div>
<div class="columns small-12 medium-6 large-4">
<i class="fa fa-angle-right blue"></i>
<a href="http://poa.tchelinux.org/">Tchê Linux 2016</a>
</div>
<div class="columns small-12 medium-6 large-4">
<i class="fa fa-angle-right blue"></i>
<a href="http://rsjs.org/2016/">RSJS 2016</a>
</div> </div>
</div> </div>
</body> </body>

Loading…
Cancel
Save