[Git][reproducible-builds/reproducible-website][master] 2 commits: indeterministic -> nondeterministic
Chris Lamb
gitlab at salsa.debian.org
Sat Dec 22 00:12:21 CET 2018
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website
Commits:
86c14eb4 by Chris Lamb at 2018-12-21T22:45:42Z
indeterministic -> nondeterministic
- - - - -
762d822a by Chris Lamb at 2018-12-21T23:12:15Z
Put the projects in a nice card grid.
- - - - -
2 changed files:
- _blog/posts/191.md
- who.md
Changes:
=====================================
_blog/posts/191.md
=====================================
@@ -28,4 +28,4 @@ Packages reviewed and fixed, and bugs filed
* [hpx](https://build.opensuse.org/request/show/660040) (use [upstream patch](https://github.com/STEllAR-GROUP/hpx/pull/3585))
* [python-jupyter_imatlab_kernel](https://build.opensuse.org/request/show/660055) (do not let pip embed a random tmp path)
- * [rust](https://github.com/rust-lang/rust/issues/57041) (indeterministic asm / cmpq)
+ * [rust](https://github.com/rust-lang/rust/issues/57041) (nondeterministic asm / cmpq)
=====================================
who.md
=====================================
@@ -24,16 +24,23 @@ their users.
## Projects
-{% for project in site.data.projects %}
-<a name="{{ project.name }}"></a>
-
-### [{{ project.name }}]({{ project.url }})
-
-![]({{ project.logo | prepend: "/images/logos/" | prepend: site.baseurl }}#right)
-
-{% for resource in project.resources %}
-* [{{ resource.name }}]({{ resource.url }})
-{% endfor %}
-
-<br>
-{% endfor %}
+<div class="row bg-light p-md-5 p-sm-3 pt-5 pb-5">
+ {% for project in site.data.projects %}
+ <div class="col-xl-4 col-sm-6 col-xs-12 mb-4">
+ <div class="card" name="{{ project.name }}">
+ <a href="{{ project.url }}" >
+ <img class="card-img-top p-5" src="{{ project.logo | prepend: "/images/logos/" | prepend: site.baseurl }}" alt="{{ project.name }}">
+ </a>
+ <div class="card-body">
+ <h4 class="card-title"><a href="{{ project.url }}">{{ project.name }}</a></h4>
+
+ <p class="card-text">
+ {% for resource in project.resources %}
+ <a href="{{ resource.url }}">{{ resource.name }}</a>{% unless forloop.last %} •{% endunless %}
+ {% endfor %}
+ </p>
+ </div>
+ </div>
+ </div>
+ {% endfor %}
+</div>
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/0c8e0b0e9da10e06e35987d324ea94c146dcb4e2...762d822a119dc53b4b13b6ea312d5e1e47d932f8
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/0c8e0b0e9da10e06e35987d324ea94c146dcb4e2...762d822a119dc53b4b13b6ea312d5e1e47d932f8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20181221/cc786e35/attachment.html>
More information about the rb-commits
mailing list