Skip to content
Open
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
Binary file added static/images/demo/gallery/deptimg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 18 additions & 13 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@ <h1><a href="index.html">Mathletes</a></h1>
</li>
<li><a class="drop" href="#">Academics</a>
<ul>
<li><a href="#">Curriculum</a></li>
<li><a class="drop" href="#">Curriculum</a>
<ul>
<li><a href='http://erp.iitkgp.ernet.in/ERPWebServices/curricula/CurriculaSubjectsList.jsp?stuType=UG&splCode=MA'>UG curriculum</a></li>
<li><a href='http://erp.iitkgp.ernet.in/ERPWebServices/curricula/specialisationList.jsp?stuType=PG'>PG curriculum</a></li>
</ul>
</li>
<li><a class="drop" href="#">Materials</a>
<ul>
<li><a href="#">3rd Semester</a></li>
Expand Down Expand Up @@ -101,9 +106,9 @@ <h6 class="heading font-x1">Semester-wise materials</h6>
</li>
<li class="one_third">
<article><i class="btmspace-30 fa fa-3x fa-resistance"></i>
<h6 class="heading font-x1">Random fundae</h6>
<p class="btmspace-30">Ac purus donec lorem risus porta at tortor non hendrerit commodo ante duis venenatis ut elit id fermentum [&hellip;]</p>
<footer><a class="btn" href="#">Read More &rsaquo;</a></footer>
<h6 class="heading font-x1">Faculty Directory</h6>
<p class="btmspace-30">Contact details of professors of Mathematics Department.</p>
<footer><a class="btn" href="templates/pages/faculty_directory.html">Get contacts </a></footer>
</article>
</li>
<li class="one_third">
Expand All @@ -121,19 +126,19 @@ <h6 class="heading font-x1">Random fundae 2</h6>
<div class="wrapper bgded overlay" style="background-image:url('static/images/demo/backgrounds/02.png');">
<section class="hoc container clear">
<div class="sectiontitle">
<h6 class="heading">Non aliquet mauris</h6>
<h6 class="heading">About Our Department</h6>
</div>
<div class="group">
<div class="one_half first">
<p><strong>Non imperdiet mi praesent lectus</strong></p>
<p>Ex iaculis at odio eu facilisis venenatis lectus proin et malesuada turpis eu blandit quam mauris eu nibh et nibh rhoncus sollicitudin non non orci nulla laoreet neque neque maecenas tempor ipsum et mauris fermentum auctor.</p>
<p class="btmspace-30">Sed dictum blandit rutrum donec venenatis tincidunt sollicitudin quisque quis diam sit amet metus pharetra [&hellip;]</p>
<footer><a class="btn" href="#">Read More &raquo;</a></footer>
<p><strong>History of Mathematics Department</strong></p>
<p>The Department of Mathematics has started in 1951 through the vision and untiring efforts of late Prof. B. R. Seth, the first head of the Department. With his dynamic leadership, a strong school of Continuum Mechanics came into existence. In fact, this school has become a pool to cater experts to various other new institutes that have come up consequently. <br>In 1956, Prof. B. R. Seth took initiation to establish Indian Society of Theoretical and Applied Mechanics (ISTAM), one of the main forums where scientists, engineers, technologists, and mathematicians could interact and exchange ideas, has now achieved international recognition[&hellip;]</p>

<footer><a class="btn" href="http://www.iitkgp.ac.in/department/MA">Read More &raquo;</a></footer>
</div>
<div class="one_half">
<p><strong>Fusce porta enim id pharetra gravida</strong></p>
<a href="#"><img src="static/images/demo/480x186-vid.png" alt=""></a>
<p>Commodo donec iaculis dolor sed lobortis fermentum.</p>
<p><strong>Mathematics Department</strong></p>
<a href="#"><img src="static/images/demo/gallery/deptimg.jpg" alt="department photo"></a>
<p></p>
</div>
</div>
</section>
Expand Down Expand Up @@ -291,4 +296,4 @@ <h6 class="heading">Enim diam praesent</h6>
<script src="static/layout/scripts/jquery.backtotop.js"></script>
<script src="static/layout/scripts/jquery.mobilemenu.js"></script>
</body>
</html>
</html>
Loading