mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-26 00:51:02 -04:00
separate footer in two columns
decrease top margin in title add ICMC info on about
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<a href="{{ include.href }}" target="_blank" rel="noopener">
|
||||
{{ include.text }}
|
||||
<span
|
||||
class="iconify"
|
||||
data-icon="mdi-open-in-new"
|
||||
title="opens in new tab"
|
||||
></span>
|
||||
</a>
|
||||
@@ -1,24 +1,31 @@
|
||||
<footer>
|
||||
<small>You can reach me at:</small>
|
||||
<address>
|
||||
<a href="mailto:eu@misterio.me">eu@misterio.me</a> /
|
||||
<a href="mailto:g.fontes@usp.br">g.fontes@usp.br</a>
|
||||
</address>
|
||||
<small>
|
||||
<span class="iconify medium" data-icon="mdi-key"></span>
|
||||
PGP
|
||||
<a
|
||||
class="pgp"
|
||||
href="https://keys.openpgp.org/vks/v1/by-fingerprint/7088C7421873E0DB97FF17C2245CAB70B4C225E9"
|
||||
><span>7088 C742 1873 E0DB 97FF 17C2</span> 245C AB70 B4C2 25E9</a
|
||||
>
|
||||
</small>
|
||||
<p>
|
||||
<small>
|
||||
<a href="https://github.com/misterio77/misterio-me">This site</a> is made
|
||||
with <a href="https://jekyllrb.com">jekyll</a>,
|
||||
<a href="https://watercss.kognise.dev/">water.css</a>, and
|
||||
<a href="https://github.com/chriskempson/base16">base16</a>.
|
||||
</small>
|
||||
</p>
|
||||
<div class="row extremes">
|
||||
<div>
|
||||
<small>You can reach me at:</small>
|
||||
<address>
|
||||
<a href="mailto:eu@misterio.me">eu@misterio.me</a> /
|
||||
<a href="mailto:g.fontes@usp.br">g.fontes@usp.br</a>
|
||||
</address>
|
||||
<small>
|
||||
<span class="iconify medium" data-icon="mdi-key"></span>
|
||||
PGP
|
||||
<a
|
||||
class="pgp"
|
||||
href="https://keys.openpgp.org/vks/v1/by-fingerprint/7088C7421873E0DB97FF17C2245CAB70B4C225E9"
|
||||
><span>7088 C742 1873 E0DB 97FF 17C2</span> 245C AB70 B4C2 25E9</a
|
||||
>
|
||||
</small>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<p>
|
||||
<small>
|
||||
<a href="https://github.com/misterio77/misterio-me">This site</a> is
|
||||
made with <a href="https://jekyllrb.com">jekyll</a>,
|
||||
<a href="https://watercss.kognise.dev/">water.css</a>, and
|
||||
<a href="https://github.com/chriskempson/base16">base16</a>.
|
||||
</small>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@@ -154,7 +154,7 @@ nav ul li {
|
||||
font-weight: 600;
|
||||
font-size: 2.2em;
|
||||
margin-bottom: 12px;
|
||||
margin-top: 24px;
|
||||
margin-top: 8px;
|
||||
color: #70777f;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ title: About
|
||||
|
||||
Hey 👋, my name is Gabriel. I'm a brazillian programmer, designer, and activist.
|
||||
|
||||
I'm currently working on my Bachelor of Information Systems degree at [University of São Paulo](https://usp.br), as a developer at [UGet](https://br.linkedin.com/company/u-get), and on a couple personal projects.
|
||||
I'm currently working on my Bachelor of Information Systems degree at [University of São Paulo](https://usp.br)'s [Institute of Mathematics and Computer Sciences](https://www.icmc.usp.br/en/), as a developer at [UGet](https://br.linkedin.com/company/u-get), and on a couple personal projects.
|
||||
|
||||
I mainly work with Linux, Rust, Python, Go, C/C++, HTML+CSS, and Docker.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user