管理人さんのauthorページにプロフィール画像などを追加
This commit is contained in:
parent
80d4b78486
commit
1b08d15cf0
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
title: 管理人
|
||||
---
|
||||
|
||||
<div class="flex mt-4 mb-10">
|
||||
<img class="!mt-0 !mb-0 h-24 w-24 rounded-full ltr:mr-4 rtl:ml-4" width="96" height="96"
|
||||
src="logo.jpg" />
|
||||
<div class="place-self-center">
|
||||
<div class="text-sm text-neutral-700 dark:text-neutral-400">東北大学の有志によるランニングサークルです。陸上部とは違い、そこまで本気にならずに、好きなペースで、好きな距離を走るサークルです。</div>
|
||||
<div class="text-2xl sm:text-lg">
|
||||
<div class="flex flex-wrap text-neutral-400 dark:text-neutral-500">
|
||||
<a class="px-1 hover:text-primary-700 dark:hover:text-primary-400" href="https://twitter.com/everun1989" target="_blank"
|
||||
aria-label="{{ $name | title }}" rel="me noopener noreferrer">{{< icon "twitter" >}}</a>
|
||||
<a class="px-1 hover:text-primary-700 dark:hover:text-primary-400" href="https://facebook.com/groups/everun" target="_blank"
|
||||
aria-label="{{ $name | title }}" rel="me noopener noreferrer">{{< icon "facebook" >}}</a>
|
||||
<a class="px-1 hover:text-primary-700 dark:hover:text-primary-400" href="https://www.instagram.com/everun1982/" target="_blank"
|
||||
aria-label="{{ $name | title }}" rel="me noopener noreferrer">{{< icon "instagram" >}}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f90ce5ef6342e1c63428c1f73a5378449c9dfbbc6401501ad83d4642c6a5014c
|
||||
size 47057
|
Loading…
Reference in New Issue