Skip to content

Commit

Permalink
Formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shettysach committed Feb 27, 2024
1 parent c0098f4 commit 83a0ec5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/fetch/formats.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
use crate::fetch::{About, Links, Repository, UserInfo, UserStats};
use std::collections::HashMap;

// Ascii art used for Github
const NEOFETCH: &str = include_str!("../../configs/neofetch.txt");

// Language icons for repos
const RUST: &str = include_str!("../../configs/lang_icons/ferris.txt");
const PYTHON: &str = include_str!("../../configs/lang_icons/pythons.txt");
const JAVASCRIPT: &str = include_str!("../../configs/lang_icons/javascript.txt");
Expand Down
8 changes: 5 additions & 3 deletions src/texts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ pub const CREDITS: &str = r#"<span class="grn"> _____ ______________ _________
| | | |___| |\ \| | | || | \ \_/ / |_____| |_\ \_/ /
\_/ \____/\_| \_\_| |_/\_| \___/\_____/\___/ \___/
</span>
Terminal style portfolio website,
made using <span class="grn">Leptos - Rust and WASM (WebAssembly)</span>.
Made by <span class="rd semibold">Sachith C Shetty</span>
Terminal style portfolio website.
Made using <span class="rd semibold">Leptos - Rust and WASM (WebAssembly)</span>.
Made by <span class="rd semibold">Sachith C Shetty</span>.
<a href="https://github.com/shettysach" target="_blank" class="blu semibold">Github</a>: github.com/shettysach
Expand Down

0 comments on commit 83a0ec5

Please sign in to comment.