Skip to content

Commit

Permalink
♻️ refactor: mudança da página principal
Browse files Browse the repository at this point in the history
  • Loading branch information
1cadumagalhaes committed Dec 28, 2021
1 parent 53b18df commit cc72253
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 46 deletions.
39 changes: 4 additions & 35 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,10 @@
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults

layout: default
layout: new
---
<div class="row center">
<h1 class="title">{/;INICIATIVAS/}</h1>
</div>
<div class="cards-container">
{% for repository in site.github.public_repositories%} {% if
repository.homepage contains "dp6.github.io/"%}

<a href="https://dp6.github.io/{{repository.name}}">
<div class="card column justify-around shadow body-bg">
<div class="row">
<figure>
<img
src="https://raw.githubusercontent.com/DP6/templates-centro-de-inovacoes/main/public/logos-iniciativas/{{repository.name}}.png"
alt="logo {{repository.name}}" class="card-logo" />
</figure>
</div>
<div class="row">
<h3 class="card-title">{{repository.name}}</h3>
</div>
<div class="row">
<img alt="GitHub stars" src="https://img.shields.io/github/stars/DP6/{{repository.name}}?style=social&cacheSeconds=3000" />
<img alt="GitHub forks" src="https://img.shields.io/github/forks/DP6/{{repository.name}}?style=social&cacheSeconds=3000" />
</div>
<div class="row">
<p class="card-subtitle">{{repository.description }}</p>
</div>

<div class="actions">
<div class="action-buttons">
<em class="fa fa-arrow-right"></em>
</div>
</div>
</div>
</a>
{% endif %} {% endfor %}
</div>
{% include posts.html %}

{% include initiatives.html %}
11 changes: 0 additions & 11 deletions new.html

This file was deleted.

0 comments on commit cc72253

Please sign in to comment.