-
Notifications
You must be signed in to change notification settings - Fork 0
/
avatar.html
54 lines (53 loc) · 1.5 KB
/
avatar.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
layout: page
title: Avatar
description: Information about my avatar.
permalink: /avatar/
---
<p>
<img
class="avatar"
src="{{ "/assets/images/neutral-avatar.svg" | relative_url }}"
alt="Neutral Avatar"
width="256"
height="256"
>
</p>
<p>
My avatar is the way I present myself on the internet and in turn, a way not
to show my face. I designed my avatar in
<a href="https://inkscape.org/" tarjet="_blank">Inkscape</a> a long time ago
as a way of learning, but I really liked its result and for that reason I
have used it since then.
</p>
<p>
Its design is very basic so to speak, since it's just a circle with glasses
and a very strange smile, which is inspired by the design of some anime
characters. Also for learning reasons, you can find it with the following
expressions:
</p>
<ul>
<li>Happy</li>
<li>Angry</li>
<li>Sad</li>
<li>Serious</li>
<li>Neutral</li>
</ul>
<p>
I mostly use the expression happy to represent myself on the internet, but I
use the other expressions for other factors that warrant it.
</p>
<p>
Being a very simple avatar, I decided to release it into the public domain
and you can do whatever you want with it, as long as it is with good
intentions. I recommend using it for informational or learning purposes, and
in turn I recommend modifying it if you want to use it to represent something
in particular.
</p>
<p class="download">
<a
href="{{ "/assets/files/avatar.zip" | relative_url }}"
>
Dowload ZIP file
</a>
</p>