forked from yousinix/portfolYOU
-
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.
- Loading branch information
Showing
2 changed files
with
40 additions
and
2 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 |
---|---|---|
@@ -1,6 +1,16 @@ | ||
<div class="col-lg-4 col-md-8 text-center mx-auto mt-4"> | ||
<img src="{{ site.author.image }}" alt="{{ site.title }}"class="img-fluid rounded-circle mb-3 wow animated zoomIn" data-wow-delay=".1s"> | ||
<div class="col-lg-4 col-md-6 text-center mx-auto mt-4"> | ||
|
||
<!-- Fine Circle Responsive Image --> | ||
<div id="container" class="my-2"> | ||
<div id="dummy"></div> | ||
<div id="element"> | ||
<img src="{{ site.author.image }}" alt="{{ site.title }}" class="circle-image wow animated zoomIn" data-wow-delay=".1s"> | ||
</div> | ||
</div> | ||
|
||
<p class="text-muted wow animated slideInUp" data-wow-delay=".25s">{{ site.description }}</p> | ||
<hr class="text-muted wow animated fadeIn" data-wow-delay=".40s"> | ||
|
||
{% include social.html %} | ||
|
||
</div> |
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