Skip to content

Commit

Permalink
add name console log
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDTR committed Nov 16, 2024
1 parent dd8af89 commit 901fbb7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,23 @@ const { imgLink, title, subtitle } = Astro.props;
</div>
<div id="tooltip" class="tooltip"></div>
<script src="../scripts/tooltip.js"></script>
<script>
console.log(
`%c _
%c __ _ _ __ ___ ___ ___ ___ ___ __| | _____ __
%c / _\` | '_ \` _ \\ / _ \\/ __|/ _ \\/ __| / _\` |/ _ \\ \\ / /
%c| (_| | | | | | | (_) \\__ \\ __/\\__ \\| (_| | __/\\ V /
%c \\__,_|_| |_| |_|\\___/|___/\\___||___(_)__,_|\\___| \\_/

%cThanks for checking out my site! If you're reading this, you probably know a bit about web development. If you're interested in how I made this site, I have a colophon on the about page (https://amoses.dev/about/), and you can find the source on my GitHub (https://github.com/AndrewDTR/website/). Thanks for checking out my site!`,
"color: #f8b5b5; font-family: monospace;",
"color: #f49b9b; font-family: monospace;",
"color: #f08181; font-family: monospace;",
"color: #ec6666; font-family: monospace;",
"color: #e74c4c; font-family: monospace;",
"color: #f8b5b5; font-family: monospace;"
);
</script>
<script>
var _paq = (window._paq = window._paq || []);
_paq.push(["trackPageView"]);
Expand Down

0 comments on commit 901fbb7

Please sign in to comment.