-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
64 lines (42 loc) · 2.24 KB
/
index.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>TechInSlums | GirlScript Foundation</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<link rel="shortcut icon" href="content/gslogo.png">
<!-- Font -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700%7CPoppins:400,500" rel="stylesheet">
<link href="content/css/ionicons.css" rel="stylesheet">
<link rel="stylesheet" href="content/css/jquery.classycountdown.css" />
<link href="content/css/styles.css" rel="stylesheet">
<link href="content/css/responsive.css" rel="stylesheet">
</head>
<body>
<div class="main-area-wrapper">
<div class="main-area center-text" style="background-image:url(content/bacground.jpg);" >
<div class="display-table">
<div class="display-table-cell">
<h1 class="title"><b>Website Comming Soon</b></h1>
<!--<p class="desc font-white">Our website is currently undergoing scheduled maintenance.
We Should be back shortly. Thank you for your patience.</p>-->
<br><br>
<a class="notify-btn" href="https://www.girlscript.tech" target="_blank"><b>Visit GirlScript</b></a>
<ul class="social-btn">
<li class="list-heading">Follow us for update</li>
<li><a href="https://www.facebook.com/Girlscript/" target="_blank"><i class="ion-social-facebook"></i></a></li>
<li><a href="https://twitter.com/girlscript1" target="_blank"><i class="ion-social-twitter"></i></a></li>
<li><a href="https://in.linkedin.com/company/girlscript-foundation" target="_blank"><i class="ion-social-linkedin" style="background-color: #004183;"></i></a></li>
<li><a href="https://www.instagram.com/girlscript/" target="_blank"><i class="ion-social-instagram-outline"></i></a></li>
</ul>
</div><!-- display-table -->
</div><!-- display-table-cell -->
</div><!-- main-area -->
</div><!-- main-area-wrapper -->
<!-- SCIPTS -->
<script src="content/js/jquery-3.1.1.min.js"></script>
<script src="content/js/jquery.countdown.min.js"></script>
<script src="content/js/scripts.js"></script>
</body>
</html>