-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathspecials.html
57 lines (52 loc) · 2.24 KB
/
specials.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
<!DOCTYPE html>
<html ng-app="myApp">
<head>
<title>
Engineer 2016 - NITK Surathkal
</title>
<meta name="author" content="Yuvraj Singh Bawa, Yogesh Ghaturle">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="NIT,NITK,Surathkal,NITK Surathkal,Karnataka,Engineer,Engi,Engi 2016, Engineer 2016,Yuvraj,Singh,Bawa,Yogesh,Ghaturle, Yuvraj Singh Bawa, Yogesh Ghaturle" name="keywords" />
<meta content="Engineer is the annual technical symposium of NITK Surathkal." name="description" />
<link rel="icon" href="images/logo-icon.png" type="image/png">
<link href='https://fonts.googleapis.com/css?family=Lato:400,300,700,300italic,400italic' rel='stylesheet' type='text/css'>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/animations.min.css" rel="stylesheet">
<link href="css/animations-ie-fix.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="assets/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<script src="js/jQuery-2.1.4.min.js"></script>
<script src="js/angular.min.js"></script>
<script src="js/scripts/ng/app.js"></script>
<script src="js/scripts/ng/specialsCtrl.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/script.js"></script>
<style>
</style>
</head>
<body>
<div id="wrapper">
<!--sidebar-->
<section ng-include="'partials/sidebar.html'"></section>
<div id="overlay"></div>
<!-- Page Content -->
<div id="page-content-wrapper">
<!--topbar-->
<section ng-include="'partials/topbar.html'"></section>
<!--/#topbar-->
<!--actual page content-->
<section ng-include="'partials/specials.html'"></section>
<!--/ #actual page content-->
<!-- Footer -->
<section ng-include="'partials/footer.html'"></section>
<!-- /#Footer -->
</div>
<!-- /#page-content-wrapper -->
<!--modal-->
<section ng-include="'partials/modal.html'"></section>
<!--/ #modal-->
</div>
</body>
</html>