|
Server IP : 82.197.83.136 / Your IP : 216.73.217.137 Web Server : LiteSpeed System : Linux us-bos-web1456.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64 User : u163988420 ( 163988420) PHP Version : 7.4.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : ON Directory (0755) : /home/u163988420/domains/../domains/acmajmer.in/public_html/AACSITE/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php include 'includes/header.php' ?>
<!-- Breadcrumb -->
<?php
$breadcrumb_title = "Use Of ICT Tools";
$breadcrumb_path = "Academics > Use Of ICT Tools";
include 'includes/breadcrumb.php';
?>
<div class="container my-5" style="text-align: justify;">
<h1 class="heading color-brown">Use of ICT</h1><br>
<p>
Information and Communications Technology (ICT) refers to the technologies that enable the storage, retrieval, manipulation, and sharing of information through various communication methods, to enable effective learning in a classroom environment and beyond. <br>
Aryabhatta College of Management has always stayed ahead of the adoption curve by adopting the very best of proven technologies for efficient learning. Our ICT tools include computer systems with:
</p>
<ul>
<li class="list-item">Overhead Projector setup, with optional HDMI cable (in the Seminar Hall, Theatre Rooms and Labs)</li>
<li class="list-item">Wifi & LAN Connectivity</li>
<li class="list-item">Attached Sound systems (Wired/Wireless Microphones, Speakers)</li>
<li class="list-item">Smart Board setup (with digital markers & touch screen)</li>
<li class="list-item">Use of ICT software like SmartBoard 11</li>
<li class="list-item">Laser Pointers for precise pointing</li>
<li class="list-item">UPS/ Inverter/ Generator Backup</li>
</ul>
</div>
<style>
.heading {
font-size: 2.5rem;
text-align: center;
font-weight: bold;
}
.list-item {
margin-bottom: 0.5rem;
}
p,
li {
color: black;
font-size: 20px;
}
</style>
<!-- Use of ICT -->
<div class="container-fluid py-5 mb-5 px-5">
<!-- Gallery Section -->
<div class="row g-4 gallery-section">
<!-- Gallery Cards -->
<div class="col-md-3 px-2">
<div class="gallery-card d-flex flex-column justify-content-center align-items-center">
<img src="assets/ict/1.jpeg" alt="Gallery Image 1" class="img-fluid rounded gallery-img" onclick="openModal(this)">
<p class="gallery-title color-blue">Seminar Hall</p>
</div>
</div>
<div class="col-md-3 px-2">
<div class="gallery-card d-flex flex-column justify-content-center align-items-center">
<img src="assets/ict/2.jpeg" alt="Gallery Image 1" class="img-fluid rounded gallery-img" onclick="openModal(this)">
<p class="gallery-title color-blue">Theatre Room</p>
</div>
</div>
<div class="col-md-3 px-2">
<div class="gallery-card d-flex flex-column justify-content-center align-items-center">
<img src="assets/ict/3.jpeg" alt="Gallery Image 1" class="img-fluid rounded gallery-img" onclick="openModal(this)">
<p class="gallery-title color-blue">Theatre Room</p>
</div>
</div>
<div class="col-md-3 px-2">
<div class="gallery-card d-flex flex-column justify-content-center align-items-center">
<img src="assets/ict/4.jpeg" alt="Gallery Image 1" class="img-fluid rounded gallery-img" onclick="openModal(this)">
<p class="gallery-title color-blue">Theatre Room</p>
</div>
</div>
</div>
</div>
<!-- Modal for Full-Screen Image -->
<div id="imageModal" class="modal" onclick="closeModal()">
<span class="close">×</span>
<img class="modal-content" id="fullImage">
</div>
<style>
/* Gallery card styling */
.gallery-card {
border-radius: 16px;
height: 100%;
text-align: center;
transition: all 0.3s ease;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
overflow: hidden;
}
.gallery-card:hover {
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
scale: 1.02;
}
.gallery-card img {
width: 100%;
max-height: 270px;
object-fit: cover;
border-radius: 16px;
}
.gallery-title {
margin-top: 10px;
font-size: 16px;
font-weight: bold;
text-align: center;
}
/* Modal styles */
.modal {
display: none;
position: fixed;
z-index: 1050;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.8);
align-content: center;
}
.modal-content {
margin: auto;
display: block;
width: auto;
height: auto;
max-width: 90%;
max-height: 90%;
}
.close {
position: absolute;
top: 15px;
right: 25px;
color: #fff;
font-size: 30px;
font-weight: bold;
cursor: pointer;
}
.close:hover,
.close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}
</style>
<script>
// Function to open modal and display the clicked image
function openModal(img) {
const modal = document.getElementById("imageModal");
const modalImg = document.getElementById("fullImage");
modal.style.display = "block";
modalImg.src = img.src;
}
// Function to close the modal
function closeModal() {
const modal = document.getElementById("imageModal");
modal.style.display = "none";
}
</script>
<!-- Footer -->
<?php include 'includes/footer.php' ?>