From 939bd8770e9f25d6189e3acab78708fcc422b4db Mon Sep 17 00:00:00 2001 From: calintat Date: Mon, 31 Jul 2017 15:56:49 +0100 Subject: [PATCH] Updated license --- LICENSE.md | 2 +- README.md | 4 ++++ static/js/main.js | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 static/js/main.js diff --git a/LICENSE.md b/LICENSE.md index d631d29..f43efa8 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 CALIN TATARU +Copyright (c) 2017 Calin Tataru Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/README.md b/README.md index c84a967..f27fc17 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ Now edit this file and add your own information. Note that some fields can be om I recommend you use the theme's archetypes so now delete your site's `archetypes/default.md`. +### Projects + + + ## Features You can tweak the look of the theme to suit your needs in a number of ways: diff --git a/static/js/main.js b/static/js/main.js new file mode 100644 index 0000000..0c6680b --- /dev/null +++ b/static/js/main.js @@ -0,0 +1,2 @@ +var client = new HttpClient(); +client.get()