-
Notifications
You must be signed in to change notification settings - Fork 5
/
Thanks.html
38 lines (31 loc) · 1.64 KB
/
Thanks.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Thanks</title>
<link href="./css_/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!--<link href="https://fonts.googleapis.com/css?family=Nunito|Gloria+Hallelujah" rel="stylesheet">-->
<link href="./css_/Thanks.css" rel="stylesheet">
</head>
<body>
<div class="home-icon">
<abbr title="Home"><a href="./index.html"><i class="fa fa-home fa-3x"></i></a></abbr>
<abbr title="Back"><a href="#"><i class="fa fa-arrow-left fa-3x"></i></a></abbr>
</div>
<div class="Thanks-Heading">
<h1>Registration Has Been Closed</h1>
<!--<h1>That's All, Thank You!</h1>-->
</div>
<br><br>
<div class="Thanks-Para">
have a minute? help us to share love! follow us on <span id="twitter_bounce" style="color: red;">Youtube</span> and like us on <span id="facebook_bounce" style="color: red;">facebook</span> to keep you up to date with all our news and announcements.
</div>
<br><br>
<div class="Social-Icon">
<a href="https://www.facebook.com/ngoitsourearth/" target="_blank"><abbr title="Facebook"><i id="facebook" class="fa fa-facebook fa-2x" aria-hidden="true"></i></abbr></a>
<a href="https://www.instagram.com/earthitsour/" target="_blank"><abbr title="Instagram"><i id="instagram" class="fa fa-instagram fa-2x" aria-hidden="true"></i></abbr></a>
<a href="https://www.youtube.com/channel/UCp03fUszrcGAHpYbC3Okj_g/" target="_blank"><abbr title="YouTube"><i id="youtube" class="fa fa-youtube fa-2x" aria-hidden="true"></i></abbr></a>
</div>
</body>
</html>