-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
141 lines (133 loc) · 5.27 KB
/
index.html
File metadata and controls
141 lines (133 loc) · 5.27 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ev4SC</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--Header Area-->
<div class="header_area fix">
<div class="header structure fix">
<div class="header-top floatleft fix">
<div class="logo fix">
<a href="#"><img src="images/logo.png" alt="logo"></a>
</div>
</div>
<div class="header_right floatright fix">
<div class="_btn">
<img src="images/join.png" alt="join">
<a href="whyjoin.html" class="btn_1">Why join</a>
<img src="images/calender.png" alt="join">
<a href="#" class="btn_2">Find An Event</a>
<img src="images/suggestions.png" alt="join">
<a href="#" class="btn_3">Suggestions</a>
</div>
</div>
<div class="_nav floatright fix">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="singles-ministries.html">Singles Ministries</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="newsletter.html">Newsletter</a></li>
<li><a href="contact-us.html">Contact Us</a></li>
</ul>
</div>
</div>
</div><!--Header End-->
<!--Maincontent Area-->
<div class="maincontent_area fix">
<div class="maincontent structure fix">
<div class="content floatleft fix">
<h2>Submit An Event</h2>
<div class="form_area fix">
<div class="two-column fix">
<div class="left-column floatleft fix">
<p>Your Phone Number <br><input type="text" name="" id=""></p>
<p>Your Email <br><input type="text" name="" id=""></p>
<p>Event Name <br><input type="text" name="" id=""></p>
</div>
<div class="right-column floatright fix">
<p>Event Start Date (MM/DD/YYYY)<br><input placeholder="1/10/2013" type="text" name="" id=""></p>
<p>Event End Date (MM/DD/YYYY) <br><input placeholder="1/10/2013" type="text" name="" id=""></p>
<p>Event Start Time<br></p>
<p>Event End Time (not required, leave blank if unknown)<br></p>
</div>
</div>
<div class="single-column fix">
<p>Event description, details and additional information <br><textarea name="" id="" cols="30" rows="3"></textarea></p>
<p>Email address for questions about the event. (not displayed publicly) <br><input type="text" name="" id=""></p>
<p>Location/Directions<br><textarea name="" id="" cols="30" rows="3"></textarea></p>
<p>Physical address where the event will take place. (No PO Boxes)<br> <input type="text" name="" id=""> <input type="text" name="" id=""></p>
</div>
<div class="three-column fix">
<div class="single-three-column floatleft fix">
<p>City <br><input type="text" name="" id="" ></p>
</div>
<div class="single-three-column floatleft fix">
<p>State <br><input type="text" name="" id="" ></p>
</div>
<div class="single-three-column floatleft fix">
<p>Zip Code <br><input type="text" name="" id=""></p>
</div>
</div>
<div class="single-column full-width fix">
<p>Phone number for questions about the event. (displayed publicly)<br><input type="text" name="" id=""></p>
<p>Special Registration URL - Enter the full path URL (For example, http://www.website.com)<br><input type="text" name="" id=""></p>
<p>Overriding Weather Information Link Leave this box blank if you have entered the Zip Code<br><input type="text" name="" id=""></p>
<p>Overriding Map Link<br><input type="text" name="" id=""></p>
<p class="last-child ">Related Website - Enter the full path URL (For example, http://www.website.com)<br><input type="text" name="" id=""></p>
</div>
</div>
<div class="form-submit fix">
<input type="submit" value="Submit Event">
<input type="reset" value="Cancel">
</div>
</div>
<div class="sidebar floatright fix">
<div class="sidebar-content aside-top">
<h2>Events</h2>
<ul>
<li><a href="#">Signature Events</a></li>
<li><a href="#">Phoenix Events</a></li>
<li><a href="#">Tucson Events</a></li>
<li><a href="#">Community Events</a></li>
<li><a href="#">Arizona Innovation Institute</a></li>
</ul>
</div>
<div class="sidebar-content fix">
<div class="sidebar-event fix">
<img src="images/submit-an-evemt-bg.jpg" alt="submit-event">
</div>
</div>
</div>
</div>
</div><!--Header End-->
<!--Footer Area-->
<div class="footer_area fix">
<div class="_footer structure fix">
<div class="copyright floatleft fix">
<p>©2013 Events for Single Christians. All Rights Reserved</p>
</div>
<div class="socialbookmark floatleft fix">
<p>Stay Connected</p>
<a href="#"><img src="images/yahoo.png" alt="yahoo"></a>
<a href="#"><img src="images/facebook.png" alt="facebook"></a>
<a href="#"><img src="images/twitter.png" alt="twitter"></a>
<a href="#"><img src="images/linkedin.png" alt="linkedIn"></a>
</div>
<div class="footermenu floatright fix">
<div class="fnav fix">
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Singles Ministries</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Newsletter</a></li>
</ul>
</div>
</div>
</div>
</div><!--Header End-->
</body>
</html>