mirror of https://github.com/nate2014jatc/AGSTATUS
11-15-20_05:40:44
This commit is contained in:
parent
9469f8967b
commit
a104f47555
|
@ -20,6 +20,7 @@ layout: default
|
|||
<div class="author-name">{{ site.author }}</div>
|
||||
<p class="bio">{{ authorData.bio }}</p>
|
||||
{% for social in authorData.socials %}
|
||||
<a href="{{ social.url }}" class="social-link {{ social.type }}-link">{{ social.type }}</a>
|
||||
<a href="{{ social.url }}" class="social-link">{{ social.type }}</a>
|
||||
<br>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
.author-bio {
|
||||
width: 50%;
|
||||
float: left;
|
||||
float: right;
|
||||
border-radius: 12px;
|
||||
border-width: 3px;
|
||||
border-style: groove;
|
||||
border-color: #0066ff;
|
||||
|
||||
padding-left: 4px;
|
||||
margin-top: 5%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue