From 44501448a2295166a61c4efcfc5b670879092bbf Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 17 Dec 2020 22:31:57 -0500 Subject: Added downloads page; Uploaded OSFT Software Archive --- locales/en.json | 8 +++++ pages/downloads/index.vue | 46 ++++++++++++++++++++++++ static/uploads/OSFT-Software-Archive.tar.gz | Bin 0 -> 75779566 bytes static/uploads/OSFT-Software-Archive.tar.gz.md5 | 1 + 4 files changed, 55 insertions(+) create mode 100644 pages/downloads/index.vue create mode 100755 static/uploads/OSFT-Software-Archive.tar.gz create mode 100755 static/uploads/OSFT-Software-Archive.tar.gz.md5 diff --git a/locales/en.json b/locales/en.json index 3681a70..d6da3df 100644 --- a/locales/en.json +++ b/locales/en.json @@ -25,6 +25,12 @@ "AleePCPartsMotherboard": "Motherboard", "AleePCPartsCase": "Case", "AleePCPartsPowerSupply": "Power Supply", + "SoftwareInformationText": "Software Information", + "OperatingSystemText": "Operating System/Linux Distro:", + "DesktopEnvironmentText": "Desktop Environment:", + "WindowManagerText": "Window Manager:", + "DockText": "Dock:", + "IconPackText": "Icon Pack:", "CreditsTitle": "Credits", "CreditsGPLText": "Website is licensed under", "CreditsContent1": "Created using", @@ -47,6 +53,8 @@ "VideosButton": "View more videos here", "AleeLogoText": "Alee Logo", "AleeLogoSubtitle": "Where you see the history of my logos that I made or a friend made.", + "DownloadsText": "Downloads", + "DownloadsSubtitle": "Where you download stuff I uploaded here.", "Footer": "Footer", "FooterCopyright": "© Copyright 2018-2020 Andrew Lee. All rights reserved." } \ No newline at end of file diff --git a/pages/downloads/index.vue b/pages/downloads/index.vue new file mode 100644 index 0000000..4070668 --- /dev/null +++ b/pages/downloads/index.vue @@ -0,0 +1,46 @@ + + + + + diff --git a/static/uploads/OSFT-Software-Archive.tar.gz b/static/uploads/OSFT-Software-Archive.tar.gz new file mode 100755 index 0000000..f2fc5b9 Binary files /dev/null and b/static/uploads/OSFT-Software-Archive.tar.gz differ diff --git a/static/uploads/OSFT-Software-Archive.tar.gz.md5 b/static/uploads/OSFT-Software-Archive.tar.gz.md5 new file mode 100755 index 0000000..9d19db3 --- /dev/null +++ b/static/uploads/OSFT-Software-Archive.tar.gz.md5 @@ -0,0 +1 @@ +8cda7ef8b1867eaea9ebdb5429af61eb OSFT-Software-Archive.tar.gz -- cgit v1.2.3