From 03d7b55986a87ebd9f3b0aa77bd7251821ac50ef Mon Sep 17 00:00:00 2001 From: JPHess Date: Thu, 6 Sep 2018 14:42:41 +0300 Subject: [PATCH 1/2] updated webpage html --- install-script.yaml | 75 ++++++++++++++++++++++++++++++--------------- 1 file changed, 50 insertions(+), 25 deletions(-) diff --git a/install-script.yaml b/install-script.yaml index 387ef3ad..b1ae77b8 100644 --- a/install-script.yaml +++ b/install-script.yaml @@ -12,32 +12,57 @@ inputs: touch /var/www/example.com/logs/access.log /var/www/example.com/logs/error.log cat < /var/www/example.com/public_html/index.html -
- Cloudify Hello World -
- - -

Hello, World!

- - - +/* Safari 4.0 - 8.0 */ +@-webkit-keyframes flying { + 0% {background-position: center 200%} + 50% {background-position: center 150%} + 100% {background-position: center 200%} +} + +/* Standard syntax */ +@keyframes flying { + 0% {background-position: center 200%} + 50% {background-position: center 150%} + 100% {background-position: center 200%} +} + +/* Safari 4.0 - 8.0 */ +@-webkit-keyframes velocity { + 0% {background-position: center bottom} + 50% {background-position: center center} + 100% {background-position: center top} +} + +@keyframes velocity { + 0% {background-position: center bottom} + 50% {background-position: center center} + 100% {background-position: center top} +} + + +

Hello World!


You deployed your first Cloudify blueprint. Well done! +

+ + EOF curl -o /var/www/example.com/public_html/image.png https://raw.githubusercontent.com/cloudify-cosmo/cloudify-hello-world-example/edb09f8c943448cdd34fe28403a392030c10394e/images/cloudify-logo.png cat < /etc/apache2/sites-available/example.com.conf From 2701d2709f460f652de6082e5dd4bd00eee8aa21 Mon Sep 17 00:00:00 2001 From: JPHess Date: Thu, 6 Sep 2018 15:05:47 +0300 Subject: [PATCH 2/2] fixed indentation --- install-script.yaml | 94 ++++++++++++++++++++++----------------------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/install-script.yaml b/install-script.yaml index b1ae77b8..a4611608 100644 --- a/install-script.yaml +++ b/install-script.yaml @@ -12,57 +12,57 @@ inputs: touch /var/www/example.com/logs/access.log /var/www/example.com/logs/error.log cat < /var/www/example.com/public_html/index.html -
- Cloudify Hello World -
- - -

Hello World!


You deployed your first Cloudify blueprint. Well done! -

- - + @keyframes velocity { + 0% {background-position: center bottom} + 50% {background-position: center center} + 100% {background-position: center top} + } + + +

Hello World!


You deployed your first Cloudify blueprint. Well done! +

+ + EOF curl -o /var/www/example.com/public_html/image.png https://raw.githubusercontent.com/cloudify-cosmo/cloudify-hello-world-example/edb09f8c943448cdd34fe28403a392030c10394e/images/cloudify-logo.png cat < /etc/apache2/sites-available/example.com.conf