From 29dca812c1b22ebb40432769367564f098d7305a Mon Sep 17 00:00:00 2001 From: Eric Zhu Date: Mon, 16 Oct 2023 04:08:46 -0400 Subject: [PATCH] job pls? --- css/main.css | 10 +++++++++- src/site/mod.rs | 4 ++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 8d700cc..129812e 100644 --- a/css/main.css +++ b/css/main.css @@ -71,7 +71,7 @@ body { .home-menu img { max-width: 50%; - padding-bottom: 2vw; + padding-bottom: 1vw; } @media screen and (min-width:768px) { @@ -124,6 +124,14 @@ body { color: unset; } +/* banner */ +.banner { + color: var(--nord15); + text-align: center; + font-style: italic; + margin: 0 0 1vw 0; +} + /* footer */ .footer { padding: 1rem; diff --git a/src/site/mod.rs b/src/site/mod.rs index 1cc14c1..2ffe812 100644 --- a/src/site/mod.rs +++ b/src/site/mod.rs @@ -112,6 +112,10 @@ pub fn base(title: &str, description: &str, extra_headers: Markup, content: Mark } } } + div class="banner" { + "I'm open to employment for summer of 2024 internships! Please contact me via the " + a href="/contact" { "contacts page." } + } div class="main" { (content) }