Update projects information and covers
This commit is contained in:
parent
1e4ecaae4f
commit
a421e03528
@ -58,29 +58,26 @@ export async function getStaticProps() {
|
||||
|
||||
const caseStudies = [
|
||||
{
|
||||
title: "Moodle",
|
||||
title: "Dotfiles",
|
||||
short_description:
|
||||
"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",
|
||||
"A set of Linux configuration files (dotfiles) I am using on a daily basis accross all of my machines. This includes configuration for my window manager, text editor and development environment. It also includes a set of custom scripts for various usages.",
|
||||
cover: "/images/dotfiles/cover.png",
|
||||
icon: "/images/dotfiles/icon.svg",
|
||||
link: "https://github.com/TanguyHerbron/dotfiles"
|
||||
},
|
||||
{
|
||||
title: "Doodle",
|
||||
title: "Halia",
|
||||
short_description:
|
||||
"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",
|
||||
"Personal infrastructure grouping self-hosted production ready services, tinkering environment and more. As of now, it includes Bitwarden, Nextcloud, Jellyfin and Focalboard just to name a few.",
|
||||
cover: "/images/halia/cover.png",
|
||||
icon: "/images/halia/logo.svg",
|
||||
link: "https://wiki.halia.dev"
|
||||
},
|
||||
{
|
||||
title: "Poodle",
|
||||
title: "Moodl",
|
||||
short_description:
|
||||
"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",
|
||||
"Android application for easy cryptocurrency and ICO portfolio tracking, with additional information such as global market volumes, global market share and more.",
|
||||
cover: "/images/moodl/cover.png",
|
||||
icon: "/images/moodl/icon.png",
|
||||
link: "https://github.com/TanguyHerbron/Moodl"
|
||||
},
|
||||
|
BIN
public/images/dotfiles/cover.png
Normal file
BIN
public/images/dotfiles/cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
BIN
public/images/halia/cover.png
Normal file
BIN
public/images/halia/cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
BIN
public/images/moodl/cover.png
Normal file
BIN
public/images/moodl/cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 349 KiB |
Loading…
Reference in New Issue
Block a user