-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
181 lines (172 loc) · 7.56 KB
/
index.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
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MMIL- Microsoft Mobile Innovation Lab</title>
<!-- Bootstrap -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet">
<link href="assets/css/animate.css" rel="stylesheet">
<link rel="icon" href="assets/img/logo3.png" type="image/jpg">
<link href="assets/css/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:300|Josefin+Slab:300|Lato|Montserrat:300" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>
jQuery(window).load(function() {
jQuery(".loader").fadeOut(300);
});
</script>
</head>
<body id="top">
<div class="loader"></div>
<nav class="navbar navbar-default navbar-fixed-top topnav" role="navigation">
<div class="container-fluid topnav">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#mainNavbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand" title="Homepage"><img src="assets/img/logo3.png">
<p>MMIL</p>
</a>
</div>
<div class="collapse navbar-collapse navbar-right" id="mainNavbar">
<ul class="nav navbar-nav">
<li><a href="about.html" id="link">About</a></li>
<li><a href="project.html" id="link">Contributions</a></li>
<li><a href="events.html" id="link">Events</a></li>
<li><a href="team.html" id="link">Team</a></li>
<li><a href="contact.html" id="link">Contact</a></li>
<li><a href="gallery.html" id="link">Gallery</a></li>
</ul>
</div>
</div>
</nav>
<div class="intro-header">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="intro-message">
<h1 class="animated fadeInDown slow">Microsoft Mobile Innovation Lab</h1>
<hr class="animated fadeInDown intro-divider">
<h3 class="animated fadeInDown">Inspire·Invent·Innovate</h3>
</div>
</div>
</div>
<!-- <div class="row animated fadeInDown">
<div class="col-xs-2">
<div id="registerinfo">
<h3>Event Name</h3>
<h4><a href="#" target="_blank">Register</a></h4>
</div>
</div>
</div> -->
</div>
</div>
<div class="container-fluid">
<div class="row slideanim">
<!-- <div class="col-md-2"></div> -->
<div class="col-md-3 logo">
<div class="panel panel-primary">
<div class="panel-body"><i class="fa fa-android fa-5x "></i></div>
<div class="panel-footer">
<h5 id="a1">APP DEVELOPMENT</h5>
</div>
</div>
</div>
<!-- <div class="col-md-2 logo">
<div class="panel panel-primary">
<div class="panel-body"><i class="fa fa-cloud fa-5x"></i></div>
<div class="panel-footer">
<h5 id="a2">IOT DEVICES</h5>
</div>
</div>
</div> -->
<div class="col-md-3 logo">
<div class="panel panel-primary">
<div class="panel-body"><i class="fa fa-code fa-5x"></i></div>
<div class="panel-footer">
<h5 id="a3">WEB DEVELOPMENT</h5>
</div>
</div>
</div>
<div class="col-md-3 logo">
<div class="panel panel-primary">
<div class="panel-body"><i class="fa fa-cloud fa-5x"></i></div>
<div class="panel-footer">
<h5 id="a2">COMPETITIVE PROGRAMMING</h5>
</div>
</div>
</div>
<div class="col-md-3 logo">
<div class="panel panel-primary">
<div class="panel-body"><i class="fa fa-code fa-5x"></i></div>
<div class="panel-footer">
<h5 id="a3">DESIGNING</h5>
</div>
</div>
</div>
<!-- <div class="col-md-2"></div> -->
</div>
<br>
<div class="panel panel-default slideanim text-center">
<h1 class="head-title">ABOUT US</h1>
<hr class="bot-line">
<div class="panel-body">
Microsoft Mobile innovation lab provides a platform for research community to collaborate on mobile application, research and development. This facilitates the faculty as well as students to develop potential mobile application to touch millions of mobile users.
</div>
<a href="about.html"><i class="fa fa-chevron-down fa-1x fa-bw"></i></a>
</div>
</div>
<footer>
<div class="inline-block">
<p class="copy" style="text-align: center;">© copyright@2017
<a href="#top" title="Top" class="smoothScroll"><i class="fa fa-chevron-up fa-1x fa-bw" style="float: right;color: white; margin-right:20px;"></i></a></p>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".navbar a, #navbar-fixed-bottom").on('click', function(event) {
if (this.hash !== "") {
event.preventDefault();
var hash = this.hash;
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 5000, function() {
window.location.hash = hash;
});
}
});
$(window).scroll(function() {
$(".slideanim").each(function() {
var pos = $(this).offset().top;
var winTop = $(window).scrollTop();
if (pos < winTop + 600) {
$(this).addClass("slide");
}
});
});
});
</script>
<script>
$('.smoothScroll').click(function() {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 700);
return false;
}
}
});
</script>
</body>
</html>