Fix about author image
This commit is contained in:
parent
5735128a3e
commit
0a6c30d55a
4
assets/less/components/post/about-author.less
Normal file
4
assets/less/components/post/about-author.less
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
.about-author {
|
||||||
|
@apply .mr-4 .float-left .rounded-full;
|
||||||
|
width: 75px;
|
||||||
|
}
|
|
@ -64,6 +64,7 @@ svg {
|
||||||
|
|
||||||
@import "components/listing";
|
@import "components/listing";
|
||||||
@import "components/post";
|
@import "components/post";
|
||||||
|
@import "components/post/about-author";
|
||||||
@import "components/table";
|
@import "components/table";
|
||||||
@import "components/talk/slides";
|
@import "components/talk/slides";
|
||||||
@import "components/talk/video";
|
@import "components/talk/video";
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<div class="clearfix mt-4">
|
<div class="clearfix mt-4">
|
||||||
<h2>About the Author</h2>
|
<h2>About the Author</h2>
|
||||||
|
|
||||||
<img src="{{ site.images_url }}{{ site.avatar.url }}" alt="Picture of Oliver" class="w-1/6 mr-4 float-left rounded-full">
|
<img src="{{ site.images_url }}{{ site.avatar.url }}" alt="Picture of Oliver" class="about-author">
|
||||||
|
|
||||||
<p>Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a {{ site.work.role }} at <a href="{{ site.companies[site.work.company].url }}?utm_source={{ site.short_url }}&utm_medium=about-author">{{ site.companies[site.work.company].name }}</a> and also provides freelance consultancy services for Drupal, Symfony and Laravel applications and Linux servers.</p>
|
<p>Oliver Davies is a Web Developer, System Administrator and Drupal specialist based in the UK. He is a {{ site.work.role }} at <a href="{{ site.companies[site.work.company].url }}?utm_source={{ site.short_url }}&utm_medium=about-author">{{ site.companies[site.work.company].name }}</a> and also provides freelance consultancy services for Drupal, Symfony and Laravel applications and Linux servers.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue