2024-10-15 15:59:34 -03:00
|
|
|
@font-face {
|
|
|
|
font-family: Lilex;
|
|
|
|
src: url(./fonts/Lilex-Regular.ttf) format("truetype");
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2025-01-27 13:05:55 -03:00
|
|
|
font-family: "Terminess Nerd Font";
|
|
|
|
src: url("./fonts/TerminessNerdFont-Regular.ttf") format("truetype");
|
2024-10-15 15:59:34 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: Lilex;
|
|
|
|
margin: 0;
|
|
|
|
height: 100vh;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
background-color: #1e1e1e;
|
2025-02-09 18:32:55 -03:00
|
|
|
color: #aeaeae;
|
2024-10-15 15:59:34 -03:00
|
|
|
}
|
|
|
|
|
2025-02-09 18:32:55 -03:00
|
|
|
.image-container {
|
2025-02-09 19:20:44 -03:00
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
|
|
|
border-radius: 40px;
|
2025-02-09 18:32:55 -03:00
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
object-fit: cover;
|
|
|
|
object-position: top;
|
|
|
|
transform: scale(1.2);
|
|
|
|
transform-origin: top center;
|
2024-10-15 15:59:34 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.top-level div {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link-item {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link-item a {
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bolder;
|
|
|
|
display: flex;
|
2025-02-09 18:32:55 -03:00
|
|
|
color: #aeaeae;
|
2024-10-15 15:59:34 -03:00
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2025-02-09 18:32:55 -03:00
|
|
|
.link-item a:hover,
|
|
|
|
h2:hover {
|
|
|
|
color: #d4d4d4;
|
|
|
|
}
|
|
|
|
|
2024-10-15 15:59:34 -03:00
|
|
|
.icon {
|
2025-01-27 13:05:55 -03:00
|
|
|
font-family: "Terminess Nerd Font";
|
2025-01-27 13:16:23 -03:00
|
|
|
font-size: 1.5em;
|
|
|
|
margin-bottom: 5px;
|
2024-10-15 15:59:34 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon:before {
|
2025-01-27 13:16:23 -03:00
|
|
|
margin-right: 30px;
|
2024-10-15 15:59:34 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.mail-icon:before {
|
|
|
|
content: "\f42f";
|
2025-01-27 13:16:23 -03:00
|
|
|
font-size: 1.5em;
|
|
|
|
padding-right: 6px;
|
2024-10-15 15:59:34 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.github-icon:before {
|
|
|
|
content: "\f09b";
|
2025-01-27 13:16:23 -03:00
|
|
|
font-size: 1.5em;
|
|
|
|
padding-right: 6px;
|
2024-10-15 15:59:34 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gitea-icon:before {
|
|
|
|
content: "\e702";
|
2025-01-27 13:16:23 -03:00
|
|
|
font-size: 2em;
|
|
|
|
padding-right: 1px;
|
2024-10-15 15:59:34 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.paste-icon:before {
|
|
|
|
content: "\f429";
|
2025-01-27 13:16:23 -03:00
|
|
|
font-size: 1.5em;
|
|
|
|
padding-right: 4px;
|
|
|
|
padding-left: 4px;
|
2024-10-15 15:59:34 -03:00
|
|
|
}
|
|
|
|
|
2025-01-20 10:17:27 -03:00
|
|
|
.mastodon-icon:before {
|
|
|
|
content: "\edc0";
|
|
|
|
font-size: 2em;
|
|
|
|
}
|
|
|
|
|
2024-10-15 15:59:34 -03:00
|
|
|
.blog-icon:before {
|
2025-02-09 18:32:55 -03:00
|
|
|
content: "\f01f";
|
2025-01-27 13:16:23 -03:00
|
|
|
font-size: 1.5em;
|
|
|
|
padding-right: 8px;
|
|
|
|
/* padding-left: 4px; */
|
2024-10-15 15:59:34 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 1rem;
|
|
|
|
font-size: 0.8rem;
|
|
|
|
color: #777;
|
|
|
|
}
|
2024-10-22 21:17:55 -03:00
|
|
|
|
|
|
|
hr {
|
|
|
|
display: block;
|
|
|
|
margin: 1em auto;
|
|
|
|
}
|