-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode-gush.php
More file actions
86 lines (67 loc) · 3.68 KB
/
code-gush.php
File metadata and controls
86 lines (67 loc) · 3.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code-Gush</title>
<link rel="shortcut icon" href="images/star.png" type="favicon/ico" />
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="nivo-lightbox/nivo-lightbox.css">
<link rel="stylesheet" href="nivo-lightbox/nivo-lightbox-theme.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body class="rule-body">
<section class="rules" id="works"> <!-- .rules-->
<div class="wrapper"><!-- .wrapper-->
<center>
<img src="images/logo/codegush.png" class="section-title wow bounceInRight animated custom-black" title="Code-gush" height="240px" width="320px"/> <!-- Event logo-->
</center>
<div class="container" ><!-- container-->
<center> <h3 class="meet-item-content custom-white wow bounceInUp animated">Instructions:</h3></center>
<ul class="section-paragraph wow pulse animated custom-white">
<li><strong>Two members per team.</strong></li>
<li> <strong>Team will be preceded to next round by the performance and marks acquired on each rounds.</strong></li>
<li><strong>Judge’s decision is final.</strong></li>
</ul>
<center> <h3 class="meet-item-content custom-white wow bounceInUp animated">Prelims Round 1</h3></center>
<ul class="section-paragraph wow pulse animated custom-white">
<li><strong>A set of 20 questions.</strong></li>
<li><strong>Duration: 20 minutes.</strong></li>
<li> <strong> Questions will be appeared from C, C ++, Java.</strong></li>
</ul>
<center> <h3 class="meet-item-content custom-white wow bounceInUp animated">Prelims Round 2</h3></center>
<ul class="section-paragraph wow pulse animated custom-white" >
<li><strong>Duration 30 minutes.</strong></li>
<li><strong>Team needs to debug and crack the logic behind the code.</strong></li>
<li> <strong> And to generate the expecting Errors Message.</strong></li>
</ul>
<center> <h3 class="meet-item-content custom-white wow bounceInUp animated">Finals:</h3></center>
<div class="section-paragraph wow pulse animated custom-white"> <!-- content-->
<ul>
<li> <strong> Duration 30 minutes..</strong></li>
<li> <strong>Team needs to develop the code for the required task with the help of algorithm and flowchart on own.</strong></li>
<li><strong>Judgement will be based on skills and time management.</strong></li>
</ul>
<center> <h3 class="meet-item-content custom-white wow bounceInUp animated">For Any Queries</h3>
<ul class="section-paragraph wow pulse animated custom-white">
<strong>
Mrinal Kumar:+919585673954
</ul></center>
</div>
</div>
</div>
</section>
<script src="js/jquery-1.11.2.min.js"></script>
<script src="js/jquery.circlechart.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.validate.js"></script>
<script src="nivo-lightbox/nivo-lightbox.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>