summaryrefslogtreecommitdiffstats
path: root/html/volunteer/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/volunteer/index.html')
-rw-r--r--html/volunteer/index.html69
1 files changed, 0 insertions, 69 deletions
diff --git a/html/volunteer/index.html b/html/volunteer/index.html
deleted file mode 100644
index d9657c4..0000000
--- a/html/volunteer/index.html
+++ /dev/null
@@ -1,69 +0,0 @@
-<!--#include virtual="/includes/html-open.html"-->
-
-<!--#include virtual="/includes/header-open.html"-->
-<title>Volunteer &mdash; Free Software Foundation India</title>
-<!--#include virtual="/includes/header-close.html"-->
-
-<!--#include virtual="/includes/body-open.html"-->
-<!--#include virtual="/includes/navbar.html"-->
-
-<div class="container main">
- <section class="section">
- <div class="content">
- <header>
- <h1>Volunteer</h1>
- </header>
-
- <div class="columns">
- <div class="column is-three-fifths">
-
- <p>Volunteer for the Free Software Foundation of India.</p>
-
- <form class="volunteer-form" method="post"
- action="/volunteer/submit">
-
- <div class="field">
- <label class="label name">Name</label>
- <div class="control">
- <input name="name" class="input" type="text"
- placeholder="Your Name">
- </div>
- </div>
-
- <div class="field">
- <label class="label email">Email</label>
- <div class="control">
- <input name="email" class="input" type="email"
- placeholder="Your Email Address"
- required>
- </div>
- </div>
-
- <div class="field">
- <label class="label email">How do you want to help us?</label>
- <div class="control">
- <textarea name="help" class="textarea" required></textarea>
- </div>
- </div>
-
- <div class="field">
- <div class="control">
- <button class="button is-link" type="submit">
- Submit
- </button>
- </div>
- </div>
- </form>
-
- </div> <!-- end column -->
- </div> <!-- end columns -->
-
- </div>
- </section>
-
-</div>
-
-<!--#include virtual="/includes/footer.html"-->
-<!--#include virtual="/includes/js.html"-->
-<!--#include virtual="/includes/body-close.html"-->
-<!--#include virtual="/includes/html-close.html"-->