Skip to content

Commit

Permalink
Merge pull request #19 from maniacpsycho13/main
Browse files Browse the repository at this point in the history
comp & entc faculty & logo and content in landing page
  • Loading branch information
Soumyadip-Roy authored Feb 7, 2024
2 parents bd83b20 + 8f93c59 commit b0542f8
Show file tree
Hide file tree
Showing 9 changed files with 110 additions and 81 deletions.
2 changes: 1 addition & 1 deletion COMP_DEP.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</div>
<div class="content_campus">
<div class="para2">
<p>Computer engineering.</p>
<p>Computer Engineering.</p>
</div>
<div class="para3">
<p>
Expand Down
100 changes: 65 additions & 35 deletions COMP_FACULTY&STAFF.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion COMP_HOD_DESk.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ <h2 class="head_ok">HOD's desk</h2>
.then(data => {
const tempElement = document.createElement('div');
tempElement.innerHTML = data;
const specificContent = tempElement.querySelector(#${elementId});
const specificContent = tempElement.querySelector(`#${elementId}`);

document.getElementById('mainContent').innerHTML = '';
document.getElementById('mainContent').appendChild(specificContent);
Expand Down
76 changes: 38 additions & 38 deletions ENTC_FACULTY&STAFF.html

Large diffs are not rendered by default.

Binary file added img/complogo.png
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 img/entclogo.jpg
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 img/itlogo.png
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 img/mechlogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,22 +94,22 @@ <h1 align="center" style="color: #0C2695;">Departments</h1>
<a class="bluebar" href="ASGE_HOD_DESk.html">Explore</a>
</div>
<div class="cards">
<img src="./img/asge.png" alt="asge" class="logo">
<img src="./img/itlogo.png" alt="asge" class="logo">
<p align="center" style="padding-bottom: 25px;">Information Technology</p>
<a class="bluebar" href="IT_DEPARTMENT.html">Explore</a>
</div>
<div class="cards">
<img src="./img/asge.png" alt="asge" class="logo">
<img src="./img/complogo.png" alt="asge" class="logo">
<p align="center" style="padding-bottom: 25px;">Computer Engineering</p>
<a class="bluebar" href="COMP_DEP.html">Explore</a>
</div>
<div class="cards">
<img src="./img/asge.png" alt="asge" class="logo">
<img src="./img/entclogo.jpg" alt="asge" class="logo">
<p align="center">Electronics and Telecommunication</p>
<a class="bluebar" href="ENTC_DEPARTMENT.html">Explore</a>
</div>
<div class="cards">
<img src="./img/asge.png" alt="asge" class="logo">
<img src="./img/mechlogo.png" alt="asge" class="logo">
<p align="center" style="padding-bottom: 25px;">Mechanical Engineering</p>
<a class="bluebar" href="MECH_DEPT.html">Explore</a>
</div>
Expand All @@ -122,8 +122,7 @@ <h1 align="center" style="color: #0C2695;">Departments</h1>
<h4>About us</h3>
<h2>Dedicated to the service of the nation</h2>
<p>
The motto of All Pune is ll translates to
"Excellence in action is Yoga", essentially implying that doing your work well is (true) yoga. This can be traced to Sri Krishna's discourse with Arjuna in the Bhagavad Gita. The quote, in the larger context of the Gita, urges man to acquire equanimity because a mind of equanimity allows a man to shed distracting thoughts of the effects of his deeds and concentrate on the task before him. Equanimity is the source of perfection in Karmic endeavours that leads to Salvation.
Welcome to AIT Pune, a leading technical institution dedicated to academic excellence and character building. Affiliated with the University of Pune and managed by AWES, we offer state-of-the-art infrastructure, industry-relevant education, and distinguished faculty. Our focus on holistic development and practical learning equips students with the skills to excel in their careers and contribute meaningfully to society. Join us for a transformative journey of discovery and growth, shaping future leaders in engineering and beyond.
</p>
<br> <br>
<a class="bluebar" href="ABOUT_US.html" style="text-decoration: none;">Learn More</a>
Expand Down

0 comments on commit b0542f8

Please sign in to comment.