From 017e41d4f28b703871528b6d26116e7fe40f060f Mon Sep 17 00:00:00 2001 From: Hatem Hosny Date: Wed, 13 Sep 2023 00:58:11 +0300 Subject: [PATCH] deploy --- index.html | 14 ++++++++++---- src/index.html | 28 ++++++++++++++++++++-------- src/livecodes.json | 6 +++--- src/style.css | 4 ++++ style.css | 4 ++++ 5 files changed, 41 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index 99ad958..8e1b862 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,19 @@ -The Algorithms - JavaScript

- The Algorithms - JavaScript (Source) -

+The Algorithms - JavaScript

The Algorithms - JavaScript Playground

Algorithm: +
+ (Source)

+ + diff --git a/src/index.html b/src/index.html index d6b353e..1506cd4 100644 --- a/src/index.html +++ b/src/index.html @@ -1,16 +1,28 @@ -

- The Algorithms - JavaScript (Source) -

+

The Algorithms - JavaScript Playground

Algorithm: +
+ (Source)

+ + diff --git a/src/livecodes.json b/src/livecodes.json index 5b90bdd..2db1cb4 100644 --- a/src/livecodes.json +++ b/src/livecodes.json @@ -2,14 +2,14 @@ "title": "The Algorithms - JavaScript", "description": "", "tags": [], - "activeEditor": "script", + "activeEditor": "markup", "markup": { "language": "html", - "content": "

\r\n The Algorithms - JavaScript (Source)\r\n

\r\n

\r\n Algorithm:\r\n \r\n

\r\n
\r\n\r\n\r\n" + "content": "

The Algorithms - JavaScript Playground

\r\n

\r\n Algorithm:\r\n \r\n
\r\n (Source)\r\n

\r\n
\r\n\r\n
\r\n This page was\r\n built\r\n on LiveCodes. (view on GitHub)\r\n
\r\n\r\n\r\n" }, "style": { "language": "css", - "content": "body {\r\n font-family: sans-serif;\r\n text-align: center;\r\n}\r\nh1 {\r\n font-size: 1.5em;\r\n}\r\na {\r\n text-decoration: none;\r\n color: royalblue;\r\n}\r\n#container {\r\n height: 90vh;\r\n}" + "content": "body {\r\n font-family: sans-serif;\r\n text-align: center;\r\n}\r\nh1 {\r\n font-size: 1.5em;\r\n}\r\na {\r\n text-decoration: none;\r\n color: royalblue;\r\n}\r\n#container {\r\n height: 90vh;\r\n}\r\n#footer {\r\n font-size: small;\r\n margin: 1em;\r\n}" }, "script": { "language": "javascript", diff --git a/src/style.css b/src/style.css index 44423fa..48bebd0 100644 --- a/src/style.css +++ b/src/style.css @@ -11,4 +11,8 @@ a { } #container { height: 90vh; +} +#footer { + font-size: small; + margin: 1em; } \ No newline at end of file diff --git a/style.css b/style.css index 44423fa..48bebd0 100644 --- a/style.css +++ b/style.css @@ -11,4 +11,8 @@ a { } #container { height: 90vh; +} +#footer { + font-size: small; + margin: 1em; } \ No newline at end of file