From ec53ca87d9fb132eaa7fe15349db2700f384aa5b Mon Sep 17 00:00:00 2001 From: Jordan Maris Date: Sun, 4 Feb 2024 23:35:04 +0100 Subject: [PATCH] initial draft of legislative procedure flowchart added to page (still WIP). sources of flowchart updated, html render of flowchart created in _includes --- _includes/legislative_procedure.html | 11 + flowcharts/Untitled Diagram.drawio | 124 ------- flowcharts/legislative_procedure.drawio | 341 ++++++++++++++++++ flowcharts/legislative_procedure.html | 11 - .../legislative_procedure.markdown | 1 + 5 files changed, 353 insertions(+), 135 deletions(-) create mode 100644 _includes/legislative_procedure.html delete mode 100644 flowcharts/Untitled Diagram.drawio create mode 100644 flowcharts/legislative_procedure.drawio delete mode 100644 flowcharts/legislative_procedure.html diff --git a/_includes/legislative_procedure.html b/_includes/legislative_procedure.html new file mode 100644 index 0000000..dc4f011 --- /dev/null +++ b/_includes/legislative_procedure.html @@ -0,0 +1,11 @@ + + + + +Untitled Diagram + + +
+ + + \ No newline at end of file diff --git a/flowcharts/Untitled Diagram.drawio b/flowcharts/Untitled Diagram.drawio deleted file mode 100644 index d649e60..0000000 --- a/flowcharts/Untitled Diagram.drawio +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/flowcharts/legislative_procedure.drawio b/flowcharts/legislative_procedure.drawio new file mode 100644 index 0000000..1c8d843 --- /dev/null +++ b/flowcharts/legislative_procedure.drawio @@ -0,0 +1,341 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/flowcharts/legislative_procedure.html b/flowcharts/legislative_procedure.html deleted file mode 100644 index 24c6c4e..0000000 --- a/flowcharts/legislative_procedure.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - -Untitled Diagram - - -
- - - diff --git a/pages/getting_started/legislative_procedure.markdown b/pages/getting_started/legislative_procedure.markdown index c4dbec0..1dbbf11 100644 --- a/pages/getting_started/legislative_procedure.markdown +++ b/pages/getting_started/legislative_procedure.markdown @@ -6,3 +6,4 @@ nav_order: 4 --- # Legislative Procedure +{% include legislative_procedure.html %} \ No newline at end of file