sgi.ac.in Ads.txt file

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "SGi- Samalkha Group of Institutions",
"alternateName" : "Samalkha Group of Institutions",
"url" : "https://sgi.ac.in/"
}
</script>
<link rel="icon" href="./assets/images/SGI_Logo-wobg-small.png" type="img/png">
<title>SGi - Placement Wala College</title>

<!-- Open Graph Meta Tags -->
<meta property="og:title" content="SGi - Placement Wala College" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sgi.ac.in/" />
<meta property="og:image" content="https://npf-unlayer.s3.ap-south-1.amazonaws.com/unlayer%2Fimages%2F1746860058959-Untitled+design+%282%29+%281%29.png" />
<meta property="og:description" content="SGi, Samalkha cordially invites the applications for new admissions in the year 2025. Join us to unlock your true potential." />
<meta property="og:site_name" content="Samalkha Group of Institutions" />

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="height=device-height, initial-scale=1.0">
<link rel="canonical" href="https://sgi.ac.in/">
<meta name="description" content="SGi, Samalkha cordially invites the applications for new admissions in the year 2025. Join us to unlock your true potential.">
<meta name="keywords" content="Placement wala college, SGI, Samalkha, BTech in Panipat, Btech in Samalkha, BCA, Top Colleges in Haryana, Samalkha best colleges, Nav Nirman Sewa Samiti, Best College for B.Tech in Panipat">
<link rel="stylesheet" href="./assets/style/style.css">

<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">

<!-- Tailwind CSS CDN -->
<script src="https://cdn.tailwindcss.com"></script>

<!-- Google Ads JS -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-16537034473"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-16537034473');
</script>

<!-- Acqux code for tracking -->
<script type="text/javascript">
var npf_d='https://admission.sgi.ac.in';
var npf_c='6681';
var npf_m='1';
var s=document.createElement("script");
s.type="text/javascript";
s.async=true;
s.src="https://track.nopaperforms.com/js/track.js";
document.body.appendChild(s);
</script>

<!-- Sliding Widget and Chatbot CSS -->
<style>
#formContainer {
position: fixed;
top: 20px;
right: -400px;
width: 449px;
background: #fff;
padding: 20px;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
border-radius: 8px;
transition: right 0.5s ease-in-out;
z-index: 1000;
}
#chatbotIcon {
position: fixed;
bottom: 20px;
right: 20px;
width: 60px;
height: 60px;
background: linear-gradient(45deg, #1e3a8a, #3b82f6);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: 0 4px 15px rgba(0,0,0,0.3);
z-index: 1001;
animation: heartbeat 1.5s ease-in-out infinite;
}
#chatbotIcon img {
width: 40px;
height: 40px;
object-fit: contain;
}
#chatbotIcon:hover {
transform: scale(1.1);
}
#chatbotContainer {
position: fixed;
bottom: 90px;
right: 20px;
width: 380px;
max-height: 70vh;
background: white;
border-radius: 1.5rem;
box-shadow: 0 8px 30px rgba(0,0,0,0.2);
z-index: 1000;
font-family: 'Ubuntu', sans-serif;
overflow: hidden;
display: none;
transform: translateY(20px);
opacity: 0;
transition: all 0.3s ease;
}
#chatbotContainer.active {
display: flex;
flex-direction: column;
transform: translateY(0);
opacity: 1;
}
#chatbotHeader {
background: linear-gradient(45deg, #1e3a8a, #3b82f6);
color: white;
padding: 1rem;
display: flex;
align-items: center;
gap: 0.5rem;
border-top-left-radius: 1.5rem;
border-top-right-radius: 1.5rem;
flex-shrink: 0;
}
#chatbotMessages {
flex-grow: 1;
max-height: 300px;
overflow-y: auto;
padding: 1.5rem;
background: #f9fafb;
scrollbar-width: thin;
scrollbar-color: #3b82f6 #e5e7eb;
}
#chatbotMessages::-webkit-scrollbar {
width: 8px;
}
#chatbotMessages::-webkit-scrollbar-track {
background: #e5e7eb;
border-radius: 4px;
}
#chatbotMessages::-webkit-scrollbar-thumb {
background: #3b82f6;
border-radius: 4px;
}
.message {
margin-bottom: 1.2rem;
padding: 0.8rem 1.2rem;
border-radius: 1rem;
max-width: 85%;
animation: fadeIn 0.3s ease;
}
.bot-message {
background: #e5e7eb;
margin-right: 1.5rem;
border-bottom-left-radius: 0;
}
.user-message {
background: #3b82f6;
color: white;
margin-left: auto;
border-bottom-right-radius: 0;
}
#chatbotInput {
padding: 1rem;
border-top: 1px solid #e5e7eb;
background: #ffffff;
border-bottom-left-radius: 1.5rem;
border-bottom-right-radius: 1.5rem;
flex-shrink: 0;
max-height: 200px;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: #3b82f6 #e5e7eb;
}
#chatbotInput::-webkit-scrollbar {
width: 8px;
}
#chatbotInput::-webkit-scrollbar-track {
background: #e5e7eb;
border-radius: 4px;
}
#chatbotInput::-webkit-scrollbar-thumb {
background: #3b82f6;
border-radius: 4px;
}
#chatbotInput input, #chatbotInput select {
width: 100%;
padding: 0.75rem;
border: 1px solid #d1d5db;
border-radius: 0.5rem;
outline: none;
font-size: 1rem;
margin-bottom: 0.5rem;
transition: border-color 0.3s ease;
}
#chatbotInput input:focus, #chatbotInput select:focus {
border-color: #3b82f6;
box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
#chatbotInput button {
width: 100%;
padding: 0.75rem;
background: #3b82f6;
color: white;
border: none;
border-radius: 0.5rem;
cursor: pointer;
margin-top: 0.5rem;
font-weight: 500;
transition: background 0.3s ease;
}
#chatbotInput button:hover {
background: #1e40af;
}
.form-step {
display: none;
}
.form-step.active {
display: block;
}
@keyframes heartbeat {
0% { transform: scale(1); }
20% { transform: scale(1.2); }
40% { transform: scale(1); }
60% { transform: scale(1.2); }
80% { transform: scale(1); }
100% { transform: scale(1); }
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(10px); }
to { opacity: 1; transform: translateY(0); }
}
</style>
</head>
<body>
<!-- Header -->
<header class="flex-con flex-center index-page">
<div class="header-container">
<nav class="flex-con">
<a href="./">
<div class="logo">
<img src="./assets/images/SGI_Logo-wobg-small.png" fetchpriority="high" class="header-logo rotate-vert-center" />
</div>
</a>
<ul class="nav-menu">
<li><a href="./">Home</a></li>
<li><a href="./courses">Courses</a></li>
<li><a href="./gallery">Gallery</a></li>
<li><a href="./about">About</a></li>
<li><a href="./contact">Contact</a></li>
<li><a href="https://admission.sgi.ac.in/?utm_source=homepage&utm_medium=header&utm_campaign=menubar">Enquire Now</a></li>
</ul>
</nav>
</div>
<div id="sub-header">
<p>Affiliated to Kurukshetra University conferred ‘A++’ Grade by NAAC</p>
</div> </header>
<!-- Hero section -->
<section id="hero" class="flex-con">
<div class="carousel">
<div class="carousel-inner">
</div>
<button class="carousel-control prev" aria-label="Previous">❮</button>
<button class="carousel-control next" aria-label="Next">❯</button>
</div>
</section>
<!-- Popular Courses -->
<section id="popular-section">
<div id="popular-section-head">
<h2>Our Popular Courses</h2>
<p>Click 'More Info' to know more!</p>
</div>
<div id="popular-courses" class="flex-con">
<article class="card">
<div class="card-int">
<span class="card__span">B.Tech</span>
<div class="img"></div>
<div class="card-data">
<p class="title">B.Tech</p>
<p>The B.Tech program at Samalkha Group of Institutions is designed to nurture future engineers with a blend of theoretical knowledge and practical skills. With specializations in Computer Science, Mechanical, Civil, Electronics & Communication, and Electrical Engineering, the course emphasizes innovation, critical thinking, and hands-on experience. State-of-the-art laboratories, industry collaborations, and expert faculty ensure that students are well-prepared for both core industry roles and higher education or research.</p>
<button class="button" onclick="executeFunction('./courses')"><a>More info</a></button>
</div>
</div>
</article>
<article class="card">
<div class="card-int">
<span class="card__span">BBA</span>
<div class="img"></div>
<div class="card-data">
<p class="title">BBA</p>
<p>SGI's BBA program offers a strong foundation in management principles, equipping students with the skills required to thrive in the corporate world. The curriculum covers various aspects of business such as marketing, finance, human resource management, and entrepreneurship. Through interactive lectures, case studies, and real-world projects, students gain a deep understanding of business dynamics and develop leadership qualities and decision-making abilities.</p>
<button class="button" onclick="executeFunction('./courses')"><a>More info</a></button>
</div>
</div>
</article>
<article class="card">
<div class="card-int">
<span class="card__span">BCA</span>
<div class="img"></div>
<div class="card-data">
<p class="title">BCA</p>
<p>The BCA program at SGI is ideal for students aspiring to build a career in the IT sector. The curriculum focuses on software development, programming languages, data structures, and computer networks. With a strong emphasis on practical training, students are exposed to live projects and internships that enhance their technical competencies and prepare them for roles in software development, system analysis, and IT consulting.</p>
<button class="button" onclick="executeFunction('./courses')"><a>More info</a></button>
</div>
</div>
</article>
<article class="card">
<div class="card-int">
<span class="card__span">MBA</span>
<div class="img"></div>
<div class="card-data">
<p class="title">MBA</p>
<p>SGI’s MBA program is tailored to develop high-performing professionals who can lead in dynamic business environments. With specializations in Marketing, Finance, HR, IT, and International Business, the course combines academic rigor with real-world exposure. Students engage in case studies, industry visits, live projects, and interactive sessions with corporate leaders, helping them build strategic thinking and managerial capabilities.</p>
<button class="button" onclick="executeFunction('./courses')"><a>More info</a></button>
</div>
</div>
</article>
<article class="card">
<div class="card-int">
<span class="card__span">M.Tech</span>
<div class="img"></div>
<div class="card-data">
<p class="title">M.Tech</p>
<p>The M.Tech program at SGI aims to deepen technical knowledge and foster innovation among engineering graduates. With specializations in disciplines like Computer Science, Mechanical, and Electronics, the program is research-oriented and project-based. Students benefit from mentorship by experienced faculty, access to advanced labs, and opportunities to work on cutting-edge technologies, preparing them for careers in research, academia, and advanced industry roles.</p>
<button class="button" onclick="executeFunction('./courses')"><a>More info</a></button>
</div>
</div>
</article>
<article class="card">
<div class="card-int">
<span class="card__span">Diploma</span>
<div class="img"></div>
<div class="card-data">
<p class="title">Diploma</p>
<p>SGI offers diploma programs in Mechanical, Civil, and Electrical Engineering for students who have completed 10th grade. These skill-oriented programs focus on practical learning, enabling students to enter the workforce as technicians or pursue further studies. The institution provides hands-on training, modern workshop facilities, and strong industry linkage to ensure students are job-ready upon graduation.</p>
<button class="button" onclick="executeFunction('./courses')"><a>More info</a></button>
</div>
</div>
</article>
</div>
</section>
<!-- Divider -->
<div class="divider"></div>
<!-- All Courses Section -->
<section class="all-courses-con">
<h2>Checkout all the offered courses</h2>
<ul class="all-courses-wrapper flex-con flex-center">
<li class="each-course flex-con flex-center">
<div class="course-img-con">
<img loading="lazy" fetchpriority="high" src="./assets/images/courses/DSC02620 b tech.jpg" alt="B.Tech (4 Years)" class="course-img">
</div>
<h4 class="course-category"><a href="./courses">B.Tech (4 Years)</a></h4>
</li>
<li class="each-course flex-con flex-center">
<div class="course-img-con">
<img loading="lazy" fetchpriority="high" src="./assets/images/courses/DSC02902 B tech LEET.jpg" alt="B.Tech LEET (3 Years)" class="course-img">
</div>
<h4 class="course-category"><a href="./courses">B.Tech LEET (3 Years)</a></h4>
</li>
<li class="each-course flex-con flex-center">
<div class="course-img-con">
<img loading="lazy" fetchpriority="high" src="./assets/images/courses/DSC02643 m tech.jpg" alt="M.Tech (2 Years)" class="course-img">
</div>
<h4 class="course-category"><a href="./courses">M.Tech (2 Years)</a></h4>
</li>
<li class="each-course flex-con flex-center">
<div class="course-img-con">
<img loading="lazy" fetchpriority="high" src="./assets/images/courses/DSC02565 MBA.jpg" alt="MBA (2 Years)" class="course-img">
</div>
<h4 class="course-category"><a href="./courses">MBA (2 Years)</a></h4>
</li>
<li class="each-course flex-con flex-center">
<div class="course-img-con">
<img loading="lazy" fetchpriority="high" src="./assets/images/courses/DSC02614 BBA.jpg" alt="BBA (3 Years)" class="course-img">
</div>
<h4 class="course-category"><a href="./courses">BBA (3 Years)</a></h4>
</li>
<li class="each-course flex-con flex-center">
<div class="course-img-con">
<img loading="lazy" fetchpriority="high" src="./assets/images/courses/DSC02892 BCA.jpg" alt="BCA (3 Years)" class="course-img">
</div>
<h4 class="course-category"><a href="./courses">BCA (3 Years)</a></h4>
</li>
<li class="each-course flex-con flex-center">
<div class="course-img-con">
<img loading="lazy" fetchpriority="high" src="./assets/images/courses/DSC02639 Diploma.jpg" alt="Diploma (3 Years)" class="course-img">
</div>
<h4 class="course-category"><a href="./courses">Diploma (3 Years)</a></h4>
</li>
<li class="each-course flex-con flex-center">
<div class="course-img-con">
<img loading="lazy" fetchpriority="high" src="./assets/images/courses/DSC02935 Diploma LEET.jpg" alt="Diploma LEET (2 Years)" class="course-img">
</div>
<h4 class="course-category"><a href="./courses">Diploma LEET (2 Years)</a></h4>
</li>
</ul>
</section>
<!-- Accreditations -->
<section class="accreditations">
<h1>"Accreditations & Affiliation"</h1>
<div id="accreditations-con" class="flex-con flex-center">
<div>
<img loading="lazy" fetchpriority="low" src="./assets/images/kuk_logo.png" alt="Kurukshetra Univ Logo"/>
</div>
<div>
<img loading="lazy" fetchpriority="low" src="./assets/images/NAAC_LOGO.png" alt="NAAC Logo"/>
</div>
<div>
<img loading="lazy" fetchpriority="low" src="./assets/images/aicte.png" alt="AICTE Logo"/>
</div>
<div>
<img loading="lazy" fetchpriority="low" src="./assets/images/hsbte.png" alt="HSBTE Logo"/>
</div>
</div>
</section>
<!-- Divider -->
<div class="divider"></div>
<!-- Social Links and Sliding Widget -->
<section class="flex-con social-links flex-center">
<!-- Sliding Widget Container -->
<div id="formContainer">
<h3 style="text-align: center;font-size: 22px;margin: 0;font-weight: 700;">Admission Open 2025</h3><br>
<div class="npf_wgts" data-height="400px" data-w="31296c603fd1c4e1b1f636db98e7ae93"></div>
</div>
<!-- Chatbot Icon -->
<div id="chatbotIcon" title="Chat with SGI Admissions">
<img src="https://sgi.ac.in/assistan.png" alt="Chatbot Icon">
</div>
<!-- Chatbot Container -->
<div id="chatbotContainer">
<div id="chatbotHeader">
<img src="https://sgi.ac.in/assistan.png" alt="Chatbot Icon" style="width: 24px; height: 24px; object-fit: contain;">
<h3>SGI Admission Assistant</h3>
</div>
<div id="chatbotMessages">
<div class="message bot-message">Welcome to SGI Admissions! May I have your name, please?</div>
</div>
<div id="chatbotInput">
<form id="chatbotForm">
<div id="step1" class="form-step active">
<input type="text" name="name" id="nameInput" placeholder="Enter your name" required>
</div>
<div id="step2" class="form-step">
<input type="tel" name="wappnumber" id="numberInput" placeholder="Enter your phone number" pattern="[0-9]{10}" required>
</div>
<div id="step3" class="form-step">
<input type="text" name="state" id="stateInput" placeholder="Enter your state" required>
</div>
<div id="step4" class="form-step">
<input type="email" name="user_email" id="emailInput" placeholder="Enter your email" required>
</div>
<div id="step5" class="form-step">
<select name="course" id="courseInput" required>
<option value="" disabled selected>Select your course</option>
<option value="B.Tech">B.Tech</option>
<option value="B.Tech">B.Tech (Leet)</option>
<option value="BBA">BBA</option>
<option value="BCA">BCA</option>
<option value="MBA">MBA</option>
<option value="M.Tech">M.Tech</option>
<option value="Diploma">Diploma</option>
<option value="Diploma">Diploma (Leet)</option>
</select>
</div>
<div id="step6" class="form-step">
<input type="text" name="city" id="cityInput" placeholder="Enter your city" required>
<button type="submit">Submit Inquiry</button>
</div>
</form>
</div>
</div>
<div>
<h3>Our Instagram</h3>
<div class="ig-posts flex-con flex-center">
<a target="_blank" class="single_post" href="https://www.instagram.com/sgisamalkha/p/DDqwf45ywVG/?img_index=1"><img loading="lazy" fetchpriority="low" src="./assets/images/instagram1.jpg" alt="Instagram Post" /></a>
<a target="_blank" class="single_post" href="https://www.instagram.com/sgisamalkha/p/DDbSijey3Nc/?img_index=1"><img loading="lazy" fetchpriority="low" src="./assets/images/instagram2.jpg" alt="Instagram Post" /></a>
<a target="_blank" class="single_post" href="https://www.instagram.com/sgisamalkha/p/DDWJfytSz3A/?img_index=1"><img loading="lazy" fetchpriority="low" src="./assets/images/instagram3.jpg" alt="Instagram Post" /></a>
<a target="_blank" class="single_post" href="https://www.instagram.com/sgisamalkha/p/DDTsnuVhFKY/?img_index=1"><img loading="lazy" fetchpriority="low" src="./assets/images/instagram4.jpg" alt="Instagram Post" /></a>
</div>
</div>
<div>
<h3>Our Facebook</h3>
<div class="fb-posts flex-con flex-center">
<a target="_blank" class="single_post" href="https://www.facebook.com/SGIs.official/"><img src="./assets/images/facebook1.jpg" alt="Facebook Post" loading="lazy"/></a>
<a target="_blank" class="single_post" href="https://www.facebook.com/SGIs.official/"><img src="./assets/images/facebook2.jpg" alt="Facebook Post" loading="lazy"/></a>
<a target="_blank" class="single_post" href="https://www.facebook.com/SGIs.official/"><img src="./assets/images/facebook3.jpg" alt="Facebook Post" loading="lazy"/></a>
<a target="_blank" class="single_post" href="https://www.facebook.com/SGIs.official/"><img src="./assets/images/facebook4.jpg" alt="Facebook Post" loading="lazy"/></a>
</div>
</div>
<div>
<h3>Job Posting</h3>
<div class="fb-posts flex-con flex-center temp_post">
<a target="_blank"><img loading="lazy" fetchpriority="low" src="./assets/images/Job Posting/Jobs.jpg"></a>
</div>
</div>
</section>
<!-- Facilities Section -->
<section class="triangle">
<h1>Facilities @ SGi</h1>
<div class="facilities-con">
<ul class="facilities-list flex-con flex-center">
<li class="each-facility flex-con flex-center">
<div>
<img loading="lazy" fetchpriority="low" src="./assets/images/Photoshoot-resized/computer-lab.jpg" alt="Computer Lab">
</div>
<p>Computer Lab</p>
</li>
<li class="each-facility flex-con flex-center">
<div>
<img loading="lazy" fetchpriority="low" src="./assets/images/Photoshoot-resized/DSC02578.jpg" alt="Playground">
</div>
<p>Playground</p>
</li>
<li class="each-facility flex-con flex-center">
<div>
<img loading="lazy" fetchpriority="low" src="./assets/images/Photoshoot-resized/DSC02772.jpg" alt="Hostel">
</div>
<p>Hostel</p>
</li>
<li class="each-facility flex-con flex-center">
<div>
<img loading="lazy" fetchpriority="low" src="./assets/images/Photoshoot-resized/DSC02780.jpg" alt="Library">
</div>
<p>Library</p>
</li>
<li class="each-facility flex-con flex-center">
<div>
<img loading="lazy" fetchpriority="low" src="./assets/images/Photoshoot-resized/DSC03054.jpg" alt="Seminars">
</div>
<p>Seminars</p>
</li>
<li class="each-facility flex-con flex-center">
<div>
<img loading="lazy" fetchpriority="low" src="./assets/images/Photoshoot-resized/DSC02619.jpg" alt="Training Programs">
</div>
<p>Training Programs</p>
</li>
<li class="each-facility flex-con flex-center">
<div>
<img loading="lazy" fetchpriority="low" src="./assets/images/college-bus.jpg" alt="Transportation">
</div>
<p>Transportation</p>
</li>
</ul>
</div>
</section>
<!-- Recruiters Section -->
<section id="recruiters">
<h1>Recruiting Partners @ SGi</h1>
<p>We have 100% Placement Rate till date</p>
<h3>Checkout our top recruiters below</h3>
<div id="recruiters-wrapper" class="flex-con flex-center">
<div class="each-recruiter">
<img loading="lazy" fetchpriority="low" src="./assets/images/brand-logos/intel.png">
</div>
<div class="each-recruiter">
<img loading="lazy" fetchpriority="low" src="./assets/images/brand-logos/goldman.png">
</div>
<div class="each-recruiter">
<img loading="lazy" fetchpriority="low" src="./assets/images/brand-logos/apple.png">
</div>
<div class="each-recruiter">
<img loading="lazy" fetchpriority="low" src="./assets/images/brand-logos/Amazon.png">
</div>
<div class="each-recruiter">
<img loading="lazy" fetchpriority="low" src="./assets/images/brand-logos/bosch.png">
</div>
<div class="each-recruiter">
<img loading="lazy" fetchpriority="low" src="./assets/images/brand-logos/uber.png">
</div>
<div class="each-recruiter">
<img loading="lazy" fetchpriority="low" src="./assets/images/brand-logos/tcs.png">
</div>
<div class="each-recruiter">
<img loading="lazy" fetchpriority="low" src="./assets/images/brand-logos/swiggy.png">
</div>
<div class="each-recruiter">
<img loading="lazy" fetchpriority="low" src="./assets/images/brand-logos/wipro.png">
</div>
<div class="each-recruiter">
<img loading="lazy" fetchpriority="low" src="./assets/images/brand-logos/capgemini.png">
</div>
<div class="each-recruiter">
<img loading="lazy" fetchpriority="low" src="./assets/images/brand-logos/icici.png">
</div>
<div class="each-recruiter">
<img loading="lazy" fetchpriority="low" src="./assets/images/brand-logos/Cognizant.png">
</div>
<div class="each-recruiter">
<img loading="lazy" fetchpriority="low" src="./assets/images/brand-logos/microsoft.png">
</div>
<div class="each-recruiter">
<img loading="lazy" fetchpriority="low" src="./assets/images/brand-logos/deloitte.png">
</div>
<div class="each-recruiter">
<img loading="lazy" fetchpriority="low" src="./assets/images/brand-logos/google.png">
</div>
<div class="each-recruiter">
<img loading="lazy" fetchpriority="low" src="./assets/images/brand-logos/wiley.png">
</div>
<div class="each-recruiter">
<img loading="lazy" fetchpriority="low" src="./assets/images/brand-logos/zomato.png">
</div>
<div class="each-recruiter">
<img loading="lazy" fetchpriority="low" src="./assets/images/brand-logos/ibm.png">
</div>
<div class="each-recruiter">
<img loading="lazy" fetchpriority="low" src="./assets/images/brand-logos/indiamart.png">
</div>
<div class="each-recruiter">
<img loading="lazy" fetchpriority="low" src="./assets/images/brand-logos/oracle.png">
</div>
</div>
</section>
<!-- Divider -->
<div class="divider"></div>
<!-- Rewards & Recognitions -->
<section id="awards-section">
<h1>Awards & Achievement of SGi</h1>
<div class="cards_container">
<div class="cards_content flex-con flex-center">
<div class="single_card">
<div class="first-content">
<span>
<h3>Education Excellence Award</h3>
</span>
</div>
<div class="second-content">
<span>
<p>Samalkha Group of Institutions (SGi) has been awarded by the research team and management of "One Planet Research" Indo Italian Research Centre, Bangalore in their function organized in Delhi Education Excellence Award - 2013.</p>
</span>
</div>
</div>
<div class="single_card">
<div class="first-content">
<span>
<h3>Management Education Leadership</h3>
</span>
</div>
<div class="second-content">
<span>
<p>In a grand seminar by Knowledge Resource Development & Welfare Group, in Vishwakarma Bhawan, Department of Management Studies, SGI has been awarded "Management Education Leadership Award - 2012 for NCR".</p>
</span>
</div>
</div>
<div class="single_card">
<div class="first-content">
<span>
<h3>First Prize at IIT, Bombay</h3>
</span>
</div>
<div class="second-content">
<span>
<p>SGI won First Prize at IIT, Bombay for designing the robot run by a mobile from any part of the world.</p>
</span>
</div>
</div>
<div class="single_card">
<div class="first-content">
<span>
<h3>Autonomous Embedded System</h3>
</span>
</div>
<div class="second-content">
<span>
<p>Embedded System development Board is a product autonomously produced and launched in SGI.</p>
</span>
</div>
</div>
<div class="single_card">
<div class="first-content">
<span>
<h3>Free Courses IBM</h3>
</span>
</div>
<div class="second-content">
<span>
<p>SGi has signed the formal MOU with Edunet Foundation for IBM SkillsBuild Free Courses.</p>
</span>
</div>
</div>
<div class="single_card">
<div class="first-content">
<span>
<h3>NDLI member at IIT-Kharagpur</h3>
</span>
</div>
<div class="second-content">
<span>
<p>SGi is now the NDLI Member at NDLI-IIT Kharagpur to facilitate students to develop knowledge, skill and traits beyond regular curriculum.</p>
</span>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer>
<div class="big-footer">
<!-- Footer for Desktop -->
<section class="desktop-footer">
<div class="footer-top-section flex-con">
<div class="footer-logo-con">
<a href="">
<img loading="lazy" src="./assets/images/final logo-small.jpg" fetchpriority="low" class="footer-logo" />
</a>
</div>
<div class="footer-social-icons">
<a href="https://www.facebook.com/SGIs.official/" class="social-icon"><img loading="lazy" src="./assets/images/social-icons/facebook.png" fetchpriority="low" alt="Facebook Link"/></a>
<a href="https://wa.me/919873440268?text=I'm%20interested%20in%20one%20of%20your%20programs" class="social-icon"><img loading="lazy" src="./assets/images/social-icons/whatsapp.png" fetchpriority="low" alt="WhatsApp Link" /></a>
<a href="https://www.youtube.com/channel/UCr_xwzPJpmG-tib7xa46YAQ" class="social-icon"><img loading="lazy" src="./assets/images/social-icons/youtube.png" fetchpriority="low" alt="Youtube Link" /></a>
<a href="https://www.linkedin.com/company/samalkha-group-of-institutions-official/" class="social-icon"><img loading="lazy" src="./assets/images/social-icons/linkedin.png" fetchpriority="low" alt="LinkedIn Link" /></a>
<a href="https://www.instagram.com/sgipanipat/" class="social-icon"><img loading="lazy" src="./assets/images/social-icons/instagram.png" fetchpriority="low" alt="Instagram Link" /></a>
</div>
</div>
<div class="footer-mid-section flex-con">
<div class="footer-links">
<h3>Admissions</h3>
<ul>
<li><a href="./courses">Explore Programs</a></li>
<li><a href="./index#accreditations-con">Enquire Now</a></li>
<li><a href="./assets/documents/SGI_Prospectus.pdf" target="_blank">Prospectus</a></li>
<li><a href="./admission_procedure">Admission Procedure & Eligibility</a></li>
</ul>
</div>

<div class="footer-links">
<h3>Important Links</h3>
<ul>
<li><a href="./assets/documents/grievance-committee.pdf" target="_blank">Grievance Committee</a></li>
<li><a href="./assets/documents/anti-ragging-committee.pdf" target="_blank">Anti-Ragging Committee</a></li>
<li><a href="./assets/documents/internal-quality.pdf" target="_blank">Internal Quality Assurance Cell</a></li>
<li><a href="./index#recruiters">Our Recruiting Partners</a></li>
<li><a href="./gallery">Gallery</a></li>
<li><a href="./privacypolicy">Privacy Policy</a></li>
<li><a href="./adminLogin">Admin Login</a></li>
</ul>
</div>
<div class="footer-links">
<h3>About</h3>
<ul>
<li><a href="./about">About SGI</a></li>
<li><a href="./why_sgi">Why SGI?</a></li>
<li><a href="./chairman">Chairman Message</a></li>
<li><a href="./director">Director's Desk</a></li>
<li><a href="./eoa_letters">EOA Letters</a></li>
<li><a href="./assets/documents/mandatory_SGI.pdf" target="_blank">Mandatory Disclosure</a></li>
</ul>
</div>
<div class="footer-links">
<h3><a href="./contact">Get in Touch</a></h3>
<ul>
<li><b>Contact No:</b> 9996640268, 9873440268</li>
<li><b>Address:</b> 28, Hathwala Road,<br>Samalkha NH-1, Panipat<br>PIN-132115</li>
<li><b>Delhi:</b> 25/3, Block-D, Janakpuri<br> Institutional Area, Delhi-58</li>
<li><b>WhatsApp:</b> +91 98734-40268</li>
<li><b>Email:</b> info@sgi.ac.in </li>
</ul>
</div>
</div>
<div class="footer-bottom-section">
<p>© Nav Nirman Sewa Samiti (NNSS) SAMALKHA GROUP OF INSTITUTIONS</p>
</div>
</section>
<!-- Footer for Mobile -->
<section class="mobile-footer">
<div class="footer-top-section flex-con">
<div class="footer-logo-con">
<a href="">
<img loading="lazy" src="./assets/images/final logo-small.jpg" fetchpriority="low" class="footer-logo" />
</a>
</div>
<div class="footer-social-icons">
<a href="https://www.facebook.com/SGIs.official/" class="social-icon"><img loading="lazy" src="./assets/images/social-icons/facebook.png" fetchpriority="low" alt="Facebook Link"/></a>
<a href="https://wa.me/919873440268?text=I'm%20interested%20in%20one%20of%20your%20programs" class="social-icon"><img loading="lazy" src="./assets/images/social-icons/whatsapp.png" fetchpriority="low" alt="WhatsApp Link" /></a>
<a href="https://www.youtube.com/channel/UCr_xwzPJpmG-tib7xa46YAQ" class="social-icon"><img loading="lazy" src="./assets/images/social-icons/youtube.png" fetchpriority="low" alt="Youtube Link" /></a>
<a href="https://www.linkedin.com/company/samalkha-group-of-institutions-official/" class="social-icon"><img loading="lazy" src="./assets/images/social-icons/linkedin.png" fetchpriority="low" alt="LinkedIn Link" /></a>
<a href="https://www.instagram.com/sgisamalkha/" class="social-icon"><img loading="lazy" src="./assets/images/social-icons/instagram.png" fetchpriority="low" alt="Instagram Link" /></a>
</div>
</div>

<div class="accordion">
<div class="accordion-item">
<div class="accordion-header">Admissions</div>
<div class="accordion-content">
<ul>
<li><a href="./courses">Explore Programs</a></li>
<li><a href="./index#accreditations-con">Enquire Now</a></li>
<li><a href="./assets/documents/SGI_Prospectus.pdf" target="_blank">Prospectus</a></li>
<li><a href="./admission_procedure">Admission Procedure & Eligibility</a></li>
</ul>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">Important Links</div>
<div class="accordion-content">
<ul>
<li><a href="./assets/documents/grievance-committee.pdf" target="_blank">Grievance Committee</a></li>
<li><a href="./assets/documents/anti-ragging-committee.pdf" target="_blank">Anti-Ragging Committee</a></li>
<li><a href="./assets/documents/internal-quality.pdf" target="_blank">Internal Quality Assurance Cell</a></li>
<li><a href="./index#recruiters">Our Recruiting Partners</a></li>
<li><a href="./gallery">Gallery</a></li>
<li><a href="./privacypolicy">Privacy Policy</a></li>
<li><a href="./adminLogin">Admin Login</a></li>
</ul>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">About</div>
<div class="accordion-content">
<ul>
<li><a href="./about">About SGI</a></li>
<li><a href="./why_sgi">Why SGI?</a></li>
<li><a href="./chairman">Chairman's Message</a></li>
<li><a href="./director">Director's Desk</a></li>
<li><a href="./eoa_letters">EOA Letters</a></li>
<li><a href="./assets/documents/mandatory_SGI.pdf" target="_blank">Mandatory Disclosure</a></li>
</ul>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">Get in Touch</div>
<div class="accordion-content">
<ul>
<li><b>Contact No:</b> 9996640268, 9873440268</li>
<li><b>Address:</b> 28, Hathwala Road, Samalkha NH-1, Panipat, PIN-132115</li>
<li><b>Delhi:</b> 25/3, Block-D, Janakpuri Institutional Area, Delhi-58</li>
<li><b>WhatsApp:</b> +91 98734-40268</li>
<li><b>Email:</b> info@sgi.ac.in </li>
</ul>
</div>
</div>
</div>
<div class="footer-bottom-section">
<p>© Nav Nirman Sewa Samiti (NNSS)</p><br><p>SAMALKHA GROUP OF INSTITUTIONS</p>
</div>
</section>
</div>
<div class="small-footer" style="padding:12px;">
<div>
<button type="button" class="npfWidgetButton npfWidget-31296c603fd1c4e1b1f636db98e7ae93" style="font-size:20px;">Enquire Now!</button><span style="font-size:20px;"> Admission Open for 2025</span>


<script src="https://in6cdn.npfs.co/js/widget/npfwpopup.js"></script> <script>let npfW31296c603fd1c4e1b1f636db98e7ae93 = new NpfWidgetsInit({ "widgetId":"31296c603fd1c4e1b1f636db98e7ae93", "baseurl":"widgets.in6.nopaperforms.com", "formTitle":"Enquiry Form", "titleColor":"#FF0033", "backgroundColor":"#ddd", "iframeHeight":"500px", "buttonbgColor":"#4c79dc", "buttonTextColor":"#FFF", }); </script>
</div>
</div>
<script src="./assets/scripts/accordion.js"></script> </footer>
<!-- Sliding Widget JavaScript -->
<script>
const formContainer = document.getElementById('formContainer');
let lastScrollTop = 0;

window.addEventListener('load', () => {
setTimeout(() => {
formContainer.style.right = '15px';
}, 500);
});

window.addEventListener('scroll', () => {
let currentScroll = window.pageYOffset || document.documentElement.scrollTop;

if (currentScroll > lastScrollTop) {
formContainer.style.right = '-500px';
} else if (currentScroll < lastScrollTop) {
formContainer.style.top = '145px';
formContainer.style.right = '-30px';
}

lastScrollTop = currentScroll <= 0 ? 0 : currentScroll;
});
</script>
<!-- Chatbot JavaScript -->
<script>
const chatbotIcon = document.getElementById('chatbotIcon');
const chatbotContainer = document.getElementById('chatbotContainer');
const chatbotForm = document.getElementById('chatbotForm');
const chatbotMessages = document.getElementById('chatbotMessages');
const steps = ['step1', 'step2', 'step3', 'step4', 'step5', 'step6'];
let currentStepIndex = 0;
let formData = {};

// Ensure initial message is visible
window.addEventListener('load', () => {
chatbotMessages.scrollTop = 0;
});

// Toggle chatbot visibility
chatbotIcon.addEventListener('click', () => {
chatbotContainer.classList.toggle('active');
if (chatbotContainer.classList.contains('active')) {
document.getElementById('nameInput').focus();
chatbotMessages.scrollTop = 0;
}
});

// Function to send AJAX request for chat message
async function sendChatMessage(field, value) {
try {
const response = await fetch('chatbot_submit.php', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ action: 'save_message', field: field, value: value })
});
const result = await response.json();
if (!result.success) throw new Error(result.message || 'Failed to save chat message');
return result;
} catch (error) {
console.error('Error saving chat message:', error);
return { success: false, message: 'Failed to save chat message' };
}
}

// Function to send AJAX request for final form submission
async function submitFormData() {
try {
const response = await fetch('chatbot_submit.php', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ ...formData, action: 'submit_form' })
});
const result = await response.json();
const botMessage = document.createElement('div');
botMessage.className = 'message bot-message';
if (result.success) {
botMessage.textContent = 'Thank you, for choosing SGI. Our top rated Counsellor will assist you shortly. Or Call us - 9873440268';
chatbotMessages.innerHTML = '';
chatbotMessages.appendChild(botMessage);
setTimeout(() => {
chatbotContainer.classList.remove('active');
formData = {};
currentStepIndex = 0;
document.getElementById('step1').classList.add('active');
steps.slice(1).forEach(step => document.getElementById(step).classList.remove('active'));
const initialMessage = document.createElement('div');
initialMessage.className = 'message bot-message';
initialMessage.textContent = 'Welcome to SGI Admissions! May I have your name, please?';
chatbotMessages.appendChild(initialMessage);
}, 2000);
} else {
botMessage.textContent = result.message || 'Failed to submit inquiry. Please try again.';
chatbotMessages.appendChild(botMessage);
}
chatbotMessages.scrollTop = chatbotMessages.scrollHeight;
} catch (error) {
const botMessage = document.createElement('div');
botMessage.className = 'message bot-message';
botMessage.textContent = 'An error occurred. Please try again.';
chatbotMessages.appendChild(botMessage);
chatbotMessages.scrollTop = chatbotMessages.scrollHeight;
console.error('Error submitting form:', error);
}
}

// Handle Enter key for navigation
chatbotForm.addEventListener('keypress', async (e) => {
if (e.key === 'Enter' && currentStepIndex < steps.length - 1) {
e.preventDefault();
const currentInput = document.querySelector(`#${steps[currentStepIndex]} input, #${steps[currentStepIndex]} select`);
if (currentInput.checkValidity()) {
const field = currentInput.name;
const value = currentInput.value;
formData[field] = value;

// Save chat message
const botMessages = {
step1: 'Thank you! Please provide your phone number.',
step2: 'Great! Which state are you from?',
step3: 'Thank you! Please enter your email address.',
step4: 'Which course are you interested in?',
step5: 'Finally, please tell us your city.'
};

// Display user message
const userMessage = document.createElement('div');
userMessage.className = 'message user-message';
userMessage.textContent = value;
chatbotMessages.appendChild(userMessage);

// Save to database
const result = await sendChatMessage(field, value);
if (result.success && result.botResponse) {
const botMessage = document.createElement('div');
botMessage.className = 'message bot-message';
botMessage.textContent = result.botResponse;
chatbotMessages.appendChild(botMessage);
chatbotMessages.scrollTop = chatbotMessages.scrollHeight;
}

// Move to next step
document.getElementById(steps[currentStepIndex]).classList.remove('active');
currentStepIndex++;
document.getElementById(steps[currentStepIndex]).classList.add('active');

setTimeout(() => {
document.querySelector(`#${steps[currentStepIndex]} input, #${steps[currentStepIndex]} select`).focus();
}, 0);
} else {
currentInput.reportValidity();
}
}
});

// Handle form submission
chatbotForm.addEventListener('submit', async (e) => {
e.preventDefault();
const cityInput = document.getElementById('cityInput');
if (cityInput.checkValidity()) {
formData.city = cityInput.value;

// Save city message
await sendChatMessage('city', formData.city);

// Submit form data
await submitFormData();
} else {
cityInput.reportValidity();
}
});
</script>
<!-- NoPaperForms Widget Script -->
<script type="text/javascript">
var s = document.createElement("script");
s.type = "text/javascript";
s.async = true;
s.src = "https://widgets.in6.nopaperforms.com/emwgts.js";
document.body.appendChild(s);
</script>
<!-- Main Javascript File -->
<script src="./assets/scripts/script.js"></script>
</body>
</html>

Ads.Txt Alerts - A trading name of Red Volcano Limited

Waterloo Buildings, Second Floor Rear, 53 London Road, Southampton, Hampshire, United Kingdom, SO15 2AD

© Red Volcano 2020. All Rights Reserved.