Skip to content

Commit

Permalink
Link hover and membership form submit action target
Browse files Browse the repository at this point in the history
  • Loading branch information
GladOSkar committed Feb 11, 2025
1 parent eec91f2 commit 5dd56ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
main {max-width: 64em; width: 90%; margin: auto; padding: 2em 0;}
h1 {margin: 0 auto; text-align: center;}
header a, footer a {color: #fff; text-decoration: none;}
a:hover {text-decoration: underline;}
a.button {background: #c50e1f; color: #fff; text-decoration: none;
padding: .3em .5em .4em; border-radius: .8em;}
a.button:hover {background: #c50e1faa}
</style>

</head>
Expand Down
8 changes: 5 additions & 3 deletions join.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
main {max-width: 64em; width: 90%; margin: auto; padding: 2em 0;}
h1 {margin: 0 auto; text-align: center;}
header a, footer a {color: #fff; text-decoration: none;}
a:hover {text-decoration: underline;}
a.button {background: #c50e1f; color: #fff; text-decoration: none;
padding: .3em .5em .4em; border-radius: .8em;}
a.button:hover {background: #c50e1faa}
</style>

</head>
Expand All @@ -31,8 +33,8 @@

<main>
<h2>Beitrittsantrag Förderverein FaSTTUBe e.V.</h2>
<form>
<label>Beitrittsdatum: <br><input required type=date name=datum> </label><br>
<form action="https://fasttube.de/ftfv-join" method=post>
<label>Beitrittsdatum: <br><input required type=date name=start> </label><br>
<label>Vornamen: <br><input required type=text name=vornamen> </label><br>
<label>Nachnamen: <br><input required type=text name=nachnamen></label><br>
<label>Straße, HausNr: <br><input required type=text name=adresse1> </label><br>
Expand All @@ -46,7 +48,7 @@ <h2>Beitrittsantrag Förderverein FaSTTUBe e.V.</h2>
<label>IBAN: <br><input required type=text name=iban> </label><br>
<label>Kontoinhaber: <br><input required type=text name=inhaber> </label><br>
<br>
<input type=submit value="Beitritt verbindlich erklären">
<input type=submit value="Beitritt verbindlich beantragen">
</form>
</main>

Expand Down

0 comments on commit 5dd56ff

Please sign in to comment.