From c4a3e583763dc0eb3eda68830b71cd68250a8e8d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Eric=20Einsp=C3=A4nner?=
<60260090+Ede1994@users.noreply.github.com>
Date: Fri, 2 Feb 2024 14:23:27 +0100
Subject: [PATCH] include button
---
_includes/button.html | 9 +++++++++
_layouts/page.html | 1 +
courses/bootcamp_overview.md | 7 ++++++-
courses/python_basics.md | 2 --
4 files changed, 16 insertions(+), 3 deletions(-)
create mode 100644 _includes/button.html
diff --git a/_includes/button.html b/_includes/button.html
new file mode 100644
index 000000000000..49d411de07b4
--- /dev/null
+++ b/_includes/button.html
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/_layouts/page.html b/_layouts/page.html
index f66f3e42db1b..493076673079 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -26,6 +26,7 @@
{% endif %}
{% include comments.html %}
+ {% include buttons.html %}
diff --git a/courses/bootcamp_overview.md b/courses/bootcamp_overview.md
index 694e4917485f..386f657e77c3 100644
--- a/courses/bootcamp_overview.md
+++ b/courses/bootcamp_overview.md
@@ -10,6 +10,7 @@ subtitle: Overview of the Bootcamp courses
- [📣 Current announcements](#-current-announcements)
- [❗ Course requirements](#-course-requirements)
- [📋 Syllabus](#-syllabus)
+- [❓ Feedback](#-feedback)
- [🙏 Credits](#-credits)
@@ -56,7 +57,11 @@ After the first part of this course, feel free to solve this ...
The chapters are available as Jupyter notebooks on
, which can also be opened on
.
----
+
+## ❓ Feedback
+Please give us feedback after you finished the skill track: [Feedback](https://forms.gle/oEtNoE6NVvW2CnM28).
+
+{% include button.html url="https://forms.gle/oEtNoE6NVvW2CnM28" %}
## 🙏 Credits
diff --git a/courses/python_basics.md b/courses/python_basics.md
index 39f7887f5f96..c46600619f1c 100644
--- a/courses/python_basics.md
+++ b/courses/python_basics.md
@@ -28,8 +28,6 @@ By the end of these notebooks, you should feel more comfortable with:
- You can read and write basic Python code.
- Read and use error output from exceptions.
-Please give us feedback after you finished the skill track: [Feedback](https://forms.gle/oEtNoE6NVvW2CnM28).
-
## 📣 Current announcements
This directory contains a few basic notebooks to get you going. It is recommended to start with these before tackling any of the others.