-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcreate.html
More file actions
212 lines (162 loc) · 7.49 KB
/
Copy pathcreate.html
File metadata and controls
212 lines (162 loc) · 7.49 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>
GetTogether
</title>
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/owl.carousel.css" rel="stylesheet" type="text/css">
<link href="font-awesome-4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="shym-preloader"></div>
<header class="navbar navbar-inverse navbar-fixed-top heading" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle togglebutton" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<ul class='shym-social-icons'>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
<div class="collapse navbar-collapse menubar">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html"><i class="fa fa-fw fa-home"></i>Home</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-fw fa-users"></i>Users<i class="icon-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a href="login.html">Login</a></li>
<li><a href="signUp.html">Sign Up</a></li>
</ul>
</li>
<li><a href="events.html"><i class="fa fa-fw fa-book"></i>Events</a></li>
</ul>
</div>
</div>
</header>
<section class='splitter'>
<div class="home-caption">
<div class="home-title">Create an Event</div>
</div>
</section>
<section class='shym-option'>
<div class='container' style=" padding-left: 300px; padding-right: 300px; text-align:center;">
<form method="post" action="" class="form-horizontal" id="createForm">
<div class="form-group row">
<label for="eventType">Type of Event</label>
<input type="text" class="form-control" id="event" placeholder="Type of Event">
</div>
<div class="form-group row">
<label for="example-datetime-local-input" >Date and time</label>
<input class="form-control" type="datetime-local" value="2011-08-19T13:45:00" id="example-datetime-local-input">
</div>
<div class="form-group row">
<label for="address">Address</label>
<input type="address" class="form-control" id="event" placeholder="Address">
</div>
<div class="form-group row">
<label for="txt">Description</label>
<textarea class="form-control" id="txt" rows="3" placeholder="Enter a detailed description of your event"></textarea>
</div>
<a href="#" class="btn btn-lg downloadbtn">Submit</a>
</form>
</div>
</section>
<footer class="shym-contact">
<div class="container">
<!--======= TITTLE PART =========-->
<div class="tittle">
<h3 class='shym-text-center'>Follow Us On Social Media</h3>
<hr>
</div>
<!--======= SOCIAL ICONS PART =========-->
<div class="social_icons">
<ul>
<li class="facebook"> <a href="#." data-scroll-reveal="wait 0.25s, then enter top and move 40px over 1s"><i class="fa fa-facebook"></i> </a> </li>
<li class="twitter"> <a href="#." data-scroll-reveal="wait 0.25s, then enter top and move 40px over 1s"><i class="fa fa-twitter"></i> </a> </li>
<li class="dribbble"> <a href="#." data-scroll-reveal="wait 0.25s, then enter top and move 40px over 1s"><i class="fa fa-dribbble"></i> </a> </li>
<li class="googleplus"> <a href="#." data-scroll-reveal="wait 0.25s, then enter top and move 40px over 1s"><i class="fa fa-google"></i> </a> </li>
<li class="linkedin "> <a href="#." data-scroll-reveal="wait 0.25s, then enter top and move 40px over 1s"><i class="fa fa-linkedin"></i> </a> </li>
<li class="pinterest"> <a href="#." data-scroll-reveal="wait 0.25s, then enter top and move 40px over 1s"><i class="fa fa-pinterest"></i> </a> </li>
</ul>
</div>
<!--======= CONTACT INFO PART =========-->
<div class="con-info">
<div class="row">
<div class='container'>
<div class="col-md-6 col-sm-6">
<div class="row">
<div class="col-sm-6"> <i class="ion-flag"></i>
<h4>ABOUT US</h4>
<p> We are a group of enthusiast who want find new friends and adventures </p>
</div>
<!--======= OFFICE ADRESS PART =========-->
<div class="col-sm-6"> <i class="ion-android-location"></i>
<h4>OUR LOCATION</h4>
<p> The project is not bound to location</p>
<p>You are welcome to make an activity anywhere</p>
</div>
</div>
</div>
<!--======= GET IN TOUCH PART =========-->
<div class="col-md-6 col-sm-6"> <i class="ion-flag"></i>
<h4>GET IN TOUCH</h4>
<div id="contact_form">
<form id="contact-form" class="contact-form " accept-charset="utf-8" method="post" >
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label><span>Name</span>
<input name="name" type="text" placeholder="Name"/>
</label>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label>
<input name="email" type="email" placeholder="Email"/>
</label>
</div>
</div>
<div class="col-md-12">
<label> <span>Message</span>
<textarea name="message" placeholder="Your Message"></textarea>
</label>
<input name="submit" type="submit" value="SUBMIT YOUR MESSAGE" />
</div>
</div>
</form>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="copyrights">
<div class="container">
<p class="pull-left">Created by Anna Shchelokova, Vladimir Loskutov and Juan Sierra</p>
</div>
</footer>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<script src="js/scrollReveal.js"></script>
<script src="js/function.js"></script>
</body>
</html>