mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Add photo to about page
This commit is contained in:
parent
ae61965148
commit
d1339ca7f8
3 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
<div class="vcard">
|
||||
<img src="/images/Photo%20of%20Wesley%20Moore.jpg" width="256" height="256" alt="Photo of Wesley Moore" class="photo" />
|
||||
<p>WezM.net is <span class="fn">Wesley Moore</span>'s personal home page, a <span class="title">programmer</span> from <span class="adr"><span class="locality">Melbourne</span> <span class="country-name">Australia</span></span>. Here you will find posts about various projects I'm working on, useful tips I've discovered as well as some random excerpts from other things going on in my life.</p>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -401,3 +401,7 @@ table
|
|||
|
||||
img a
|
||||
border: none
|
||||
|
||||
.vcard .photo
|
||||
margin: 0 1em 1em 0
|
||||
|
||||
|
|
BIN
output/images/Photo of Wesley Moore.jpg
Normal file
BIN
output/images/Photo of Wesley Moore.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Loading…
Reference in a new issue