Sha256: d4a92f3df20ecd0d6a7ebea6a905534c74f1b8a201fdbc1fba16e7d29abd9f7d
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 KB
Contents
{% include header.html %} <nav class="navbar navbar-expand-lg sticky-top navbar-dark bg-purple mb-4 shadow-sm"> <a class="navbar-brand" href="#"> <img src="assets/images/vertx-square.svg" alt="Vert.x" width="40" height="40"> Eclipse Vert.x how-to </a> </nav> <div class="container"> <div class="row"> {% for howto in site.data.howtos %} <div class="card col-12"> <div class="card-body"> <h5 class="card-title"><a href="/{{ howto.repo }}/">{{ howto.repo }}</a></h5> <p class="card-text"> {% for tag in howto.tags %} <span class="badge badge-pill badge-light">{{ tag }}</span> {% endfor %} </p> <p class="card-text">{{ howto.description }}</p> <a href="/{{ howto.repo }}/" class="btn btn-light"><i class="fa fa-glasses"></i> Read the how-to</a> <a href="https://github.com/vertx-howtos/{{ howto.repo }}" class="btn btn-light"><i class="fab fa-github"></i> GitHub repository</a> </div> </div> {% endfor %} </div> </div> {% include footer.html %}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vertx-howtos-jekyll-theme-0.3.0 | _layouts/frontpage.html |