Skip to content

Commit

Permalink
remove projects
Browse files Browse the repository at this point in the history
  • Loading branch information
gianpaolof authored Nov 18, 2020
1 parent dd0589b commit abf686e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@
<div class="timeline-image">
<img class="img-me" src="{{ project.img | prepend: site.baseurl }}" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4><a href="https://github.com/{{ project.gh_user }}/{{ project.repo }}" target="_blank">{{ project.name }}</a></h4>
</div>
<div class="timeline-body">
{{ project.desc | markdownify }}
<div user="{{ project.gh_user }}" repo="{{ project.repo }}" class="ghbtn" style="margin-top: 10px;">
<a target="_blank" href="https://github.com/{{ project.gh_user }}/{{ project.repo }}/stargazers"><i class="fa fa-star"></i><span class="star"> ...</span></a>&emsp;&emsp;
<a target="_blank" href="https://github.com/{{ project.gh_user }}/{{ project.repo }}/network"><i class="fa fa-code-fork"></i><span class="fork"> ...</span></a>&emsp;&emsp;
<a target="_blank" href="https://github.com/{{ project.gh_user }}/{{ project.repo }}/watchers"><i class="far fa-eye"></i><span class="watchers">...</span></a target="_blank" href="https://github.com/{{ project.gh_user }}/{{ project.repo }}/watchers">
<div style="height: 10px;"></div>
</div>
</div>
</li>
{% endfor %}
<!--
Expand Down

0 comments on commit abf686e

Please sign in to comment.