From 17889d5fc30da48adc69dbcc35e2589c39ca3616 Mon Sep 17 00:00:00 2001 From: Coco_Ardo <105318683+RealCocoArdo@users.noreply.github.com> Date: Sun, 5 Feb 2023 18:03:20 +0100 Subject: [PATCH] Initial commit (#59) --- apps/snowflake/nginx/snowflake/index.html | 29 +++++++++++++++-- apps/snowflake/nginx/snowflake/main.css | 31 +++++++++++++++++++ .../nginx/snowflake/pictures/icon.svg | 18 +++++++++++ 3 files changed, 75 insertions(+), 3 deletions(-) create mode 100644 apps/snowflake/nginx/snowflake/main.css create mode 100644 apps/snowflake/nginx/snowflake/pictures/icon.svg diff --git a/apps/snowflake/nginx/snowflake/index.html b/apps/snowflake/nginx/snowflake/index.html index 6674b6e..73a54a3 100644 --- a/apps/snowflake/nginx/snowflake/index.html +++ b/apps/snowflake/nginx/snowflake/index.html @@ -5,11 +5,34 @@ Snowflake is running + + -

Snowflake is running

- You don't need to keep this window open, Snowflake will keep running on your node. - +

Snowflake is running

+
+

What you need to know:

+ +
+ +
+

How it works:

+ +

See the offical Snowflake website for more information: + website

+ Also check out the Snowflake repository

+
+ + + diff --git a/apps/snowflake/nginx/snowflake/main.css b/apps/snowflake/nginx/snowflake/main.css new file mode 100644 index 0000000..77e9c2b --- /dev/null +++ b/apps/snowflake/nginx/snowflake/main.css @@ -0,0 +1,31 @@ +body{ + margin: 0; + font-style: monospace; + color: #FFFFFF; + background-color: #222222; + /* background: #151515; 2nd color*/ +} + body a{ + color: rgb(150, 41, 150); + } + body a:hover{ + color: rgb(136, 34, 68); + } + +h1{ + padding: 50px 0 35px 0; + text-align: center; +} + +#zero, #one, #two{ + margin: 0 25% 0 25%; +} + .img{ + width: 100%; + } + +@media (max-width:1000px) { + #zero, #one, #two{ + margin: 0 15% 0 15%; + } +} \ No newline at end of file diff --git a/apps/snowflake/nginx/snowflake/pictures/icon.svg b/apps/snowflake/nginx/snowflake/pictures/icon.svg new file mode 100644 index 0000000..087b0e1 --- /dev/null +++ b/apps/snowflake/nginx/snowflake/pictures/icon.svg @@ -0,0 +1,18 @@ + + + + + + + + + + Fill-4 + Created with Sketch. + + + + + + +