Skip to content

Commit

Permalink
Remove old, nonfunctional contact form
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh committed Jun 12, 2024
1 parent 515adfa commit e98aa5d
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions content/foundation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Other Documents

## Contact

Send us an email at [foundation@syncthing.org](mailto:foundation@syncthing.org). You can use the form at the bottom of the page if you think it's more convenient, it has the same effect.
Send us an email at [foundation@syncthing.org](mailto:foundation@syncthing.org).

### Members of the Board

Expand All @@ -40,28 +40,4 @@ You can also contact the members of the board directly with any concern:
- Jakob Borg (jakob@syncthing.org)
- Simon Frei (simon@syncthing.org)

### Contact Form

<div class="card mt-4">
<div class="card-body">
<form name="contact" method="POST" data-netlify="true">
<div class="form-group">
<label for="name">Your name</label>
<input type="text" name="name" id="name" class="form-control">
</div>
<div class="form-group">
<label for="name">Your email address</label>
<input type="email" name="email" id="email" class="form-control">
</div>
<div class="form-group">
<label for="name">What's up?</label>
<textarea rows="8" name="about" id="about" class="form-control"></textarea>
</div>
<div class="form-group">
<button type="submit" class="btn btn-primary">Send</button>
</div>
</form>
</div>
</div>

{{% sponsors %}}

0 comments on commit e98aa5d

Please sign in to comment.