forked from RECursion-NITD/recursion-nitd.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroadmap.html
More file actions
153 lines (123 loc) · 5.96 KB
/
roadmap.html
File metadata and controls
153 lines (123 loc) · 5.96 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<meta name="theme-color" content="#2196F3">
<title>RECursion | Programming club of NIT Durgapur</title>
<link rel='shortcut icon' type='image/x-icon' href='img/rec.png'/>
<!-- CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="min/plugin-min.css" type="text/css" rel="stylesheet">
<link href="min/custom-min.css" type="text/css" rel="stylesheet" >
<link href="css/landing-page.css" rel="stylesheet">
<link href="css/owl.carousel.css" type="text/css" rel="stylesheet" >
<link href="css/owl.theme.css" type="text/css" rel="stylesheet" >
<link href="css/style.css" type="text/css" rel="stylesheet" >
<link href="css/animate.min.css" type="text/css" rel="stylesheet" >
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
</head>
<body class="of">
<style>
.of {overflow: hidden;}
.nav-wrapper li:hover { background-color:#4fc3f7; }
.nav-wrapper li a {text-decoration: none;}
.nav-wrapper li .active{background-color: #4fc3f7;}
#owl-ca .item{
margin: 3px;
}
#owl-ca .item img{
display: block;
width: 100%;
height: auto;
}
</style>
<!-- NAVBAR -->
<div class="navbar-fixed">
<nav id="nav_f" class="blue-grey darken-2" role="navigation">
<div class="container">
<div class="nav-wrapper">
<a href="#" id="logo-container" class="brand-logo wow pulse" data-wow-duration="1s" data-wow-iteration="infinite" style="text-decoration: none;">RECursion</a>
<ul class="right hide-on-med-and-down">
<li class="waves-effect waves-light wow fadeIn" data-wow-delay="1s"><a href="#home" style="color: #fffde7" >Home</a></li>
<li class="waves-effect waves-light wow fadeIn" data-wow-delay="1s"><a href="#event" style="color: #fffde7">Events</a></li>
<!-- <li class="waves-effect waves-light wow fadeIn" data-wow-delay="1s"><a href="#" style="color: #fffde7">Get Started</a></li> -->
<!-- <li class="waves-effect waves-light wow fadeIn" data-wow-delay="1s"><a href="#gallery" style="color: #fffde7">Gallery</a></li> -->
<li class="waves-effect waves-light wow fadeIn" data-wow-delay="1s"><a href="roadmap.html" style="color: #fffde7">Roadmap To Success</a></li>
<li class="waves-effect waves-light wow fadeIn" data-wow-delay="1s"><a href="#about" style="color: #fffde7">About us</a></li>
<li class="waves-effect waves-light wow fadeIn" data-wow-delay="1s"><a href="#team" style="color: #fffde7">Contact</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#event">Events</a></li>
<!-- <li><a href="">Getting Started</a></li> -->
<!-- <li><a href="#gallery">Gallery</a></li> -->
<!-- <li><a href="roadmap.html">Roadmap To Success</a></li> -->
<li><a href="#about">About us</a></li>
<li><a href="#team">Contact</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="mdi-navigation-menu"></i></a>
</div>
</div>
</nav>
</div>
<!-- How To Start -->
<div class="container">
<div class="row">
<div class="col-lg-50">
</div>
</div>
</div>
<!-- FOOTER -->
<footer class="page-footer blue-grey darken-4">
<div class="container">
<span style="font-size: 16px; color: #e3f2fd;letter-spacing: 1px;" class="wow bounceInUp" data-wow-delay="1.5s" >Designed by RECursion | 2016</span>
<span style="float:right;">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdUvgWjyhptIah864yRGaULSjqFVcb10yAtXCcHduVsKtGXOA/formResponse" class="waves-effect waves-light btn wow bounceInUp" target="_blank" data-wow-delay="1.5s">Feedback</a>
</span>
</div>
</footer>
<!-- </div> -->
<script src="min/plugin-min.js"></script>
<script src="min/custom-min.js"></script>
<script src="js/jquery.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script>
$(document).ready(function(){
$('#myLP').hide();
$('#preLoad').fadeOut(4150, function(){
$('#myLP').show();
});
$('#myWS').hide();
var $myBut = $('#myButton');
new WOW().init();
$myBut.on("click", function(){
$('body').removeClass('of');
$('#myLP').animate({
height: 'toggle'
},1000);
$("#myWS").animate({
height: 'toggle'
},3000);
$('html, body').animate({
scrollTop: 10
}, 2000);
new WOW().init();
})
$("#owl-ca").owlCarousel({
autoPlay: 5000, //Set AutoPlay to 3 seconds
items : 3,
itemsDesktop : [1199,3],
itemsDesktopSmall : [979,3],
slideSpeed: 200,
responsive: true
});
});
</script>
</body>
</html>