From d82b79a6444d5f0c2f0dd29eb0b8a8705e052d5c Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Sat, 23 Sep 2017 10:21:40 +0200 Subject: Add files left out during move --- public/favicon.ico | Bin 0 -> 99678 bytes public/humans.txt | 27 +++++++++++++++++++++++++++ public/robots.txt | 4 ++++ 3 files changed, 31 insertions(+) create mode 100644 public/favicon.ico create mode 100644 public/humans.txt create mode 100644 public/robots.txt (limited to 'public') diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 00000000..c2f40a0d Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/humans.txt b/public/humans.txt new file mode 100644 index 00000000..652f9cd2 --- /dev/null +++ b/public/humans.txt @@ -0,0 +1,27 @@ +/* TEAM */ +Benevolent Dictator for Life: Alexandru Iosup. +Site: http://www.ds.ewi.tudelft.nl/~iosup/ +Twitter: aiosup. +Location: Delft, Netherlands. + +Backend Engineer: Leon Overweel. +Site: http://leonoverweel.com/ +Twitter: layon_overwhale. +Location: Delft, Netherlands. + +Frontend Engineer: Georgios Andreadis. +Site: https://github.com/gandreadis +Location: Delft, Netherlands. + +Simulation Engineer: Matthijs Bijman. +Site: https://github.com/MDBijman +Location: Delft, Netherlands. + +/* THANKS */ +Executive Producer: Vincent van Beek. +Executive Producer: Tim Hegeman. + +/* SITE */ +Standards: HTML5, CSS3, ES5 +Components: jQuery, Bootstrap, CreateJS, c3.js +Software: WebStorm, Vim, Visual Studio \ No newline at end of file diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 00000000..2329e38e --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Disallow: /app.html +Disallow: /profile.html +Disallow: /projects.html \ No newline at end of file -- cgit v1.2.3