Skip to content

Commit

Permalink
Added 7th sem subjects
Browse files Browse the repository at this point in the history
Added 7th Sem subjects AGT and MIS
  • Loading branch information
madhurimarawat authored Dec 4, 2024
1 parent 38a2bef commit f7fea1b
Showing 1 changed file with 42 additions and 2 deletions.
44 changes: 42 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*********************************************************************************************
* File: index.html
* Author: Madhurima Rawat
* Date: July 18, 2024
* Date: December 04, 2024
* Description: Study resources website showing the content of my semester notes repository.
* It also features a dynamic color-changing dropdown menu using JavaScript.
* Version: 1.0
Expand Down Expand Up @@ -647,7 +647,7 @@ <h5 class="card-title"><i class="fas fa-tasks"></i> Vocational
</div>
</section>

<!-- 1st Semester -->
<!-- 6th Semester -->
<section id="6-sem">
<div class="container mt-5">
<div class="semester-box">
Expand All @@ -670,6 +670,46 @@ <h5><i class="fas fa-briefcase"></i> Internship</h5>
</div>
</section>


<!-- 7th Semester -->
<section id="7-sem">
<div class="container mt-5">
<div class="semester-box">
<h2>7 Semester</h2>
<br>
<div class="row" id="contentRow_3">
<div class="col-md-4" id="agt-card">
<div class="card">
<div class="card-body">
<h5 class="card-title"><i class="fas fa-chess"></i> Algorithmic Gaming Theory</h5>
<br><br>
<p>Study of strategic decision-making and optimization models.</p>
<a href="https://github.com/madhurimarawat/Semester-Notes/tree/main/7 SEMESTER/Algorithmic Gaming Theory"
target="_blank" class="tool-button">View Notes</a>
</div>
</div>
</div>
<div class="col-md-4" id="mis-card">
<div class="card">
<div class="card-body">
<h5 class="card-title"><i class="fas fa-laptop-code"></i>
Management Information System
</h5>
<br>
<p>Study of data-driven organizational decision-making systems.</p>
<a href="https://github.com/madhurimarawat/Semester-Notes/tree/main/7 SEMESTER/Management Information System"
target="_blank" class="tool-button">View Notes</a>
</div>
</div>
</div>

</div>

</div>
</div>
</div>
</section>

<br><br>

<!-- Thank You section -->
Expand Down

0 comments on commit f7fea1b

Please sign in to comment.