Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 114 additions & 0 deletions College Dashboard/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
<!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.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/charts.css/dist/charts.min.css">
<link href="styles.css" rel="stylesheet">

<title>PVG Dashboard</title>
</head>

<body>
<div class="container-fluid">
<nav class="navbar navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand">Pune Vidyarthi Griha's College of Engineering and Technology, Pune</a>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-primary" type="submit">Search</button>
</form>
</div>
</nav>
<div class="row">
<div class="col-sm-2">
<div class="h-100">
<nav class="nav flex-column">
<a class="nav-link active" aria-current="page" href="#">Dashboard</a>
<a class="nav-link" href="#">Home</a>
<a class="nav-link" href="#">Students</a>
<a class="nav-link" href="#">Teachers</a>
<a class="nav-link" href="#">Attendance</a>
<a class="nav-link" href="#">Staff</a>
<a class="nav-link" href="#">Department</a>
<a class="nav-link" href="#">Events</a>
<a class="nav-link" href="#">Settings</a>
</nav>
</div>
</div>
<div class="col mt-5">
<div class="row">
<div class="col-sm-4">
<div class="card">
<div class="card-body text-center">
<h5 class="card-title fw-bold fs-2 p-1 w-50 mx-auto border bg-light">1500</h5>
<p class="card-text">Total number of students for A.Y. 2021-2022</p>
<a href="#" class="btn btn-primary">See details</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="card-body text-center">
<h5 class="card-title fw-bold fs-2 p-1 w-50 mx-auto border bg-light">50</h5>
<p class="card-text">Total number of teaching staff for A.Y. 2021-2022</p>
<a href="#" class="btn btn-primary">See details</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="card-body text-center">
<h5 class="card-title fw-bold fs-2 p-1 w-50 mx-auto border bg-light">40</h5>
<p class="card-text">Total non-teaching staff for A.Y. 2021-2022</p>
<a href="#" class="btn btn-primary">See details</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col mt-3">
<div class="card">
<div class="card-body text-center">
<h5 class="card-title">Placements</h5>
<p class="card-text">A.Y. 2020-2021
</p>
<table class="charts-css column label-align-center show-heading show-labels show-4-secondary-axes">
<tbody>
<tr class="multiple">
<th scope="row">Electrical</th>
<td style="--size: 0.63"><span class="data">68</span></td>
</tr>
<tr>
<th scope="row">Printing</th>
<td style="--size: 0.7"><span class="data">54</span></td>
</tr>
<tr>
<th scope="row">Civil</th>
<td style="--size: 0.5">60</td>
</tr>
<tr>
<th scope="row">IT</th>
<td style="--size: 0.95">95</td>
</tr>
<tr>
<th scope="row">CS</th>
<td style="--size: 0.80">101</td>
</tr>
</tbody>

</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>

</html>
25 changes: 25 additions & 0 deletions College Dashboard/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
body, html, .container-fluid, .sidebar, .body {
height: 100%;
min-height: 100%;
}

.navbar {
position: relative;
}

.nav {
height: 100%;
}

.nav.flex-column {
background-color: rgb(230,230,230);
}

.col-sm {
width: 25vw;
max-width: 25%;
}

table tr {
height: 175px;
}
Binary file added JQuery web app/ann1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added JQuery web app/ann2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions JQuery web app/mobile.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html>
<head>
<meta name = "viewport" content = "width = device-width, initial-scale = 1">
<link rel = "stylesheet"
href = "https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
<script src = "https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src = "https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
</head>

<body>
<div data-role = "page" id = "page1">
<div data-role = "header">
<h2>Artificial neural networks</h2>
</div>

<div data-role = "main" >
<center><h1>About ANNs</h1>
<img src="ann1.jpeg" alt="mk" width="500" height="300"> </center>
<h2>What are ANNs?</h2>
<p>The term "Artificial neural network" refers to a biologically inspired sub-field of artificial intelligence modeled after the brain. An Artificial neural network is usually a computational network based on biological neural networks that construct the structure of the human brain. Similar to a human brain has neurons interconnected to each other, artificial neural networks also have neurons that are linked to each other in various layers of the networks. These neurons are known as nodes.</p>
<a href = "#page2"><center>click here to see the working of ANN</center></a></p>
</div>
</div>

<div data-role = "page" id = "page2">
<div data-role = "header">
<h1>ANN WORKING</h1>
</div>

<div role = "main" class = "ui-content">
<p>The typical Artificial Neural Network looks something like this</p>
<br>
<center><img src="ann2.gif" alt="mk" width="500" height="300"> </center>
<p><a href = "#page1"><center>Back to previous page</center></a></p>
</div>
</div>
</body>
</html>
Loading