Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
krishna2332002 committed Nov 20, 2021
2 parents 2e894b1 + a38c49e commit ecb5629
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
8 changes: 7 additions & 1 deletion backend/contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -376,4 +376,10 @@
<script src="../enlight/js/main.min.js"></script>
<script src="../enlight/js/custom.js"></script>
</body>
</html>
</html>






3 changes: 3 additions & 0 deletions backend/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@
<li><a href="academics.php">Academics</a></li>
<li><a href="campus.php">Campus Life</a></li>
<li><a href="google_map.php">College Map</a></li>
<<<<<<< HEAD
<li><a href="gallery.php">Photo Gallery</a></li>
=======
>>>>>>> a38c49eefb5e3cbad5bc58ccb7f60034b289a3e8
<li><a href="faqs.php">FAQ's</a></li>
<li class="dropdown-submenu dropdown">
<a href="#" data-toggle="dropdown" class="dropdown-toggle"><span>Extra - Curricular</span></a>
Expand Down
8 changes: 8 additions & 0 deletions backend/mentor1.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,18 @@
<div class="container" id="containers">
<h2 class="mt-4">Third Year Mentors</h2>
<p>Fetch contact info of your third year mentors here:</p>
<<<<<<< HEAD
<div style="background-color:burlywood" class="container themed-container">
<form method="get" action="mentor1.php">
<?php for ($i=0;$i<2;$i++){ ?>
<?php if($name[$i]) {?>
=======
<?php for ($i=0;$i<2;$i++){ ?>
<?php if($name[$i]) {?>
<div style="background-color:burlywood" class="container themed-container">
<form method="get" action="mentor1.php">

>>>>>>> a38c49eefb5e3cbad5bc58ccb7f60034b289a3e8
<input id="btn-<?php echo $i+2 ?>" name="btn-<?php echo $i+2 ?>" type="submit" value="<?php echo $name[$i] ?>" class="subbtn" >
</form></div><br>
<?php } ?>
Expand Down

0 comments on commit ecb5629

Please sign in to comment.