1 <?php include(
'server.php'); ?>
12 <title>Placement Experience</title>
14 <meta charset=
"utf-8">
15 <meta name=
"viewport" content=
"width=device-width, initial-scale=1, shrink-to-fit=no">
16 <link rel=
"stylesheet" href=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity=
"sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin=
"anonymous">
17 <!-- Bootstrap CSS -->
18 <link rel=
'stylesheet' href=
'https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.2/css/bootstrap.min.css'>
19 <!-- Font Awesome CSS -->
20 <link rel=
'stylesheet' href=
'https://use.fontawesome.com/releases/v5.3.1/css/all.css'>
22 <link href=
"https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap" rel=
"stylesheet">
23 <link href=
"https://fonts.googleapis.com/css2?family=Nunito:wght@800&family=Roboto+Mono&display=swap" rel=
"stylesheet">
24 <link href=
"https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap" rel=
"stylesheet">
25 <link rel=
"stylesheet" href=
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
26 <link rel=
"stylesheet" type=
"text/css" href=
"css/style.css">
27 <link rel=
"stylesheet" type=
"text/css" href=
"css/style_login.css">
29 <link rel=
"stylesheet" href=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
30 <script src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
31 <script src=
"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
32 <script src=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
35 <script type=
"text/javascript">
40 var a = document.getElementById(
"email").value;
41 var b = document.getElementById(
"password").value;
43 document.getElementById(
'msg1').innerHTML=
"**Enter email";
47 document.getElementById(
'msg2').innerHTML=
"**Enter password";
58 <nav
class=
"navbar navbar-expand-md navbar-dark">
59 <a
class=
"navbar-brand" href=
"#"><img
id=
"nav_icon" src=img/logoo.png style=
"width=72px; height=48px;"></a>
60 <button
class=
"navbar-toggler" type=
"button" data-toggle=
"collapse" data-target=
"#collapsibleNavbar">
61 <span
class=
"navbar-toggler-icon"></span>
63 <div
class=
"collapse navbar-collapse" id=
"collapsibleNavbar">
64 <ul
class=
"navbar-nav">
66 <a
class=
"nav-link" href=
"#">Home</a>
69 <a
class=
"nav-link" href=
"posts.php">Posts</a>
72 <a
class=
"nav-link" href=
"exp_form.php">Share</a>
76 <div style=
"float:right">
77 <button
id=
"signup" type=
"button" class=
"btn btn-info btn-round" style=
"float:right; margin-right: 10px;">
81 <button type=
"button" class=
"btn btn-info btn-round" data-toggle=
"modal" data-target=
"#loginModal" style=
"float:right; margin-right: 10px">
89 <div
class=
"modal fade" id=
"loginModal" tabindex=
"-1" role=
"dialog" aria-labelledby=
"exampleModalLabel" aria-hidden=
"true">
90 <div
class=
"modal-dialog modal-dialog-centered" role=
"document">
91 <div
class=
"modal-content">
92 <div
class=
"modal-header border-bottom-0">
93 <button type=
"button" class=
"close" data-dismiss=
"modal" aria-label=
"Close">
94 <span aria-hidden=
"true">×</span>
97 <div
class=
"modal-body">
98 <div
class=
"form-title text-center">
103 <div
class=
"d-flex flex-column text-center">
105 <form action=
"server.php" method=
"post">
106 <?php include(
'error.php'); ?>
107 <div
class=
"form-group">
108 <input type=
"email" class=
"form-control" name=
"email" id=
"email" placeholder=
"Email" required>
109 <span
id=
"msg1" style=
"color: red"></span>
111 <div
class=
"form-group">
112 <input type=
"password" class=
"form-control" name =
"password" id=
"password" placeholder=
"Password" required>
113 <span
id=
"msg2" style=
"color: red"></span>
115 <input type=
"submit" class=
"btn btn-info btn-block btn-round" name=
"login_user" value=
"Login" onsubmit=
"return logcheck()">
121 <div
class=
"modal-footer d-flex justify-content-center anchor">
122 <div
class=
"signup-section">Not a member yet? </div><br>
123 <div
class=
"signup-section"><a href=
"demoreg.php" class=
"text-info"> Sign Up</a>.</div>
131 <img src=
"img/banner.png" style=
"width:100%">
134 <div
class=
"container">
136 <div
class=
"container col-sm-10 main whole">
139 <hr
class=
"line" style=
"border-color: #e67f11">
140 <p
id=
"para1">A single place where all the on-campus job interview experiences of students exists. Sort out the experiences according to company name. Share your own story with fellow students.</p><br>
141 <hr
class=
"line" style=
"border-color: #e67f11">
150 <div
class=
"container col-md-6" style=
"text-align: center">
151 <a href=
"posts.php" id=
"postlink">
152 <h1><i
class=
"fa fa-comments" aria-hidden=
"true"></i></h1>
153 <h2 style=
"color: #FF5733">See the Posts</h2><br>
154 <h5 style=
"color:#080814">Read the experiences shared by the seniors who have gone through the process.</h5>
157 <div
class=
"container col-md-6" style=
"text-align: center">
158 <a href=
"exp_form.php" id=
"seniorlink">
159 <h1><i
class=
"fa fa-pencil-square-o" aria-hidden=
"true"></i></h1>
160 <h2 style=
"color: #900C3F">Share your Experience</h2><br>
161 <h5 style=
"color:#080814">Share your experience of interview
if you have gone through one.</h5>
169 <p style=
"color:#e88924">Ⓒ Copyright@IITB</p>
172 <!-- Bootstrap scripts -->
174 <script src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity=
"sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin=
"anonymous"></script>
175 <script src=
"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity=
"sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin=
"anonymous"></script>
176 <script src=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity=
"sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin=
"anonymous"></script>
178 <!-- Login popup scripts -->
179 <script src=
'https://code.jquery.com/jquery-3.3.1.slim.min.js'></script>
180 <script src=
'https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js'></script>
181 <script src=
'https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js'></script>
182 <script src=
"js/script.js"></script>
184 <script type=
"text/javascript">
185 document.getElementById(
"signup").onclick =
function () {
186 location.href =
"demoreg.php";