From 699a43b163086f0bd5b51ad59db10f44730eeb7d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 18 Jun 2016 12:29:43 +0100 Subject: [PATCH] add more homepage projects --- plugins/links.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/links.py b/plugins/links.py index 0ab3e82..f75bc31 100644 --- a/plugins/links.py +++ b/plugins/links.py @@ -37,7 +37,9 @@ def index_projects(): projects = [ ProjectLink("Student Robotics", "/robotics/", "https://c2.staticflickr.com/8/7711/17122633430_e1b599fe47.jpg"), ProjectLink("Dotfiles", "/projects/dotfiles/", "http://jleajones.com/assets/images/dotfiles.png"), - ProjectLink("Custom PC", "/setup/custom-pc/", "https://c2.staticflickr.com/8/7083/27071954860_f6096ccce6.jpg") + ProjectLink("Custom PC", "/setup/custom-pc/", "https://c2.staticflickr.com/8/7083/27071954860_f6096ccce6.jpg"), + ProjectLink("Yoga-Pal", "/projects/yoga-pal/", "http://brain-images.cdn.dixons.com/8/1/10135218/l_10135218_002.jpg"), + ProjectLink("React-Native Mock", "/projects/react-native-mock/", "http://i.imgur.com/ZB8O0DL.jpg") ] shuffle(projects) return projects