-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuccess.html
135 lines (105 loc) · 4.79 KB
/
success.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
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
<!DOCTYPE html>
<html lang="en">
<!--
Page : index / Gather
Version : 1.0
Author : Surjith S M
URI : http://themeforest.net/user/surjithctly
Copyright © All rights Reserved
Surjith S M / @surjithctly
-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- SEO -->
<meta name="author" content="Surjith S M">
<meta name="description" content="Gather is a responsive Template for Events, Meetups, Conference and other gatherings.">
<meta name="keywords" content="gather, responsive, event, meetup, template, conference, gather, rsvp, download">
<!-- Favicons -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Page Title -->
<title>Event Conference Meetup Landing Template - Gather</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Google Font : Open Sans & Montserrat -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,600' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Plugins -->
<link href="css/plugins/animate.css" rel="stylesheet">
<link href="css/plugins/slick.css" rel="stylesheet">
<link href="css/plugins/magnific-popup.css" rel="stylesheet">
<link href="css/plugins/font-awesome.css" rel="stylesheet">
<link href="css/plugins/streamline-icons.css" rel="stylesheet">
<!-- Event Style -->
<link href="css/event.css" rel="stylesheet">
<!-- Color Theme -->
<!-- Options: green, purple, red, yellow, mint, blue, black -->
<link href="css/themes/green.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="js/ie/respond.min.js"></script>
<![endif]-->
<!-- Modernizr -->
<script src="js/modernizr.min.js"></script>
<!-- Subtle Loading bar -->
<script src="js/plugins/pace.js"></script>
</head>
<body class="animate-page" data-spy="scroll" data-target="#navbar" data-offset="100">
<!--Preloader div-->
<div class="preloader"></div>
<!-- Header Starts -->
<main id="top" class="text-center vertical-space-lg" role="main">
<div class="container">
<!-- Startup Logo -->
<div class="logo">
<a href="#"><img src="images/check.png" alt="Error Icon"></a>
</div>
<!-- Hero Title -->
<h1 class="headline">Thank you! </h1>
<!-- Sub Title -->
<h5 class="headline-support">Your submission is received and we will contact you soon.</h5>
</div>
</main>
<!-- // Header Ends -->
<p class="text-center"><a href="http://themeforest.net/item/ITEM_NAME/ITEM_ID?license=regular&open_purchase_for_item_id=ITEM_ID&ref=surjithctly&purchasable=source" class="btn btn-success btn-lg">Buy this Template Now</a></p>
<p class="text-center"> <a href="index.html" class="btn btn-link"> ← Back to Home</a> </p>
<!-- Container -->
<div class="container">
<section class="row">
<div class="col-md-12">
<p class="text-center vertical-space-lg">© Gather. All Rights Reserved</p>
</div>
</section>
<!-- // End Client Logos -->
</div>
<!-- // Container Ends -->
<!--
Javascripts : Nerd Stuff :)
====================================== -->
<!-- jQuery Library -->
<script src="js/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="js/bootstrap.min.js"></script>
<!-- 3rd party Plugins -->
<script src="js/plugins/countdown.js"></script>
<script src="js/plugins/wow.js"></script>
<script src="js/plugins/slick.js"></script>
<script src="js/plugins/magnific-popup.js"></script>
<script src="js/plugins/validate.js"></script>
<script src="js/plugins/appear.js"></script>
<script src="js/plugins/count-to.js"></script>
<script src="js/plugins/nicescroll.js"></script>
<!-- Google Map -->
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script src="js/plugins/infobox.js"></script>
<script src="js/plugins/google-map.js"></script>
<script src="js/plugins/directions.js"></script>
<!-- JS Includes -->
<script src="js/includes/subscribe.js"></script>
<script src="js/includes/contact_form.js"></script>
<!-- Main Script -->
<script src="js/main.js"></script>
</body>
</html>