From 10d9c85830bc3e3c214c2fd15bd4504a494f0834 Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Fri, 9 Nov 2018 17:31:15 +0330 Subject: [PATCH] renamed client, updated time offset, updated frontpage link --- .gitignore | 1 + ...deutschland.md => .filtafry-deutschland.md} | 0 _clients/filta-group-europe.md | 18 ++++++++++++++++++ _includes/footer.html | 2 +- _layouts/index.html | 13 ++----------- _work/filtafry-website.md | 11 ++++++++++- about.md | 5 +++-- contact.html | 2 +- s3_website.yml | 3 +++ 9 files changed, 39 insertions(+), 16 deletions(-) rename _clients/{filtafry-deutschland.md => .filtafry-deutschland.md} (100%) create mode 100644 _clients/filta-group-europe.md diff --git a/.gitignore b/.gitignore index 93c6bf4..ab4922f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ yarn.lock package-lock.json Gemfile.lock .asset-cache +.idea \ No newline at end of file diff --git a/_clients/filtafry-deutschland.md b/_clients/.filtafry-deutschland.md similarity index 100% rename from _clients/filtafry-deutschland.md rename to _clients/.filtafry-deutschland.md diff --git a/_clients/filta-group-europe.md b/_clients/filta-group-europe.md new file mode 100644 index 0000000..30f192f --- /dev/null +++ b/_clients/filta-group-europe.md @@ -0,0 +1,18 @@ +--- +layout: page_sidebar +title: "Filta Group Europe" +date: 2016-06-01 00:00:00 +0200 +client: "filtafry" +introduction: "FiltaFry is an innovative, new franchise specializing in cooking oil and micro-filtration service for restaurants and other food establishments all around Europe." +city: Ulft +country: Netherlands +map: "6.3759608,51.8931315" +web: filtafry.eu +categories: digital +since: 2016 +color: "#009fc3" +cover: filtafry-01.jpg +bg: roman-kraft +--- + +FiltaFry is a young, innovative franchise from Germany. I have been working with FiltaFry from the very start, helping them develop their website, unified franchisee sub-sites with individual domains as well as a company-wide ERP (enterprise resource planning) system that helps coordinating efforts company wide. diff --git a/_includes/footer.html b/_includes/footer.html index f3e3fbf..ac97095 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -92,7 +92,7 @@ $(window).load(function () { location: '{{ page.location }}', unit: 'c', success: function(weather) { - html = ' with '+weather.temp+'°'+weather.units.temp+' outside.'; + html = ' and '+weather.temp+'°'+weather.units.temp+' outside.'; $("#weather").html(html); }, error: function(error) {} diff --git a/_layouts/index.html b/_layouts/index.html index b1354bf..b8adeb1 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -11,7 +11,7 @@ layout: layout

Hey there

-

There's nothing to see here but me. If you're still curious, read more about me, or checkout one of the projects I'm currently working on.

+

There's nothing to see here but me. If you're still curious, read more about me, or checkout one of the projects I'm currently working on.

@@ -48,13 +48,4 @@ layout: layout {% endfor %}
-
- - + \ No newline at end of file diff --git a/_work/filtafry-website.md b/_work/filtafry-website.md index 5550105..516f4e6 100644 --- a/_work/filtafry-website.md +++ b/_work/filtafry-website.md @@ -1,10 +1,12 @@ --- layout: page -title: "Filtafry Website" +title: "FiltaFry Website" date: 2016-06-01 00:00:00 +0200 client: "filtafry" cover: filtafry-01.jpg bg: roman-kraft +introduction: Speaks German, Spanish and English, is super-fast and powered by Jekyll - of course. +featured: true --- {% include project-image.html image="filtafry-01.jpg" %} @@ -21,3 +23,10 @@ This website is powered by Jekyll, a static site generator that compiles raw ass - Mobile-first design - Hosted on AWS S3, AWS CloudFront CDN (99.9% SLA) - Secured by SSL Certificate + +### Multi-Lingual by design + +- Germany: [www.filtafry.de](https://www.filtafry.de/) +- Austria: [www.filtafry.at](https://www.filtafry.at/) +- Spain: [www.filtafry.es](https://www.filtafry.es/) +- Europe: [www.filtafry.eu](https://www.filtafry.eu/) \ No newline at end of file diff --git a/about.md b/about.md index 1134eac..07d4b82 100644 --- a/about.md +++ b/about.md @@ -53,14 +53,14 @@ Check out my [portfolio](/portfolio/) or review my featured work below. #### Front-end -- Vanilla JS, Vue.js, jQuery +- Vanilla JS, Vue, Buefy - Bulma, Bootstrap (Sass, Less) - gulp, Grunt - npm, Yarn #### Back-end -- Node.js, Python, PHP +- Node.js, Python (Flask, Eve), PHP - nuxt.js, ExpressionEngine, Jekyll (why not...), Bolt.cm, Strapi - npm, composer, pip - MongoDB, MySQL, Memcached, Redis, Firebase @@ -72,6 +72,7 @@ Check out my [portfolio](/portfolio/) or review my featured work below. - Docker - Nginx, Apache, HAProxy - AWS, Heroku (only node.js), Firebase +- GitLab, CI
diff --git a/contact.html b/contact.html index 1301cf3..4abd8de 100644 --- a/contact.html +++ b/contact.html @@ -4,7 +4,7 @@ layout: page_sidebar bg: contact map: "51.2097351, 35.696733" location: Tehran -offset: 4.5 +offset: 3.5 permalink: /contact/ --- diff --git a/s3_website.yml b/s3_website.yml index 24f482b..f572f4c 100644 --- a/s3_website.yml +++ b/s3_website.yml @@ -33,3 +33,6 @@ ignore_on_server: cloudfront_distribution_id: E3R5W4W4XMOPGW cloudfront_invalidate_root: true + +redirects: + /client/filtafry-deutschland/: /client/filta-group-europe/ -- 2.26.2