Replace signature logo with photo and name
This commit is contained in:
parent
35fce33baa
commit
f2e94e2ae9
Binary file not shown.
Before Width: | Height: | Size: 9.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 42 KiB |
|
@ -30,9 +30,15 @@
|
|||
</div>
|
||||
<div class="content">
|
||||
<div class="topbar">
|
||||
<p>
|
||||
<img src="/theme/logo.png" alt="My name in handwriting" />
|
||||
</p>
|
||||
<img src="/theme/me.jpg" class="me" alt="A picture of me smiling" />
|
||||
<div class="info">
|
||||
Tanner Collin
|
||||
<p class="contact-icons">
|
||||
<a href="mailto:site@tannercollin.com"><img src="/theme/mail.svg" /></a>
|
||||
<a href="https://t.me/tannercollin" target="_blank"><img src="/theme/telegram.svg" /></a>
|
||||
<a href="https://github.com/tannercollin" target="_blank"><img src="/theme/github.svg" /></a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -54,14 +54,39 @@ pre {
|
|||
}
|
||||
|
||||
.topbar {
|
||||
text-align: center;
|
||||
margin-bottom: 1.5rem;
|
||||
display: table;
|
||||
overflow: auto;
|
||||
margin: auto;
|
||||
margin-top: -0.5rem;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.content .topbar img {
|
||||
filter: invert(100%);
|
||||
width: 14rem;
|
||||
height: auto;
|
||||
.topbar .me {
|
||||
float: left;
|
||||
height: 6rem;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.topbar .info {
|
||||
float: left;
|
||||
margin-top: -0.25rem;
|
||||
margin-left: 1.5rem;
|
||||
}
|
||||
|
||||
.topbar .contact-icons {
|
||||
margin-top: 1.5rem;
|
||||
margin-left: 0.25rem;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.topbar .contact-icons a {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.topbar .contact-icons img {
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.toc {
|
||||
|
|
Loading…
Reference in New Issue
Block a user