Skip to content

Commit

Permalink
Merge pull request #42 from Technical-Writing-Brasil/adding-articles-…
Browse files Browse the repository at this point in the history
…page

Create author-pedro-antunes.html
  • Loading branch information
PedroAntunesCosta authored Dec 18, 2023
2 parents 38a03a2 + faa49f3 commit fb4ac3f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions _pages/author-pedro-antunes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "Pedro Antunes"
layout: default
permalink: "/author-pedro-antunes.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"></span></h2>
<p><a href="{{ site.authors.pedroAntunes.site }}">{{ site.authors.pedroAntunes.site }}</a></p>
<p class="excerpt">{{ site.authors.pedroAntunes.bio }}</p>
</div>
<div class="col-md-3 text-right">
<img alt="{{ site.authors.pedroAntunes.name }}" src="{{site.baseurl}}/{{ site.authors.pedroAntunes.avatar }}" class="rounded-circle" height="100" width="100">
</div>
</div>
<h4 class="font-weight-bold spanborder"><span>Posts by {{page.title}}</span></h4>
{% assign posts = site.posts | where:"author","pedroAntunes" %}
{% for post in posts %}
{% include main-loop-card.html %}
{% endfor %}
</div>
</div>
</div>

0 comments on commit fb4ac3f

Please sign in to comment.