From a38c23612d1e6ef2ccc9321d6458f65adbef6ef7 Mon Sep 17 00:00:00 2001 From: CZmisaCZ <50033306+CZmisaCZ@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:24:57 +0200 Subject: [PATCH] init new website --- images/icons/brands/apple.svg | 37 +++++++++++++++++++++++++ images/icons/brands/chrome.svg | 37 +++++++++++++++++++++++++ images/icons/brands/firefox-browser.svg | 37 +++++++++++++++++++++++++ images/icons/brands/git-alt.svg | 4 +++ images/icons/brands/linux.svg | 37 +++++++++++++++++++++++++ images/icons/brands/windows.svg | 37 +++++++++++++++++++++++++ images/icons/brands/youtube.svg | 37 +++++++++++++++++++++++++ images/icons/regular/eye-slash.svg | 5 ++++ images/icons/regular/heart.svg | 37 +++++++++++++++++++++++++ images/icons/solid/arrows-rotate.svg | 5 ++++ images/icons/solid/code.svg | 5 ++++ images/logo.svg | 14 ++++++++++ 12 files changed, 292 insertions(+) create mode 100644 images/icons/brands/apple.svg create mode 100644 images/icons/brands/chrome.svg create mode 100644 images/icons/brands/firefox-browser.svg create mode 100644 images/icons/brands/git-alt.svg create mode 100644 images/icons/brands/linux.svg create mode 100644 images/icons/brands/windows.svg create mode 100644 images/icons/brands/youtube.svg create mode 100644 images/icons/regular/eye-slash.svg create mode 100644 images/icons/regular/heart.svg create mode 100644 images/icons/solid/arrows-rotate.svg create mode 100644 images/icons/solid/code.svg create mode 100644 images/logo.svg diff --git a/images/icons/brands/apple.svg b/images/icons/brands/apple.svg new file mode 100644 index 0000000..ebf10ba --- /dev/null +++ b/images/icons/brands/apple.svg @@ -0,0 +1,37 @@ + + + + + + + diff --git a/images/icons/brands/chrome.svg b/images/icons/brands/chrome.svg new file mode 100644 index 0000000..08b14c1 --- /dev/null +++ b/images/icons/brands/chrome.svg @@ -0,0 +1,37 @@ + + + + + + + diff --git a/images/icons/brands/firefox-browser.svg b/images/icons/brands/firefox-browser.svg new file mode 100644 index 0000000..16e76ee --- /dev/null +++ b/images/icons/brands/firefox-browser.svg @@ -0,0 +1,37 @@ + + + + + + + diff --git a/images/icons/brands/git-alt.svg b/images/icons/brands/git-alt.svg new file mode 100644 index 0000000..ebe55b6 --- /dev/null +++ b/images/icons/brands/git-alt.svg @@ -0,0 +1,4 @@ + + + + diff --git a/images/icons/brands/linux.svg b/images/icons/brands/linux.svg new file mode 100644 index 0000000..7dbd86a --- /dev/null +++ b/images/icons/brands/linux.svg @@ -0,0 +1,37 @@ + + + + + + + diff --git a/images/icons/brands/windows.svg b/images/icons/brands/windows.svg new file mode 100644 index 0000000..5ad0e63 --- /dev/null +++ b/images/icons/brands/windows.svg @@ -0,0 +1,37 @@ + + + + + + + diff --git a/images/icons/brands/youtube.svg b/images/icons/brands/youtube.svg new file mode 100644 index 0000000..872fe5f --- /dev/null +++ b/images/icons/brands/youtube.svg @@ -0,0 +1,37 @@ + + + + + + + diff --git a/images/icons/regular/eye-slash.svg b/images/icons/regular/eye-slash.svg new file mode 100644 index 0000000..9d3ae72 --- /dev/null +++ b/images/icons/regular/eye-slash.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/images/icons/regular/heart.svg b/images/icons/regular/heart.svg new file mode 100644 index 0000000..e03439c --- /dev/null +++ b/images/icons/regular/heart.svg @@ -0,0 +1,37 @@ + + + + + + + diff --git a/images/icons/solid/arrows-rotate.svg b/images/icons/solid/arrows-rotate.svg new file mode 100644 index 0000000..64167dc --- /dev/null +++ b/images/icons/solid/arrows-rotate.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/images/icons/solid/code.svg b/images/icons/solid/code.svg new file mode 100644 index 0000000..f0a6900 --- /dev/null +++ b/images/icons/solid/code.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/images/logo.svg b/images/logo.svg new file mode 100644 index 0000000..d7ddbf4 --- /dev/null +++ b/images/logo.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file