openring: tweak UI and regen

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-08-14 15:56:24 +05:30
parent 419aa86a00
commit 433bbf9747
2 changed files with 14 additions and 14 deletions

View File

@ -4,7 +4,18 @@
<div class="article">
<h4 class="title">
<a href="https://fasterthanli.me/articles/i-am-a-java-csharp-c-or-cplusplus-dev-time-to-do-some-rust" target="_blank" rel="noopener">I am a Java, C#, C or C&#43;&#43; developer, time to do some Rust</a>
<a class="tag__link" href="https://joebirch.co/android/exploring-the-google-play-in-app-review-api/" target="_blank" rel="noopener">Exploring the Google Play In-App Review API</a>
</h4>
<p class="summary">When it comes to the Google Play store, app ratings and reviews are a pretty important marketing tool they can have a huge influence on whether someone downloads our app, so ensuring that we do not miss out on good reviews is important. However, Ive fe…</p>
<small class="source">
via <a href="https://joebirch.co">Joe Birch</a>
</small>
<small class="date">August 14, 2020</small>
</div>
<div class="article">
<h4 class="title">
<a class="tag__link" href="https://fasterthanli.me/articles/i-am-a-java-csharp-c-or-cplusplus-dev-time-to-do-some-rust" target="_blank" rel="noopener">I am a Java, C#, C or C&#43;&#43; developer, time to do some Rust</a>
</h4>
<p class="summary">
As I&#39;ve said before, I&#39;m working on a book about lifetimes. Or maybe it&#39;s
@ -19,18 +30,7 @@ o…</p>
<div class="article">
<h4 class="title">
<a href="https://joebirch.co/mindset/follow-guidelines-not-rules/" target="_blank" rel="noopener">Follow Guidelines, not rules</a>
</h4>
<p class="summary">Learning a new way of doing something is a very powerful tool not only does it open our eyes to new perspectives, but it has the potential to improve on a previous approach we may have taken to solving a problem. The more we learn, the more perspectives…</p>
<small class="source">
via <a href="https://joebirch.co">Joe Birch</a>
</small>
<small class="date">August 6, 2020</small>
</div>
<div class="article">
<h4 class="title">
<a href="http://jakewharton.com/sixteen-corners/" target="_blank" rel="noopener">Sixteen corners</a>
<a class="tag__link" href="http://jakewharton.com/sixteen-corners/" target="_blank" rel="noopener">Sixteen corners</a>
</h4>
<p class="summary">Last year I built a library called Picnic for rendering data tables in monospaced environments like your terminal. Part of rendering the table is calculating what character to use for each wall and each corner separating the cells.</p>
<small class="source">

View File

@ -4,7 +4,7 @@
{{range .Articles}}
<div class="article">
<h4 class="title">
<a href="{{.Link}}" target="_blank" rel="noopener">{{.Title}}</a>
<a class="tag__link" href="{{.Link}}" target="_blank" rel="noopener">{{.Title}}</a>
</h4>
<p class="summary">{{.Summary}}</p>
<small class="source">