Skip to content

Commit

Permalink
author-susmit-agrawal.html
Browse files Browse the repository at this point in the history
fixed  Bug glugmvit#35  for author Susmit
  • Loading branch information
SHUBHENDU SHUBHAM authored Jun 10, 2020
1 parent 10d0020 commit b9238d3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions _pages/author-susmit-agrawal.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "Susmit Agarwal"
layout: default
permalink: "/author-susmit-agrawal.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.prakruthi.twitter }}">Follow</a></span></h2>
<p><a href="{{ site.authors.susmit.web }}">{{ site.authors.susmit.web }}</a></p>
<p class="excerpt">{{ site.authors.susmit.bio }}</p>
</div>
<div class="col-md-3 text-right">
<img alt="{{ site.authors.susmit.name }}" src="{{ site.authors.susmit.gravatar }}" class="rounded-circle" height="100" width="100">
</div>
</div>
<h4 class="font-weight-bold spanborder"><span>Posts by susmit </span></h4>
{% assign posts = site.posts | where:"author","susmit" %}
{% for post in posts %}
{% include main-loop-card.html %}
{% endfor %}
</div>
</div>
</div>

0 comments on commit b9238d3

Please sign in to comment.