-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
8 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,15 +19,15 @@ pub fn BaseLayout(props: &BaseLayoutProps) -> Html { | |
<div class="min-w-full border-solid border-t-2 border-background-secondary"> | ||
<section id="footer" class=" mx-0 xl:mx-auto max-w-7xl flex flex-col xl:flex-row flex-wrap items-center justify-evenly space-y-1 py-8"> | ||
<a href="mailto:[email protected]" class="flex items-center text-foreground-primary" > | ||
<i class="fa-solid fa-envelope"></i> | ||
<i class="fa-solid fa-envelope text-[#EBCB8B]"></i> | ||
<span class="ml-2">{"[email protected]"}</span> | ||
</a> | ||
<a href="https://github.com/CodingTil" class="flex items-center text-foreground-primary"> | ||
<i class="fa-brands fa-square-github"></i> | ||
<span class="ml-2">{"CodingTil"}</span> | ||
</a> | ||
<a href="https://linkedin.com/in/tilmohr" class="mx-2 flex items-center text-foreground-primary"> | ||
<i class="fa-brands fa-linkedin"></i> | ||
<i class="fa-brands fa-linkedin text-[#0077B5]"></i> | ||
<span class="ml-2 whitespace-nowrap" >{"tilmohr"}</span> | ||
</a> | ||
</section> | ||
|