|
|
@@ -5,44 +5,41 @@
|
|
|
<div class="ui link cards explore-card top">
|
|
|
<div class="card explore-card card">
|
|
|
<div class="image">
|
|
|
- <img class="explore-card mobile" src="https://assets-cdn.github.com/images/modules/explore/events/hacktoberfest-bg.png">
|
|
|
+ <img class="explore-card mobile" src="https://cdn.gitote.in/explore/aoc.png">
|
|
|
</div>
|
|
|
<div class="content">
|
|
|
- <div class="explore-card title">Heading</div>
|
|
|
- <div class="explore-card meta">
|
|
|
- <a>Date if needed</a>
|
|
|
- </div>
|
|
|
- <div class="explore-card description">
|
|
|
- Description about the component
|
|
|
- </div>
|
|
|
+ <a href="https://adventofcode.com">
|
|
|
+ <div class="explore-card title">Advent of Code 2018</div>
|
|
|
+ <div class="explore-card description">
|
|
|
+ Advent of Code is an small programming puzzles for a variety of skill sets that can be solved in any programming language you like.
|
|
|
+ </div>
|
|
|
+ </a>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="card explore-card card">
|
|
|
<div class="image">
|
|
|
- <img class="explore-card mobile" src="https://assets-cdn.github.com/images/modules/explore/events/hacktoberfest-bg.png">
|
|
|
+ <img class="explore-card mobile" src="https://cdn.gitote.in/explore/24pr.png">
|
|
|
</div>
|
|
|
<div class="content">
|
|
|
- <div class="explore-card title">Heading</div>
|
|
|
- <div class="explore-card meta">
|
|
|
- <a>Date if needed</a>
|
|
|
- </div>
|
|
|
- <div class="explore-card description">
|
|
|
- Description about the component
|
|
|
- </div>
|
|
|
+ <a href="https://24pullrequests.com">
|
|
|
+ <div class="explore-card title">Give back to open source</div>
|
|
|
+ <div class="explore-card description">
|
|
|
+ Contribute to the software community in December at 24 Pull Requests
|
|
|
+ </div>
|
|
|
+ </a>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="card explore-card card">
|
|
|
<div class="image">
|
|
|
- <img class="explore-card mobile" src="https://assets-cdn.github.com/images/modules/explore/events/hacktoberfest-bg.png">
|
|
|
+ <img class="explore-card mobile" src="https://cdn.gitote.in/explore/gitote.png">
|
|
|
</div>
|
|
|
<div class="content">
|
|
|
- <div class="explore-card title">Heading</div>
|
|
|
- <div class="explore-card meta">
|
|
|
- <a>Date if needed</a>
|
|
|
- </div>
|
|
|
- <div class="explore-card description">
|
|
|
- Description about the component
|
|
|
- </div>
|
|
|
+ <a href="https://gitote.in/gitote/gitote">
|
|
|
+ <div class="explore-card title">Gitote is now open source</div>
|
|
|
+ <div class="explore-card description">
|
|
|
+ Gitote is an open source end-to-end software development platform with built-in version control, issue tracking, code review, and more.
|
|
|
+ </div>
|
|
|
+ </a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -110,6 +107,7 @@
|
|
|
</div>
|
|
|
</section>
|
|
|
|
|
|
+ {{/**
|
|
|
<h1 class="ui container center ex-head">Events</h1>
|
|
|
<section style="background-color:#fff;height:auto" class="pages head">
|
|
|
<div class="ui link cards explore-card top">
|
|
|
@@ -159,6 +157,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</section>
|
|
|
+ **/}}
|
|
|
{{template "base/footer_content" .}}
|
|
|
<div>
|
|
|
{{template "base/footer" .}}
|