From d9d736490ee29e181470b72edd4206d505ba152b Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Wed, 22 Apr 2020 22:43:30 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20add=20digitalocean=20logo=20on=20the=20?= =?UTF-8?q?website=20+=20README=20=F0=9F=92=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 + client/src/components/Layout/MainFooter.vue | 126 +++++++++++++++++++- client/src/views/Summoner.vue | 6 +- 3 files changed, 131 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8d56dcf..2d3dd71 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ Here is an [example](https://leaguestats.gg/summoner/euw/Alderiate) of stats for ![Screenshot](https://res.cloudinary.com/kln/image/upload/v1580935119/leaguestats-preview.png) +

+ + + +

+ ## Installation Development environment requirements : diff --git a/client/src/components/Layout/MainFooter.vue b/client/src/components/Layout/MainFooter.vue index 27f6d5b..d98dffb 100644 --- a/client/src/components/Layout/MainFooter.vue +++ b/client/src/components/Layout/MainFooter.vue @@ -1,16 +1,134 @@