2017-10-15 07:42:33 -04:00
|
|
|
<article .card.h-card .bg-dark itemscope itemtype="http://schema.org/Person">
|
2017-10-03 19:07:51 -04:00
|
|
|
$maybe route <- mcurrentRoute
|
2017-10-15 07:42:33 -04:00
|
|
|
<a .u-uid.u-url itemprop="url" href=@{route} hidden>
|
2017-10-03 19:07:51 -04:00
|
|
|
|
2017-10-15 07:42:33 -04:00
|
|
|
<img .card-img-top.u-photo itemprop="image" src=@{AvatarR userId} alt=#{userFullName user}>
|
2017-10-03 19:07:51 -04:00
|
|
|
|
2017-10-02 09:52:14 -04:00
|
|
|
<div .card-body>
|
2017-10-15 07:42:33 -04:00
|
|
|
<h4 .card-title.p-name itemprop="name">#{userFullName user}
|
2017-10-03 18:09:39 -04:00
|
|
|
$forall key <- pgpKeys
|
2017-10-14 00:35:16 -04:00
|
|
|
<a .card-subtitle.u-key type="application/pgp-keys" href=@{routeFromPgp key}>
|
2017-10-03 18:09:39 -04:00
|
|
|
<i .fa.fa-key>
|
|
|
|
#{prettyPgp key}
|
2017-10-15 07:42:33 -04:00
|
|
|
<div .p-note itemprop="description" .text-muted>#{userNote user}
|
2017-10-04 01:01:07 -04:00
|
|
|
|
|
|
|
<ul .profiles>
|
|
|
|
<li>
|
2017-10-15 07:42:33 -04:00
|
|
|
<a .u-email rel="me" itemprop="email" href="mailto:#{userEmail user}">
|
2017-10-04 01:01:07 -04:00
|
|
|
<i .fa.fa-envelope>
|
|
|
|
#{userEmail user}
|
2017-10-10 22:16:47 -04:00
|
|
|
$forall (Entity _ site, Entity _ profile) <- userProfiles
|
2017-10-04 01:01:07 -04:00
|
|
|
<li>
|
2017-10-15 07:42:33 -04:00
|
|
|
<a .u-url rel="me" itemprop="sameAs" href="#{profileUrl site profile}">
|
2017-10-10 07:41:49 -04:00
|
|
|
<i .#{siteIcon site}>
|
2017-10-10 00:23:30 -04:00
|
|
|
$maybe name <- profileDisplayName profile
|
|
|
|
#{name}
|
|
|
|
$nothing
|
|
|
|
#{profileUsername profile}
|