aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site/static')
-rw-r--r--pydis_site/static/css/content/page.css9
-rw-r--r--pydis_site/static/images/content/contributing/docker_settings.pngbin0 -> 30944 bytes
-rw-r--r--pydis_site/static/images/content/contributing/docker_shared_drives.pngbin0 -> 27557 bytes
-rw-r--r--pydis_site/static/images/content/contributing/fork_button.pngbin0 -> 23310 bytes
-rw-r--r--pydis_site/static/images/content/contributing/fork_clone.pngbin0 -> 26075 bytes
-rw-r--r--pydis_site/static/images/content/contributing/fork_user.pngbin0 -> 11815 bytes
-rw-r--r--pydis_site/static/images/content/contributing/github_issues_tab.pngbin0 -> 22057 bytes
-rw-r--r--pydis_site/static/images/content/contributing/github_new_issue.pngbin0 -> 9239 bytes
-rw-r--r--pydis_site/static/images/content/contributing/github_sample_issue.pngbin0 -> 27630 bytes
-rw-r--r--pydis_site/static/images/content/contributing/pycharm_branch.pngbin0 -> 33963 bytes
-rw-r--r--pydis_site/static/images/content/contributing/pycharm_checkout.pngbin0 -> 30570 bytes
-rw-r--r--pydis_site/static/images/content/contributing/pycharm_commit.pngbin0 -> 178593 bytes
-rw-r--r--pydis_site/static/images/content/contributing/pycharm_commit_button.pngbin0 -> 6049 bytes
-rw-r--r--pydis_site/static/images/content/contributing/pycharm_create_project.pngbin0 -> 22371 bytes
-rw-r--r--pydis_site/static/images/content/contributing/pycharm_interpreter.pngbin0 -> 52028 bytes
-rw-r--r--pydis_site/static/images/content/contributing/pycharm_pipenv.pngbin0 -> 35997 bytes
-rw-r--r--pydis_site/static/images/content/contributing/pycharm_pipenv_success.pngbin0 -> 119232 bytes
-rw-r--r--pydis_site/static/images/content/contributing/pycharm_pull.pngbin0 -> 10132 bytes
-rw-r--r--pydis_site/static/images/content/contributing/pycharm_push.pngbin0 -> 15197 bytes
-rw-r--r--pydis_site/static/images/content/contributing/pycharm_remotes.pngbin0 -> 30816 bytes
-rw-r--r--pydis_site/static/images/content/contributing/pycharm_upstream.pngbin0 -> 18619 bytes
-rw-r--r--pydis_site/static/images/content/discordpy_embed.pngbin0 -> 36539 bytes
-rw-r--r--pydis_site/static/images/content/help_channels/available_channels.pngbin0 -> 6556 bytes
-rw-r--r--pydis_site/static/images/content/help_channels/available_message.pngbin0 -> 36279 bytes
-rw-r--r--pydis_site/static/images/content/help_channels/dormant_channels.pngbin0 -> 6975 bytes
-rw-r--r--pydis_site/static/images/content/help_channels/dormant_message.pngbin0 -> 37856 bytes
-rw-r--r--pydis_site/static/images/content/help_channels/occupied_channels.pngbin0 -> 10950 bytes
-rw-r--r--pydis_site/static/images/content/help_channels/topical_channels.pngbin0 -> 29231 bytes
-rw-r--r--pydis_site/static/images/content/mutability/hello_gets_eaten.pngbin0 -> 17229 bytes
-rw-r--r--pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.pngbin0 -> 11615 bytes
-rw-r--r--pydis_site/static/images/content/mutability/s_refers_hello.pngbin0 -> 8216 bytes
-rw-r--r--pydis_site/static/images/content/mutability/s_upper_creates_HELLO.pngbin0 -> 10536 bytes
32 files changed, 9 insertions, 0 deletions
diff --git a/pydis_site/static/css/content/page.css b/pydis_site/static/css/content/page.css
index 3ac41d1b..d831f86d 100644
--- a/pydis_site/static/css/content/page.css
+++ b/pydis_site/static/css/content/page.css
@@ -68,3 +68,12 @@ ul.menu-list.toc {
.toc > ul > li {
list-style-type: disc;
}
+
+/*
+ * Increase space between images and any text above the image in a list.
+ * This is used instead of a newline between the image and the text in markdown
+ * so the image remains left-aligned with the list item.
+ */
+li img {
+ margin-top: 0.5em;
+}
diff --git a/pydis_site/static/images/content/contributing/docker_settings.png b/pydis_site/static/images/content/contributing/docker_settings.png
new file mode 100644
index 00000000..03beeebf
--- /dev/null
+++ b/pydis_site/static/images/content/contributing/docker_settings.png
Binary files differ
diff --git a/pydis_site/static/images/content/contributing/docker_shared_drives.png b/pydis_site/static/images/content/contributing/docker_shared_drives.png
new file mode 100644
index 00000000..c86bbdba
--- /dev/null
+++ b/pydis_site/static/images/content/contributing/docker_shared_drives.png
Binary files differ
diff --git a/pydis_site/static/images/content/contributing/fork_button.png b/pydis_site/static/images/content/contributing/fork_button.png
new file mode 100644
index 00000000..4eab9e0d
--- /dev/null
+++ b/pydis_site/static/images/content/contributing/fork_button.png
Binary files differ
diff --git a/pydis_site/static/images/content/contributing/fork_clone.png b/pydis_site/static/images/content/contributing/fork_clone.png
new file mode 100644
index 00000000..ad966ee3
--- /dev/null
+++ b/pydis_site/static/images/content/contributing/fork_clone.png
Binary files differ
diff --git a/pydis_site/static/images/content/contributing/fork_user.png b/pydis_site/static/images/content/contributing/fork_user.png
new file mode 100644
index 00000000..513f8841
--- /dev/null
+++ b/pydis_site/static/images/content/contributing/fork_user.png
Binary files differ
diff --git a/pydis_site/static/images/content/contributing/github_issues_tab.png b/pydis_site/static/images/content/contributing/github_issues_tab.png
new file mode 100644
index 00000000..1d1fc617
--- /dev/null
+++ b/pydis_site/static/images/content/contributing/github_issues_tab.png
Binary files differ
diff --git a/pydis_site/static/images/content/contributing/github_new_issue.png b/pydis_site/static/images/content/contributing/github_new_issue.png
new file mode 100644
index 00000000..1d661428
--- /dev/null
+++ b/pydis_site/static/images/content/contributing/github_new_issue.png
Binary files differ
diff --git a/pydis_site/static/images/content/contributing/github_sample_issue.png b/pydis_site/static/images/content/contributing/github_sample_issue.png
new file mode 100644
index 00000000..a8c2ac0a
--- /dev/null
+++ b/pydis_site/static/images/content/contributing/github_sample_issue.png
Binary files differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_branch.png b/pydis_site/static/images/content/contributing/pycharm_branch.png
new file mode 100644
index 00000000..d9cde97a
--- /dev/null
+++ b/pydis_site/static/images/content/contributing/pycharm_branch.png
Binary files differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_checkout.png b/pydis_site/static/images/content/contributing/pycharm_checkout.png
new file mode 100644
index 00000000..f719dfb7
--- /dev/null
+++ b/pydis_site/static/images/content/contributing/pycharm_checkout.png
Binary files differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_commit.png b/pydis_site/static/images/content/contributing/pycharm_commit.png
new file mode 100644
index 00000000..03223688
--- /dev/null
+++ b/pydis_site/static/images/content/contributing/pycharm_commit.png
Binary files differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_commit_button.png b/pydis_site/static/images/content/contributing/pycharm_commit_button.png
new file mode 100644
index 00000000..ae2745b0
--- /dev/null
+++ b/pydis_site/static/images/content/contributing/pycharm_commit_button.png
Binary files differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_create_project.png b/pydis_site/static/images/content/contributing/pycharm_create_project.png
new file mode 100644
index 00000000..63cd5626
--- /dev/null
+++ b/pydis_site/static/images/content/contributing/pycharm_create_project.png
Binary files differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_interpreter.png b/pydis_site/static/images/content/contributing/pycharm_interpreter.png
new file mode 100644
index 00000000..cb757f84
--- /dev/null
+++ b/pydis_site/static/images/content/contributing/pycharm_interpreter.png
Binary files differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_pipenv.png b/pydis_site/static/images/content/contributing/pycharm_pipenv.png
new file mode 100644
index 00000000..feb9b1d7
--- /dev/null
+++ b/pydis_site/static/images/content/contributing/pycharm_pipenv.png
Binary files differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_pipenv_success.png b/pydis_site/static/images/content/contributing/pycharm_pipenv_success.png
new file mode 100644
index 00000000..03fa3244
--- /dev/null
+++ b/pydis_site/static/images/content/contributing/pycharm_pipenv_success.png
Binary files differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_pull.png b/pydis_site/static/images/content/contributing/pycharm_pull.png
new file mode 100644
index 00000000..0640564e
--- /dev/null
+++ b/pydis_site/static/images/content/contributing/pycharm_pull.png
Binary files differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_push.png b/pydis_site/static/images/content/contributing/pycharm_push.png
new file mode 100644
index 00000000..1b51c085
--- /dev/null
+++ b/pydis_site/static/images/content/contributing/pycharm_push.png
Binary files differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_remotes.png b/pydis_site/static/images/content/contributing/pycharm_remotes.png
new file mode 100644
index 00000000..3fe565c8
--- /dev/null
+++ b/pydis_site/static/images/content/contributing/pycharm_remotes.png
Binary files differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_upstream.png b/pydis_site/static/images/content/contributing/pycharm_upstream.png
new file mode 100644
index 00000000..2ccb5827
--- /dev/null
+++ b/pydis_site/static/images/content/contributing/pycharm_upstream.png
Binary files differ
diff --git a/pydis_site/static/images/content/discordpy_embed.png b/pydis_site/static/images/content/discordpy_embed.png
new file mode 100644
index 00000000..9ed911a6
--- /dev/null
+++ b/pydis_site/static/images/content/discordpy_embed.png
Binary files differ
diff --git a/pydis_site/static/images/content/help_channels/available_channels.png b/pydis_site/static/images/content/help_channels/available_channels.png
new file mode 100644
index 00000000..0b9cfd03
--- /dev/null
+++ b/pydis_site/static/images/content/help_channels/available_channels.png
Binary files differ
diff --git a/pydis_site/static/images/content/help_channels/available_message.png b/pydis_site/static/images/content/help_channels/available_message.png
new file mode 100644
index 00000000..05f6ec7d
--- /dev/null
+++ b/pydis_site/static/images/content/help_channels/available_message.png
Binary files differ
diff --git a/pydis_site/static/images/content/help_channels/dormant_channels.png b/pydis_site/static/images/content/help_channels/dormant_channels.png
new file mode 100644
index 00000000..2c53de87
--- /dev/null
+++ b/pydis_site/static/images/content/help_channels/dormant_channels.png
Binary files differ
diff --git a/pydis_site/static/images/content/help_channels/dormant_message.png b/pydis_site/static/images/content/help_channels/dormant_message.png
new file mode 100644
index 00000000..ac806459
--- /dev/null
+++ b/pydis_site/static/images/content/help_channels/dormant_message.png
Binary files differ
diff --git a/pydis_site/static/images/content/help_channels/occupied_channels.png b/pydis_site/static/images/content/help_channels/occupied_channels.png
new file mode 100644
index 00000000..6ccb4ed6
--- /dev/null
+++ b/pydis_site/static/images/content/help_channels/occupied_channels.png
Binary files differ
diff --git a/pydis_site/static/images/content/help_channels/topical_channels.png b/pydis_site/static/images/content/help_channels/topical_channels.png
new file mode 100644
index 00000000..63b48e7b
--- /dev/null
+++ b/pydis_site/static/images/content/help_channels/topical_channels.png
Binary files differ
diff --git a/pydis_site/static/images/content/mutability/hello_gets_eaten.png b/pydis_site/static/images/content/mutability/hello_gets_eaten.png
new file mode 100644
index 00000000..08e9f2cb
--- /dev/null
+++ b/pydis_site/static/images/content/mutability/hello_gets_eaten.png
Binary files differ
diff --git a/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.png b/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.png
new file mode 100644
index 00000000..5f2baf0d
--- /dev/null
+++ b/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.png
Binary files differ
diff --git a/pydis_site/static/images/content/mutability/s_refers_hello.png b/pydis_site/static/images/content/mutability/s_refers_hello.png
new file mode 100644
index 00000000..59d84211
--- /dev/null
+++ b/pydis_site/static/images/content/mutability/s_refers_hello.png
Binary files differ
diff --git a/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.png b/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.png
new file mode 100644
index 00000000..6aa1e8d3
--- /dev/null
+++ b/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.png
Binary files differ