forked from glugmvit/glugmvit.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed Bug glugmvit#35 for Author Masoomi
- Loading branch information
SHUBHENDU SHUBHAM
authored
Jun 10, 2020
1 parent
10d0020
commit 57319ab
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: "Masoomi Saxena" | ||
layout: default | ||
permalink: "/author-masoomi-saxena.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.masoomi.web }}">{{ site.authors.masoomi.web }}</a></p> | ||
<p class="excerpt">{{ site.authors.masoomi.bio }}</p> | ||
</div> | ||
<div class="col-md-3 text-right"> | ||
<img alt="{{ site.authors.masoomi.name }}" src="{{ site.authors.masoomi.gravatar }}" class="rounded-circle" height="100" width="100"> | ||
</div> | ||
</div> | ||
<h4 class="font-weight-bold spanborder"><span>Posts by Masoomi </span></h4> | ||
{% assign posts = site.posts | where:"author","masoomi" %} | ||
{% for post in posts %} | ||
{% include main-loop-card.html %} | ||
{% endfor %} | ||
</div> | ||
</div> | ||
</div> |