Skip to content

Commit

Permalink
job pls?
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Oct 16, 2023
1 parent 7ad5267 commit 29dca81
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 9 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ body {

.home-menu img {
max-width: 50%;
padding-bottom: 2vw;
padding-bottom: 1vw;
}

@media screen and (min-width:768px) {
Expand Down Expand Up @@ -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;
Expand Down
4 changes: 4 additions & 0 deletions src/site/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 29dca81

Please sign in to comment.