forked from rathilpatel/Codelabs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtecombat.php
More file actions
executable file
·80 lines (61 loc) · 1.67 KB
/
tecombat.php
File metadata and controls
executable file
·80 lines (61 loc) · 1.67 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
<!DOCTYPE html>
<html>
<head>
<title>TE Combat</title>
<?php require 'header.php' ?>
</head>
<body>
<?php require 'nav.php' ?>
<div class="container">
<div class="row">
<div class="col s12">
<div class="maincontent">
<div class="row">
<div class="col s12">
<div style="margin: 50px;">
<span class="h3 center-align white-text" style="font-size: 40px">TE Combat</span>
<hr>
</div>
</div>
</div>
<div class="row">
<div class="col s12">
<img src="Images/te_combat_card.jpg" class="responsive-img" style="max-height: 400px;width: 100%">
</div>
</div>
<div class="row">
<div class="col s12">
<span class="h1 white-text desc">
Hello Guys!!
ALGOHOLIC 1.0 -The weekend programming Contest will be starting in few minutes.
<br>
<br>
Details:
<br>
1)The Contest will start from today at 9pm till Sunday 11pm .<br>
2)First 3 Questions will be uploaded today at 9pm & the Remaining 2 questions will be uploaded Tomorrow at 9pm
<br>
<br>
ALL THE BEST CODERS!
<br>
<br>
For further enquiries contact:-<br>
Bhanu:7208755685<br>
Akash: 9545157385<br>
Melita: 7709181931 <br> </span>
</div>
</div>
<hr>
<div class="row">
<br>
<span class="white-text desc"> Go to the Contest Page </span>
<span class="white-text desc" style="margin-left:90px;">23rd August 2017</span> <a href="https://www.hackerrank.com/tecombat" class="btn right indigo darken-4">Hackerrank</a>
</div>
</div>
</div>
</div>
</div>
</div>
<?php require'footer.php'?>
</body>
</html>