diff --git a/senju/main.py b/senju/main.py index 8befcf0..44b8a89 100644 --- a/senju/main.py +++ b/senju/main.py @@ -218,3 +218,17 @@ def favicon(): return send_from_directory(os.path.join(app.root_path, 'static/img'), 'favicon.ico', mimetype='image/vnd.microsoft.icon') + + +@app.route('/info') +def info_view(): + """ + Render the info page. + + :return: The info.html template with title "Info". + :rtype: flask.Response + """ + return render_template( + "info.html", + title="Info" + ) diff --git a/senju/templates/base.html b/senju/templates/base.html index 5492e5f..abb421d 100644 --- a/senju/templates/base.html +++ b/senju/templates/base.html @@ -49,9 +49,10 @@ {% if request.endpoint == 'scan_view' %} bg-gray-900 text-white {% else %} text-gray-300 hover:bg-gray-700 hover:text-white {% endif %}"> Image scanning - - Information + + Info diff --git a/senju/templates/info.html b/senju/templates/info.html new file mode 100644 index 0000000..5edd246 --- /dev/null +++ b/senju/templates/info.html @@ -0,0 +1,142 @@ +{% extends "base.html" %} + +{% block content %} + + +
Backend Developer
+Cyber Security Student, passionate Hobbyist, Networkadmin and Sotware Engineer
+ +Github +software@cscherr.de
+ +Frontend Developer
+Cyber Security Student working on malware research and development.
+ Github + + +mrmarquard@protonmail.com
+ + +Backend Developer
+Cyber Security Student with a focus on Linux Security
+ Github + +0xalivecow@ta-lotz.de
+ +Documentation and Code coverage
+Cyber Security student passionate about Mathematics and Machine Learning.
+ +Github + +amrasil@protonmail.ma
+ +