From ad5f0191f4bbb1354c93e0747a9bfaa10e0eb119 Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Tue, 8 Jun 2021 22:54:16 -0300 Subject: [PATCH] separate footer in two columns decrease top margin in title add ICMC info on about --- projects/website/_includes/external-link.html | 8 +++ projects/website/_includes/footer.html | 51 +++++++++++-------- projects/website/assets/style.css | 2 +- projects/website/index.md | 2 +- 4 files changed, 39 insertions(+), 24 deletions(-) create mode 100644 projects/website/_includes/external-link.html diff --git a/projects/website/_includes/external-link.html b/projects/website/_includes/external-link.html new file mode 100644 index 00000000..a2f5071b --- /dev/null +++ b/projects/website/_includes/external-link.html @@ -0,0 +1,8 @@ + + {{ include.text }} + + diff --git a/projects/website/_includes/footer.html b/projects/website/_includes/footer.html index db7d9369..3a589713 100644 --- a/projects/website/_includes/footer.html +++ b/projects/website/_includes/footer.html @@ -1,24 +1,31 @@ diff --git a/projects/website/assets/style.css b/projects/website/assets/style.css index 7fc8dc14..21d4f36f 100644 --- a/projects/website/assets/style.css +++ b/projects/website/assets/style.css @@ -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); } diff --git a/projects/website/index.md b/projects/website/index.md index 271d3ef8..14bc6bc3 100644 --- a/projects/website/index.md +++ b/projects/website/index.md @@ -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.