diff --git a/app.py b/app.py index 4e30131..f80f468 100644 --- a/app.py +++ b/app.py @@ -68,6 +68,11 @@ class Index(Page): content_path = "index.html" +@app.page +class Students(Page): + content_path = "students.html" + + @app.page class Community(Page): content_path = "community.html" @@ -78,6 +83,11 @@ class Partnerships(Page): content_path = "partnerships.html" +@app.page +class Leadership(Page): + content_path = "leadership.html" + + @app.page class About(Page): template = "about.html" diff --git a/leadership.html b/leadership.html new file mode 100644 index 0000000..1a90826 --- /dev/null +++ b/leadership.html @@ -0,0 +1,11 @@ + + + + + + Redirecting to Black Python Devs Leaderhsip Summit 2026-Ohio + + +

Redirecting to Black Python Devs Leaderhsip Summit 2026-Ohio...

+ + diff --git a/students.html b/students.html new file mode 100644 index 0000000..a56086e --- /dev/null +++ b/students.html @@ -0,0 +1,11 @@ + + + + + + Redirecting to Student Ambassador Program + + +

Redirecting to Student Ambassador Program...

+ +