From ddc1baf66c618ce60d3e03fa820ac43a06efee86 Mon Sep 17 00:00:00 2001 From: Weetile Date: Sun, 6 Apr 2025 15:58:53 +0100 Subject: [PATCH] initial commit --- icons/excalidraw.svg | 7 ++ icons/mattermost.svg | 2 + icons/pycharm.svg | 70 ++++++++++++++ icons/rustdesk.svg | 5 + index.html | 215 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 299 insertions(+) create mode 100644 icons/excalidraw.svg create mode 100644 icons/mattermost.svg create mode 100644 icons/pycharm.svg create mode 100644 icons/rustdesk.svg create mode 100644 index.html diff --git a/icons/excalidraw.svg b/icons/excalidraw.svg new file mode 100644 index 0000000..ee99676 --- /dev/null +++ b/icons/excalidraw.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/mattermost.svg b/icons/mattermost.svg new file mode 100644 index 0000000..9b05532 --- /dev/null +++ b/icons/mattermost.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/icons/pycharm.svg b/icons/pycharm.svg new file mode 100644 index 0000000..f934f1d --- /dev/null +++ b/icons/pycharm.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/rustdesk.svg b/icons/rustdesk.svg new file mode 100644 index 0000000..6c80123 --- /dev/null +++ b/icons/rustdesk.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..4676c34 --- /dev/null +++ b/index.html @@ -0,0 +1,215 @@ + + + + + + Tutoring With Otto - Software Guide + + + +
+

Computer Science Software Installation Guide

+

Essential software for computer science students

+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SoftwareDescriptionDownload
+
+ + PyCharm Community +
+
+ A powerful and intelligent Python IDE by JetBrains. + + Download +
+
+ + RustDesk +
+
+ An open-source remote desktop software to allow you to share screen for coding exercises and exam paper help. + + Download +
+
+ + Mattermost +
+
+ An open-source, self-hostable messaging platform designed for team collaboration. Mattermost provides secure communication with features like file sharing, search functionality, and integrations with developer tools like GitHub and Jenkins. + + Download +
+
+ + Excalidraw +
+
+ A virtual collaborative whiteboard tool that lets you easily sketch diagrams with a hand-drawn feel. Perfect for creating flowcharts, wireframes, and diagrams for programming concepts, system architecture, and algorithm visualization. + + Download +
+
+ + + + \ No newline at end of file