Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions _pages/author-todd-millstein.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "Todd Millstein"
layout: default
permalink: "/author-todd-millstein.html"
---
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<div class="row align-items-center mb-5">
<div class="col-md-9">
<h2 class="font-weight-bold">{{page.title}} <span class="small btn btn-outline-success btn-sm btn-round"><a href="{{ site.authors.todd.site }}">View</a></span></h2>
<p class="excerpt">{{ site.authors.todd.bio }}</p>
</div>
<div class="col-md-3 text-right">
<img alt="{{ site.authors.todd.name }}" src="{{site.url}}/{{ site.authors.todd.avatar }}" class="rounded-circle" height="100" width="100">
</div>
</div>
<h4 class="font-weight-bold spanborder"><span>Posts by {{page.title}}</span></h4>
{% for post in site.posts %}
{% if post.authors contains "todd" %}
{% include main-loop-card.html %}
{% endif %}
{% endfor %}
</div>
</div>
</div>