Add a link to Marc's Instagram profile.
This commit is contained in:
parent
5b6ecbae6d
commit
0c2c100dad
3 changed files with 23 additions and 0 deletions
|
@ -143,3 +143,20 @@ pre.example {
|
|||
border-radius: 5px;
|
||||
box-shadow: 0px 0px 8px #888888 inset;
|
||||
}
|
||||
|
||||
p.photo-ref {
|
||||
text-align: right;
|
||||
color: lightcyan;
|
||||
font-style: italic;
|
||||
font-size: small;
|
||||
margin-bottom: -40px;
|
||||
padding-right: 3px;
|
||||
}
|
||||
|
||||
a.photo-ref:visited {
|
||||
color: lightcyan;
|
||||
}
|
||||
|
||||
a.photo-ref:link {
|
||||
color: lightcyan;
|
||||
}
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
#+LANGUAGE: fr
|
||||
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../content/css/notitle.css" />
|
||||
|
||||
#+ATTR_HTML: :class photo-ref
|
||||
[[http://www.instagram.com/mark_hrd][Image de Mark]]
|
||||
|
||||
#+ATTR_HTML: :alt une photo de sergiu ivanov :class me
|
||||
[[../content/me/sivanov.jpg]]
|
||||
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
#+LANGUAGE: en
|
||||
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="content/css/notitle.css" />
|
||||
|
||||
#+ATTR_HTML: :class photo-ref
|
||||
[[http://www.instagram.com/mark_hrd][Picture by Mark]]
|
||||
|
||||
#+ATTR_HTML: :alt a picture of sergiu ivanov :class me
|
||||
[[file:content/me/sivanov.jpg]]
|
||||
|
||||
|
|
Loading…
Reference in a new issue