This repository has been archived by the owner on Jan 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathevent-signup.html
47 lines (42 loc) · 2.02 KB
/
event-signup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
layout: default
title: Events
permalink: /event-signup/
sitemap: false
---
<div class="main-container">
<section class="contact-photo">
<div class="background-image-holder">
<img class="background-image" alt="Background Image" src="//c2.staticflickr.com/8/7648/16803349861_aeeaa03f1c_b.jpg">
</div>
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2 text-center">
<h1 class="text-white">Register Here<br>
We'd love to hear from you
</h1>
</div>
</div>
<div class="photo-form-wrapper clearfix">
<div class="email-form">
<div class="row">
<div class="col-md-3 col-sm-4 col-sm-offset-2 col-md-offset-3">
<input class="form-name validate-required" type="text" placeholder="Name" id="event-name">
</div>
<div class="col-md-3 col-sm-4">
<input class="form-email validate-required validate-email" type="text" placeholder="Email" id="event-email">
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-8 col-sm-offset-2 col-md-offset-3 text-center">
<input class="form-message validate-required" type="text" id="event-text" placeholder="Store URL / Mesaage">
<input class="form-message validate-required" type="text" id="event-secret" placeholder="Secret Code here">
<button class="btn btn-info btn-lg btn-filled" id="event-submit"> Send Form </button>
<button class="btn btn-info btn-lg btn-filled" id="event-hide"> Hide Secret </button>
</div>
</div>
</div>
</div>
</div>
</section>
</div>