Merge branch 'main' of ssh://git.hofer.link:2222/philipp/aef-website
This commit is contained in:
@@ -28,11 +28,16 @@ async fn index(State(backend): State<Arc<Backend>>, cookies: CookieJar) -> Respo
|
||||
mark { "TODO: Show optional SUCC message" }
|
||||
}
|
||||
|
||||
div {
|
||||
(client.get_display_name())
|
||||
", do you want to be named something different? No worries, change here 👇"
|
||||
}
|
||||
|
||||
form {
|
||||
fieldset role="group" {
|
||||
input
|
||||
name="name"
|
||||
placeholder=(format!("Rename {}", client.get_display_name()))
|
||||
placeholder="✨ Your new name starts here ✨"
|
||||
aria-label="Name";
|
||||
input type="submit" value="Save";
|
||||
}
|
||||
|
@@ -19,6 +19,9 @@ pub(super) async fn index(cookies: CookieJar, headers: HeaderMap) -> Markup {
|
||||
}
|
||||
p {
|
||||
"Artists: René Mayrhofer (AT), Philipp Hofer (AT), Laura Poulbot (FR), Airan Berg (AT), Andrea Hummer (AT), Ilona Roth (DE/AT), Linda Huber (AT), Gisela Klammsteiner (AT), Sara Koniarek (AT), Simon Sharkey (GB), Valerio Iurato (IT), Doris Roth (DE), Alina Lugovskaya (UA/RU), Selina Nowak (AT), JeanClaude Grieco (AR/AT), Florian Böttcher (AT), Ethem Saygieder-Fischer (AT)"
|
||||
span.easteregg {
|
||||
", Marie Birner (Couch)"
|
||||
}
|
||||
}
|
||||
blockquote {
|
||||
"Digital Shadows confronts visitors with their digital self – copied, measured, analyzed. An experiment on data power, visibility, and control in the digital age."
|
||||
|
Reference in New Issue
Block a user