diff --git a/static/animations/infinity-loop-icon.svg b/static/animations/infinity-loop-icon.svg new file mode 100644 index 0000000..4b5306c --- /dev/null +++ b/static/animations/infinity-loop-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/animations/server-icon.svg b/static/animations/server-icon.svg new file mode 100644 index 0000000..5c6b298 --- /dev/null +++ b/static/animations/server-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/animations/shield-lock-black-icon.svg b/static/animations/shield-lock-black-icon.svg new file mode 100644 index 0000000..5c15fdf --- /dev/null +++ b/static/animations/shield-lock-black-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/animations/shield-sedo-line-icon.svg b/static/animations/shield-sedo-line-icon.svg new file mode 100644 index 0000000..8e69c69 --- /dev/null +++ b/static/animations/shield-sedo-line-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/animations/web-code-icon.svg b/static/animations/web-code-icon.svg new file mode 100644 index 0000000..a047040 --- /dev/null +++ b/static/animations/web-code-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/animations/web-security-icon.svg b/static/animations/web-security-icon.svg new file mode 100644 index 0000000..4262c20 --- /dev/null +++ b/static/animations/web-security-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/blog/second-post/Feature.jpg b/static/images/blog/second-post/Feature.jpg new file mode 100644 index 0000000..4c59b98 Binary files /dev/null and b/static/images/blog/second-post/Feature.jpg differ diff --git a/static/images/blog/second-post/Feature.png b/static/images/blog/second-post/Feature.png new file mode 100644 index 0000000..e69de29 diff --git a/svelte.config.js b/svelte.config.js index 3196866..2e011dd 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -44,7 +44,8 @@ const config = { $lib: path.resolve('src', 'lib'), $root: path.resolve('/'), $src: path.resolve('src'), - $routes: path.resolve('src', 'routes') + $routes: path.resolve('src', 'routes'), + $content: path.resolve('src', 'content') }, // TODO: FIX Banning external malware scripts for security and privacy of users, threw errors, // csp: {