-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
green4450
committed
Mar 9, 2020
1 parent
9aae6d0
commit 5f58279
Showing
281 changed files
with
420,802 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2020 Shivanshu Gupta | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
session_destroy(); | ||
header("location:index.php") | ||
|
||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,271 @@ | ||
<?php include 'includes/header_student.inc.php'?> | ||
<style> | ||
/*not necessary*/ | ||
@import url('https://fonts.googleapis.com/css?family=Nunito:100,300,400,600,700'); | ||
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"); | ||
body{font-family:Nunito,arial,sans-serif;} | ||
.section{float:left;width:100%;background: #fff;padding:30px 0;} | ||
.promote{border:1px dashed #ddd;display:flex; height:100%;justify-content: center;flex-direction: column;align-items: stretch;} | ||
.col-md-4{padding:15px;} | ||
|
||
/*not necessary*/ | ||
|
||
|
||
.profile-card-2 .card-img-block{ | ||
float:left; | ||
width:100%; | ||
height:150px; | ||
overflow:hidden; | ||
} | ||
.profile-card-2 .card-body{ | ||
position:relative; | ||
} | ||
.profile-card-2 .profile { | ||
border-radius: 50%; | ||
position: absolute; | ||
top: -42px; | ||
left: 15%; | ||
max-width: 75px; | ||
border: 3px solid rgba(255, 255, 255, 1); | ||
-webkit-transform: translate(-50%, 0%); | ||
transform: translate(-50%, 0%); | ||
} | ||
.profile-card-2 h5{ | ||
font-weight:600; | ||
color:#007bff; | ||
} | ||
.profile-card-2 .card-text{ | ||
font-weight:300; | ||
font-size:15px; | ||
} | ||
.profile-card-2 .icon-block{ | ||
float:left; | ||
width:100%; | ||
} | ||
.profile-card-2 .icon-block a{ | ||
text-decoration:none; | ||
} | ||
.profile-card-2 i { | ||
display: inline-block; | ||
font-size: 16px; | ||
color: #007bff; | ||
text-align: center; | ||
border: 1px solid #007bff; | ||
width: 30px; | ||
height: 30px; | ||
line-height: 30px; | ||
border-radius: 50%; | ||
margin:0 5px; | ||
} | ||
.profile-card-2 i:hover { | ||
background-color:#007bff; | ||
color:#fff; | ||
} | ||
|
||
|
||
#myBtn { | ||
display: none; | ||
position: fixed; | ||
bottom: 20px; | ||
right: 30px; | ||
z-index: 99; | ||
font-size: 18px; | ||
border: none; | ||
outline: none; | ||
background-color: red; | ||
color: white; | ||
cursor: pointer; | ||
padding: 15px; | ||
border-radius: 4px; | ||
} | ||
|
||
#myBtn:hover { | ||
background-color: #555; | ||
} | ||
</style> | ||
<div class="container w-75"> | ||
<div class="card"> | ||
<div class="card-body"> | ||
<h5 class="card-title">Microsoft</h5> | ||
<h6 class="card-subtitle mb-2 text-muted">Internship for Big Data</h6> | ||
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="section"> | ||
<div class="container"> | ||
|
||
<div class="row"> | ||
<div class="col-md-12"> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
|
||
<div class="col-md-4"> | ||
<div class="card profile-card-2"> | ||
<div class="form-group float-right form-check"> | ||
<input type="checkbox" class="form-check-input" id="exampleCheck1"> | ||
</div> | ||
</br > | ||
<div class="card-img-block" > | ||
<img class="img-fluid" src="https://images.pexels.com/photos/877695/pexels-photo-877695.jpeg?auto=compress&cs=tinysrgb&h=350" alt="Card image cap" /> | ||
</div> | ||
<div class="card-body pt-5"> | ||
<img src="https://randomuser.me/api/portraits/women/81.jpg" alt="profile-image" class="profile"/> | ||
<h5 class="card-title"> | ||
<a href="./user_profile.php"> | ||
Test User 1 | ||
</a> | ||
</h5> | ||
<p class="card-text">Lorem Ipsum is simply dummy text Lorem Ipsum has been the industry's standard dummy text</p> | ||
<div class="icon-block"><a href="#"><i class="fa fa-facebook"></i></a><a href="#"> <i class="fa fa-twitter"></i></a><a href="#"> <i class="fa fa-google-plus"></i></a></div> | ||
<button class="btn btn-sm btn-primary">Call for Internview</button> | ||
<button class="btn btn-sm btn-primary">Hold</button> | ||
<button class="btn btn-sm btn-primary">Reject</button> | ||
<button href="./chat_profile.php" class="btn btn-sm btn-primary">Message</button> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-md-4"> | ||
<div class="card profile-card-2"> | ||
<div class="form-group float-right form-check"> | ||
<input type="checkbox" class="form-check-input" id="exampleCheck1"> | ||
</div> | ||
<div class="card-img-block"> | ||
<img class="img-fluid" src="https://images.pexels.com/photos/877695/pexels-photo-877695.jpeg?auto=compress&cs=tinysrgb&h=350" alt="Card image cap" /> | ||
</div> | ||
<div class="card-body pt-5"> | ||
<img src="https://randomuser.me/api/portraits/women/81.jpg" alt="profile-image" class="profile"/> | ||
<h5 class="card-title"> | ||
<a href="./user_profile.php"> | ||
Test User 2 | ||
</a> | ||
</h5> | ||
<p class="card-text">Lorem Ipsum is simply dummy text Lorem Ipsum has been the industry's standard dummy text</p> | ||
<div class="icon-block"><a href="#"><i class="fa fa-facebook"></i></a><a href="#"> <i class="fa fa-twitter"></i></a><a href="#"> <i class="fa fa-google-plus"></i></a></div> | ||
<button class="btn btn-sm btn-primary">Call for Internview</button> | ||
<button class="btn btn-sm btn-primary">Hold</button> | ||
<button class="btn btn-sm btn-primary">Reject</button> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-4"> | ||
<div class="card profile-card-2"> | ||
<div class="form-group float-right form-check"> | ||
<input type="checkbox" class="form-check-input" id="exampleCheck1"> | ||
</div> | ||
<div class="card-img-block"> | ||
<img class="img-fluid" src="https://images.pexels.com/photos/877695/pexels-photo-877695.jpeg?auto=compress&cs=tinysrgb&h=350" alt="Card image cap" /> | ||
</div> | ||
<div class="card-body pt-5"> | ||
<img src="https://randomuser.me/api/portraits/women/81.jpg" alt="profile-image" class="profile"/> | ||
<h5 class="card-title">Test User 3</h5> | ||
<p class="card-text">Lorem Ipsum is simply dummy text Lorem Ipsum has been the industry's standard dummy text</p> | ||
<div class="icon-block"><a href="#"><i class="fa fa-facebook"></i></a><a href="#"> <i class="fa fa-twitter"></i></a><a href="#"> <i class="fa fa-google-plus"></i></a></div> | ||
<button class="btn btn-sm btn-primary">Call for Internview</button> | ||
<button class="btn btn-sm btn-primary">Hold</button> | ||
<button class="btn btn-sm btn-primary">Reject</button> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-4"> | ||
<div class="card profile-card-2"> | ||
<div class="form-group float-right form-check"> | ||
<input type="checkbox" class="form-check-input" id="exampleCheck1"> | ||
|
||
</div> | ||
<div class="card-img-block"> | ||
<img class="img-fluid" src="https://images.pexels.com/photos/877695/pexels-photo-877695.jpeg?auto=compress&cs=tinysrgb&h=350" alt="Card image cap" /> | ||
</div> | ||
<div class="card-body pt-5"> | ||
<img src="https://randomuser.me/api/portraits/women/81.jpg" alt="profile-image" class="profile"/> | ||
<h5 class="card-title"> | ||
<a href="./user_profile.php"> | ||
Test User 4 | ||
</a> | ||
</h5> | ||
<p class="card-text">Lorem Ipsum is simply dummy text Lorem Ipsum has been the industry's standard dummy text</p> | ||
<div class="icon-block"><a href="#"><i class="fa fa-facebook"></i></a><a href="#"> <i class="fa fa-twitter"></i></a><a href="#"> <i class="fa fa-google-plus"></i></a></div> | ||
<button class="btn btn-sm btn-primary">Call for Internview</button> | ||
<button class="btn btn-sm btn-primary">Hold</button> | ||
<button class="btn btn-sm btn-primary">Reject</button> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-4"> | ||
<div class="card profile-card-2"> | ||
<div class="form-group float-right form-check"> | ||
<input type="checkbox" class="form-check-input" id="exampleCheck1"> | ||
</div> | ||
<div class="card-img-block"> | ||
<img class="img-fluid" src="https://images.pexels.com/photos/877695/pexels-photo-877695.jpeg?auto=compress&cs=tinysrgb&h=350" alt="Card image cap" /> | ||
</div> | ||
<div class="card-body pt-5"> | ||
<img src="https://randomuser.me/api/portraits/women/81.jpg" alt="profile-image" class="profile"/> | ||
<h5 class="card-title">Test User 5</h5> | ||
<p class="card-text">Lorem Ipsum is simply dummy text Lorem Ipsum has been the industry's standard dummy text</p> | ||
<div class="icon-block"><a href="#"><i class="fa fa-facebook"></i></a><a href="#"> <i class="fa fa-twitter"></i></a><a href="#"> <i class="fa fa-google-plus"></i></a></div> | ||
<button class="btn btn-sm btn-primary">Call for Internview</button> | ||
<button class="btn btn-sm btn-primary">Hold</button> | ||
<button class="btn btn-sm btn-primary">Reject</button> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-4"> | ||
<div class="card profile-card-2"> | ||
<div class="form-group float-right form-check"> | ||
<input type="checkbox" class="form-check-input" id="exampleCheck1"> | ||
</div> | ||
<div class="card-img-block"> | ||
<img class="img-fluid" src="https://images.pexels.com/photos/877695/pexels-photo-877695.jpeg?auto=compress&cs=tinysrgb&h=350" alt="Card image cap" /> | ||
</div> | ||
<div class="card-body pt-5"> | ||
<img src="https://randomuser.me/api/portraits/women/81.jpg" alt="profile-image" class="profile"/> | ||
<h5 class="card-title"> | ||
<a href="./user_profile.php"> | ||
Test User 6 | ||
</a> | ||
</h5> | ||
<p class="card-text">Lorem Ipsum is simply dummy text Lorem Ipsum has been the industry's standard dummy text</p> | ||
<div class="icon-block"><a href="#"><i class="fa fa-facebook"></i></a><a href="#"> <i class="fa fa-twitter"></i></a><a href="#"> <i class="fa fa-google-plus"></i></a></div> | ||
<button class="btn btn-sm btn-primary">Call for Internview</button> | ||
<button class="btn btn-sm btn-primary">Hold</button> | ||
<button class="btn btn-sm btn-primary">Reject</button> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-4"> | ||
<div class="card profile-card-2"> | ||
<div class="form-group float-right form-check"> | ||
<input type="checkbox" class="form-check-input" id="exampleCheck1"> | ||
</div> | ||
<div class="card-img-block"> | ||
<img class="img-fluid" src="https://images.pexels.com/photos/877695/pexels-photo-877695.jpeg?auto=compress&cs=tinysrgb&h=350" alt="Card image cap" /> | ||
</div> | ||
<div class="card-body pt-5"> | ||
<img src="https://randomuser.me/api/portraits/women/81.jpg" alt="profile-image" class="profile"/> | ||
|
||
|
||
|
||
<h5 class="card-title"> | ||
<a href="./user_profile.php"> | ||
Test User 7 | ||
</a> | ||
</h5> | ||
<p class="card-text">Lorem Ipsum is simply dummy text Lorem Ipsum has been the industry's standard dummy text</p> | ||
<div class="icon-block"><a href="#"><i class="fa fa-facebook"></i></a><a href="#"> <i class="fa fa-twitter"></i></a><a href="#"> <i class="fa fa-google-plus"></i></a></div> | ||
<button class="btn btn-sm btn-primary">Call for Internview</button> | ||
<button class="btn btn-sm btn-primary">Hold</button> | ||
<button class="btn btn-sm btn-primary">Reject</button> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php include 'includes/header_corporate.inc.php'?> | ||
<div class="container w-75"> | ||
<h2>AICTE Admin Dashboard</h2> | ||
<div class="card mt-2"> | ||
<div class="card-body"> | ||
<h5 class="card-title">Total Students Register: 1,00,000</h5> | ||
<h5 class="card-title">Total Internship Published: 4,20,000</h5> | ||
<h5 class="card-title">Total Interns Applied: 18,000</h5> | ||
<h5 class="card-title">Total Company Register: 2,00,000</h5> | ||
<h5 class="card-title">Total Interns Selected: 5,08,000</h5> | ||
<button class="btn btn-success">Download Excel Data</button> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> |
Oops, something went wrong.