diff --git a/components/CaseCard.js b/components/CaseCard.js index 096ffdf..1b6f46b 100644 --- a/components/CaseCard.js +++ b/components/CaseCard.js @@ -14,7 +14,7 @@ export default function CaseCard(props) { alt="The one and only bongo cat!" />
- +
diff --git a/pages/index.js b/pages/index.js index 52f062b..50a408e 100644 --- a/pages/index.js +++ b/pages/index.js @@ -63,6 +63,7 @@ export async function getStaticProps() { "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.", date: "June 12, 2020", cover: "/images/bongo.png", + icon: "/images/dotfiles/icon.svg", link: "https://github.com/TanguyHerbron/dotfiles" }, { @@ -71,6 +72,7 @@ export async function getStaticProps() { "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.", date: "June 12, 2020", cover: "/images/bongo.png", + icon: "/images/halia/logo.svg", link: "https://wiki.halia.dev" }, { @@ -79,6 +81,7 @@ export async function getStaticProps() { "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.", date: "June 12, 2020", cover: "/images/bongo.png", + icon: "/images/moodl/icon.png", link: "https://github.com/TanguyHerbron/Moodl" }, ]; diff --git a/public/images/dotfiles/icon.svg b/public/images/dotfiles/icon.svg new file mode 100644 index 0000000..33c2b06 --- /dev/null +++ b/public/images/dotfiles/icon.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/images/halia/logo.svg b/public/images/halia/logo.svg new file mode 100644 index 0000000..50cd29d --- /dev/null +++ b/public/images/halia/logo.svg @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/images/moodl/icon.png b/public/images/moodl/icon.png new file mode 100644 index 0000000..afcc3e3 Binary files /dev/null and b/public/images/moodl/icon.png differ