-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
268 lines (244 loc) · 12.2 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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<!doctype html>
<!--[if IE 9]> <html class="no-js ie9 fixed-layout" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--> <html class="no-js " lang="en"> <!--<![endif]-->
<head>
<!-- Basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Mobile Meta -->
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Site Meta -->
<title> </title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- Site Icons -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i" rel="stylesheet">
<!-- Custom & Default Styles -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/carousel.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="style.css">
<!--[if lt IE 9]>
<script src="js/vendor/html5shiv.min.js"></script>
<script src="js/vendor/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- LOADER -->
<div id="preloader">
<img class="preloader" src="images/loader.gif" alt="">
</div><!-- end loader -->
<!-- END LOADER -->
<div id="wrapper">
<!-- BEGIN # MODAL LOGIN -->
<div class="modal fade" id="login-modal" tabindex="-1" role="dialog" aria-hidden="true" style="display: none;">
<div class="modal-dialog">
<div class="modal-content">
<!-- Begin # DIV Form -->
<div id="div-forms">
<form id="login-form">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span class="flaticon-add" aria-hidden="true"></span>
</button>
<div class="modal-body">
<input class="form-control" type="text" placeholder="What you are looking for?" required>
</div>
</form><!-- End # Login Form -->
</div><!-- End # DIV Form -->
</div>
</div>
</div>
<!-- END # MODAL LOGIN -->
<header class="header">
<div class="topbar clearfix">
<div class="container">
<div class="row-fluid">
<div class="col-md-6 col-sm-6 text-left">
<p>
<strong><i class="fa fa-phone"></i></strong> 7888574477
<strong><i class="fa fa-envelope"></i></strong> [email protected]</a>
</p>
<p>
<strong><i class="fa fa-phone"></i></strong> 9780652727
<strong><i class="fa fa-envelope"></i></strong>[email protected]</a>
</p>
</div><!-- end left -->
<div class="col-md-6 col-sm-6 hidden-xs text-right">
<div class="social">
<a class="facebook" href="#" data-tooltip="tooltip" data-placement="bottom" title="Facebook"><i class="fa fa-facebook"></i></a>
<a class="twitter" href="https://twitter.com/_BaffledCoder" data-tooltip="tooltip" data-placement="bottom" title="Twitter"><i class="fa fa-twitter"></i></a>
<a class="linkedin" href="https://www.linkedin.com/in/shubham1110/" data-tooltip="tooltip" data-placement="bottom" title="Linkedin"><i class="fa fa-linkedin"></i></a>
</div><!-- end social -->
</div><!-- end left -->
</div><!-- end row -->
</div><!-- end container -->
</div><!-- end topbar -->
<div class="container">
<nav class="navbar navbar-default yamm">
<div class="navbar-header">
<div class="logo-normal">
<a class="navbar-brand" href="index.html"><img src="images/favicon.ico" alt=""></a>
<strong id="logo">College Check</strong>
</div>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="app.html">Application</a></li>
<li><a href="formpage.html">Contact</a></li>
<li><a href="check.html">College Prediction</a></li>
<li ><a href="login.html" id="log">SignIn/SignUp</a></li>
</ul>
</div>
</nav><!-- end navbar -->
</div><!-- end container -->
</header>
<section id="home" class="video-section js-height-full">
<div class="overlay"></div>
<div class="home-text-wrapper relative container">
<div class="home-message">
<p>Student Management System</p>
<small>College Check is the ideal choice for your organization, your business and your education system.</small>
</div>
</div>
<div class="slider-bottom">
<span>Explore <i class="fa fa-angle-down"></i></span>
</div>
</section>
<section class="section db p120">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="tagline-message text-center">
<h3>Howdy, we are College Check, we have brought together the best quality services, offers, projects for you!</h3>
</div>
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</section><!-- end section -->
<section class="section gb nopadtop">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="box m30">
<i class="flaticon-computer-tool-for-education"></i>
<h4>Learning system</h4>
<p>All sections required for online training are included to College Check.</p>
<a href="#" class="readmore">Read more</a>
</div>
</div><!-- end col -->
<div class="col-md-6">
<div class="box m30">
<i class="flaticon-monitor-tablet-and-smartohone"></i>
<h4>College Councelling</h4>
<p>The most important feature of College Check is that it provides you with list of colleges which has the highest probability for taking you in.</p>
<a href="#" class="readmore">Read more</a>
</div>
</div><!-- end col -->
</div><!-- end row -->
<hr class="invis">
</div><!-- end container -->
</section>
<footer class="section footer noover">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3">
<div class="widget clearfix">
<h3 class="widget-title">Tech Support</h3>
<p>Mail us at [email protected] or [email protected]</p>
</div><!-- end widget -->
</div><!-- end col -->
<div class="col-lg-3 col-md-3">
<div class="widget clearfix">
<h3 class="widget-title">Popular Tags</h3>
<div class="tags-widget">
<ul class="list-inline">
<li><a href="#">course</a></li>
<li><a href="#">web design</a></li>
<li><a href="#">development</a></li>
<li><a href="#">language</a></li>
<li><a href="#">teacher</a></li>
<li><a href="#">speaking</a></li>
<li><a href="#">material</a></li>
<li><a href="#">css3</a></li>
<li><a href="#">html</a></li>
<li><a href="#">learning</a></li>
</ul>
</div><!-- end list-widget -->
</div><!-- end widget -->
</div><!-- end col -->
<div class="col-lg-2 col-md-2">
<div class="widget clearfix">
<h3 class="widget-title">Support</h3>
<div class="list-widget">
<ul>
<li><a href="#">Terms of Use</a></li>
<li><a href="#">Copyrights</a></li>
<li><a href="#">Create a Ticket</a></li>
<li><a href="#">Pricing & Plans</a></li>
<li><a href="#">Carrier</a></li>
<li><a href="#">Trademark</a></li>
</ul>
</div><!-- end list-widget -->
</div><!-- end widget -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</footer><!-- end footer -->
<div class="copyrights">
<div class="container">
<div class="clearfix">
<div class="pull-left">
<div class="cop-logo">
<a href="#"><img src="images/logo.png" alt=""></a>
</div>
</div>
<div class="pull-right">
<div class="footer-links">
<ul class="list-inline">
<li>Design : <a href="https://html.design">HTML.Design</a></li>
</ul>
</div>
</div>
</div>
</div><!-- end container -->
</div><!-- end copy -->
</div><!-- end wrapper -->
<!-- jQuery Files -->
<script src="https://www.gstatic.com/firebasejs/8.1.1/firebase.js"></script>
<script>
var firebaseConfig = {
apiKey: "AIzaSyA5GsCHY9dTlP6PzADs3PrmW6g28ZaF0XQ",
authDomain: "se-project-1df46.firebaseapp.com",
databaseURL: "https://se-project-1df46.firebaseio.com",
projectId: "se-project-1df46",
storageBucket: "se-project-1df46.appspot.com",
messagingSenderId: "389570045157",
appId: "1:389570045157:web:ccde163eea94b52ff9a00c",
measurementId: "G-4FTVM9QFHG"
};
firebase.initializeApp(firebaseConfig);
firebase.analytics();
</script>
<script type="text/javascript">
firebase.auth().onAuthStateChanged(function(user) {
if (user) {
document.getElementById('log').innerHTML="Logged In";
}
});
</script>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/carousel.js"></script>
<script src="js/animate.js"></script>
<script src="js/custom.js"></script>
<!-- VIDEO BG PLUGINS -->
<script src="js/videobg.js"></script>
</body>
</html>