Skip to content

Commit

Permalink
✨ Better Chalk Background
Browse files Browse the repository at this point in the history
  • Loading branch information
gilday committed Sep 10, 2024
1 parent 93b15ea commit 60a03a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import Envelope from "../components/envelope"
import GitHub from "../components/github-logo"
import LinkedIn from "../components/linked-in"
import StackOverflow from "../components/stack-overflow"
import Twitter from "../components/twitter"

const fonts = [
"Schoolbell",
Expand Down Expand Up @@ -72,6 +71,7 @@ const LandingPage = ({ data }) => {
<Helmet>
<style type="text/css">{`
body {
/** Photo by <a href="https://unsplash.com/@resourceboy?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Resource Boy</a> on <a href="https://unsplash.com/photos/a-black-and-white-photo-of-a-blackboard-B2ploCySfxU?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Unsplash</a> */
background: repeat url("img/chalk.jpg");
`}</style>
</Helmet>
Expand Down
Binary file modified static/img/chalk.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 60a03a2

Please sign in to comment.