-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtest.html
More file actions
119 lines (91 loc) · 7.59 KB
/
Copy pathtest.html
File metadata and controls
119 lines (91 loc) · 7.59 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
<!DOCTYPE html>
<!--
██████╗ ██████╗ ██████╗ ███████╗ ██████╗ ██████╗ ███╗ ███╗██████╗ █████╗ ████████╗
██╔════╝██╔═══██╗██╔══██╗██╔════╝ ██╔════╝██╔═══██╗████╗ ████║██╔══██╗██╔══██╗╚══██╔══╝
██║ ██║ ██║██║ ██║█████╗ ██║ ██║ ██║██╔████╔██║██████╔╝███████║ ██║
██║ ██║ ██║██║ ██║██╔══╝ ██║ ██║ ██║██║╚██╔╝██║██╔══██╗██╔══██║ ██║
╚██████╗╚██████╔╝██████╔╝███████╗ ╚██████╗╚██████╔╝██║ ╚═╝ ██║██████╔╝██║ ██║ ██║
╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝ ╚═╝
-->
<html lang="en">
<head>
<meta charset="utf-8">
<title>Code Combat - CodeChef VIT Chapter</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Register now for only 300/- Code Combat is not only for coders but it will be a treat for gamers too.">
<meta name="author" content="Vinit Shahdeo">
<meta property="og:type" content="website" />
<meta property="og:title" content="Code Combat - CodeChef VIT Chapter" />
<meta property="og:description" content="Code Combat is not only for coders but it will be a treat for gamers too. Register now for only 300/-" />
<meta property="og:image" content="http://codecombat.000webhostapp.com/images/codecombat.jpg" />
<meta property="og:url" content="http://codecombat.000webhostapp.com" />
<meta property="og:site_name" content="Code Combat" />
<meta name="twitter:card" content="website">
<meta name="twitter:site" content="Code Combat">
<meta name="twitter:title" content="Code Combat">
<meta name="twitter:description" content="Code Combat is not only for coders but it will be a treat for gamers too. Register now for only 300/-">
<meta name="twitter:creator" content="@Vinit_Shahdeo">
<meta name="twitter:image" content="http://codecombat.000webhostapp.com/images/codecombat.jpg">
<meta itemprop="name" content="Code Combat">
<meta itemprop="description" content="Code Combat is not only for coders but it will be a treat for gamers too. Register now for only 300/-">
<meta itemprop="image" content="http://codecombat.000webhostapp.com/images/codecombat.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>CodeCombat - CodeChef VIT Chapter</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<link href="./style.css" rel="stylesheet">
<link rel="icon" type="image/png" href="favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900' rel='stylesheet' type='text/css'>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="site-wrapper video-background">
<a id="bgndVideo" class="player" data-property="{videoURL:'https://www.youtube.com/watch?v=ob8RjnS8J3A', containment:'body', autoPlay:true, mute:false, startAt:0, stopAt: 47, opacity:1, }"></a>
<div class="overlay"></div>
<div class="site-wrapper-inner">
<div class="masthead clearfix">
<div class="inner">
<h3 class="masthead-brand"><i class="fa fa-phone fa-fw"><a href="tel:+91-8870855940"></i>+91-8870855940<br><small>click to call <i class="fa fa-level-up"></i></small></a></h3>
<nav>
<ul class="nav masthead-nav">
<li><a href="https://www.facebook.com/codechefvituniversity/" target="_blank"><i class="fa fa-facebook fa-fw"></i></a></li>
<li><a href="https://codecombat.000webhostapp.com/home.html"><i class="fa fa-globe"></i></a></li>
<li><a href="mailto:codechefvit@mail.com"><i class="fa fa-envelope fa-fw"></i></a></li>
</ul>
</nav>
</div>
</div>
<div class="cover-container">
<div class="inner cover">
<a href="#"><img src="logo.png" width="300px" height="300px"></a>
<p class="lead">Gmaers and Coders are welcome!</p>
<p class="lead"><a href="home.html" class="btn btn-lg btn-default">Click here!</a></p>
</div>
<div class="mastfoot">
<div class="inner">
<p>Copyright © <a href="https://www.facebook.com/codechefvituniversity/" target="_blank">CodeChef VIT Chapter</a></p>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<!-- Plugins and Custom JavaScript -->
<script src="js/device.min.js"></script>
<script src="js/jquery.mb.YTPlayer.js"></script>
<script src="js/custom.js"></script>
<!-- Designed by Vinit Shahdeo -->
<!--
██████╗ ██████╗ ██████╗ ███████╗ ██████╗██╗ ██╗███████╗███████╗ ██╗ ██╗██╗████████╗
██╔════╝██╔═══██╗██╔══██╗██╔════╝██╔════╝██║ ██║██╔════╝██╔════╝ ██║ ██║██║╚══██╔══╝
██║ ██║ ██║██║ ██║█████╗ ██║ ███████║█████╗ █████╗ ██║ ██║██║ ██║
██║ ██║ ██║██║ ██║██╔══╝ ██║ ██╔══██║██╔══╝ ██╔══╝ ╚██╗ ██╔╝██║ ██║
╚██████╗╚██████╔╝██████╔╝███████╗╚██████╗██║ ██║███████╗██║ ╚████╔╝ ██║ ██║
╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚═╝
-->
</body>
</html>