Browse Source

self host avatar, no longer linking to gravatar.

Thomas Buck 3 years ago
parent
commit
9970999320
3 changed files with 1 additions and 2 deletions
  1. 1
    1
      input/index.md
  2. 0
    1
      static/css/style.css
  3. BIN
      static/img/ava.jpg

+ 1
- 1
input/index.md View File

8
 
8
 
9
 # Hi there!
9
 # Hi there!
10
 
10
 
11
-<div id="index-avatar"></div>
11
+<img id="index-avatar" src="img/ava.jpg">
12
 
12
 
13
 I'm a <!--%
13
 I'm a <!--%
14
 from datetime import datetime
14
 from datetime import datetime

+ 0
- 1
static/css/style.css View File

156
     border-width: 2px;
156
     border-width: 2px;
157
     border-style: solid;
157
     border-style: solid;
158
     border-radius: 10px;
158
     border-radius: 10px;
159
-    background-image: url(https://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=150);
160
     margin-left: 2em;
159
     margin-left: 2em;
161
     margin-bottom: 1em;
160
     margin-bottom: 1em;
162
 }
161
 }

BIN
static/img/ava.jpg View File


Loading…
Cancel
Save