Add profile picture

This commit is contained in:
Caesar Schinas 2017-01-05 21:28:50 -03:00
parent 4e631ef4f3
commit 7b6d7d86db
3 changed files with 10 additions and 0 deletions

BIN
images/caesar.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7 KiB

View file

@ -9,6 +9,7 @@
<body> <body>
<header> <header>
<h1>Caesar Schinas</h1> <h1>Caesar Schinas</h1>
<img class="profile" src="./images/caesar.jpg" width="160" height="160" />
<p class="ipa" lang="en-fonipa">/ ˈsiːˈskɪnəs /</p> <p class="ipa" lang="en-fonipa">/ ˈsiːˈskɪnəs /</p>
<p class="dfn">Sailor; &nbsp;programmer; &nbsp;web designer; &nbsp;publisher.</p> <p class="dfn">Sailor; &nbsp;programmer; &nbsp;web designer; &nbsp;publisher.</p>
</header> </header>

View file

@ -12,6 +12,7 @@ body {
margin: auto; margin: auto;
padding: 2em; padding: 2em;
font-size: 20px; font-size: 20px;
line-height: 1.5em;
color: #444; color: #444;
} }
h1, p { h1, p {
@ -31,6 +32,14 @@ h1, .ipa {
margin: 0 0 0 1em; margin: 0 0 0 1em;
letter-spacing: 0.05em; letter-spacing: 0.05em;
} }
img.profile {
float: right;
height: 5em;
width: 5em;
border-radius: 50%;
border: 1px solid #ccc;
margin: 0 1em 0.5em 1em;
}
.contact { .contact {
list-style-type: none; list-style-type: none;