-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
48 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -299,7 +299,7 @@ | |
<div> | ||
<div class="col-sm-9"> | ||
<p ><h1 class="text-right"><x>Abhishek Mangipudi</x></h1></p> | ||
<p ><h1 class="text-right"><y></y></h1></p> | ||
<p ><h1 class="text-right"><y>Ex-Member</y></h1></p> | ||
<p ><h1 class="text-right"><z>[email protected]</z></h1></p> | ||
</div> | ||
<div class="col-sm-3"> | ||
|
@@ -370,14 +370,58 @@ | |
</div> | ||
|
||
<div class="col-sm-8"> | ||
<intext>This section will be updated as the session for different courses start.</intext> | ||
<intext></intext> | ||
<div class="container"> | ||
<h2>Classes Announced</h2> | ||
<p>Days and timings of different classes are as follows:</p> | ||
<table class="table table-responsive table-hover"> | ||
<thead> | ||
<tr> | ||
<th>Class</th> | ||
<th>Mentor</th> | ||
<th>Days</th> | ||
<th>Time</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>Communication</td> | ||
<td>Tulika</td> | ||
<td>Saturday, Sunday</td> | ||
<td>2:30pm to 4pm</td> | ||
</tr> | ||
<tr> | ||
<td>Python</td> | ||
<td>Shubham</td> | ||
<td>Friday,Saturday</td> | ||
<td>6pm to 8pm</td> | ||
|
||
</tr> | ||
<tr> | ||
<td>Solid Works</td> | ||
<td>Raj</td> | ||
<td>Saturday, Sunday</td> | ||
<td>10am to 12pm</td> | ||
|
||
</tr> | ||
|
||
<tr> | ||
<td>Java</td> | ||
<td>Harshit</td> | ||
<td>Monday, Wednesday</td> | ||
<td>6pm to 8pm</td> | ||
|
||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
<div class="col-sm-2"> | ||
<!--div class="col-sm-2"> | ||
<t><y>We</y> | ||
<y>Are</y> | ||
<y >Enlightenment</y> | ||
<y>Club</y></t> | ||
</div> | ||
</div--> | ||
|
||
</div> | ||
|
||
|