master
grgr 12 months ago
parent cfe0db634b
commit b2cac11294

@ -36,6 +36,10 @@ def home():
def copy2():
return render_template("copy2.html")
@app.route("/copy3")
def copy3():
return render_template("copy3.html")
@app.route("/report")
def report():
return render_template("report.html")

@ -27,15 +27,13 @@
</head>
<body>
<h1>🔧 Boiler inspection 🔦</h1>
<h3>what needs to be maintained and how?
</h3>
<br><br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<br><br><br>
<form action="">
<br>
<br>
<label for="org_name">name of the organization</label>
<input type="text" name="org_name">
<br>
@ -47,7 +45,17 @@
<input type="text" name="inspector" placeholder="name/alias of the inspector">
<br>
<br>
<br><br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<br>
<h3>What needs to be maintained and how?</h3>
<p>Within a context of generalized precarity and massive rise of the costs of life, maintenance has become an extremely delicate and contradicting practice for self-organized cultural initiatives which run and maintain independent digital infrastructures. <br> The present inspection zooms in into everydays-maintenance related struggles.</p>
<p>Please be wary that some of the questions might trigger anxiety, dizziness, headache, tension and/or confusion. If you experience any of these symptoms feel free to verbalize and discuss them, or to take a break, or to have a walk, or to leave blank spaces, or to leave thick black marks, or to fold the corners of the form, ot to rip them off, or to crumple up the whole form. In case none of the previous mentioned options is softening your symptoms, an appendix of relaxing strategies and tecniques will be provided, but WITHOUT ANY WARRANTY.</p>
<p>PLEASE MARK WITH THE SYMBOLS ⚠️ or 🔥 or 😡 ANY SENSITIVE INFORMATION YOU WISH NOT TO BE PUBLIC. Such information will be held as professional secret.</p>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<h5>description of the boiler</h5>
<br>
<br>
<label for="org_description">short description of the organization's activity</label> <br>
@ -62,6 +70,8 @@
Current warden of budgeting-spreadsheets: <input type="text"><br>
<br>
The organization is characterized by the following infrastructural elements (select multiple): <br>
<input type="checkbox"> <label for="">server</label><br>
<input type="checkbox"> <label for="">meeting/working table</label><br>

Loading…
Cancel
Save