diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..73f69e0 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..4f08310 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/shelljs-transpiler.iml b/.idea/shelljs-transpiler.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/shelljs-transpiler.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/img/background.jpg b/img/background.jpg new file mode 100644 index 0000000..3efcf2d Binary files /dev/null and b/img/background.jpg differ diff --git a/index.html b/index.html index 10e46ba..29282a8 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,7 @@ +

Bash to ShellJS Translator

@@ -58,5 +59,6 @@

Generated ShellJS Output

+
diff --git a/src/style.css b/src/style.css index 7c50457..ac348b1 100644 --- a/src/style.css +++ b/src/style.css @@ -2,6 +2,13 @@ font-family: Junction; src: url("../fonts/junction-regular/Junction.otf") format("opentype"); } +body{ + background-image: url("../img/background.jpg"); + background-size: cover; +} +.background{ + background-color: rgba(211, 192, 192, 0.48); +} blockquote { font-style: italic; padding: 10px;