Skip to content

Commit

Permalink
Merge pull request #32 from adit0chavan/index31
Browse files Browse the repository at this point in the history
added resent events blog
  • Loading branch information
revolution-software-club authored Feb 16, 2024
2 parents 736b5a6 + cf49d48 commit 2b8e580
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 29 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added Images/.DS_Store
Binary file not shown.
Binary file added Images/Picture 1.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 Images/upcoming.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 15 additions & 29 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h4 style="color: black;"><b> RSDC </b></h4>
<div class="col-lg-4 col-md-7 col-sm-9">
<div class="card mb-3">
<div class="card-header">Up Comming Events</div>
<img src="Images/logo.jpg" class="card-img-top" alt="img">
<img src="Images/upcoming.jpg" class="card-img-top" alt="img">
<div class="card-body">
<h5 class="card-title">Up Comming Events</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional
Expand All @@ -87,36 +87,21 @@ <h5 class="card-title">Up Comming Events</h5>
<div class="card mb-3 ">
<div class="row g-0">
<div class="col-md-4">
<img src="Images/logo.jpg" class="img-fluid rounded-start" alt="IMG">
<img src="Images/upcoming.jpg" class="img-fluid rounded-start" alt="IMG">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Introduction to python</h5>
<p class="card-text">Latest Technical Blog supporting text below as a natural lead-in to additional
content. This content is a little bit longer.</p>
<p class="card-text"><small class="text-body-secondary">Date when uploaded</small></p>
</div>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="card mb-3">
<div class="row g-0">
<div class="col-md-4">
<img src="Images/logo.jpg" class="img-fluid rounded-start" alt="IMG">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Introduction to python</h5>
<p class="card-text">Latest Technical Blog supporting text below as a natural lead-in to additional
content. This content is a little bit longer.</p>
<p class="card-text"><small class="text-body-secondary">Date when uploaded</small></p>
<h5 class="card-title">2hrs Technical Session - Off Campus Placement</h5>
<p class="card-text">2hrs Technical Session - Off Campus Placement
Organized by Revolution Software Club, Department of Computer Engineering, Science and Technology, Vishwakarma University, Pune
</p>
<p class="card-text"><small class="text-body-secondary">Event date</small></p>
</div>
</div>
</div>
</div>
</div>

</div>

</div>
Expand All @@ -135,14 +120,15 @@ <h4>Recent Events</h4>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card h-100">
<img src="Images/logo.jpg" class="card-img-top" alt="...">
<a href="pages/blog/blogs/blog1.html" class="btn stretched-link"></a>
<img src="Images/Picture 1.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Recent Events</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional
content. This content is a little bit longer.</p>
<h5 class="card-title">2hrs Technical Session - Off Campus Placement</h5>
<p class="card-text">2hrs Technical Session - Off Campus Placement
Organized by Revolution Software Club, Department of Computer Engineering, Science and Technology, Vishwakarma University, Pune</p>
</div>
<div class="card-footer">
<small class="text-body-secondary">Events Date</small>
<small class="text-body-secondary">30th Jan 2024</small>
</div>
</div>
</div>
Expand All @@ -154,7 +140,7 @@ <h5 class="card-title">Recent Events</h5>
<p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p>
</div>
<div class="card-footer">
<small class="text-body-secondary">Events Date</small>
<small class="text-body-secondary">30th Jan 2024</small>
</div>
</div>
</div>
Expand Down
Binary file modified pages/.DS_Store
Binary file not shown.

0 comments on commit 2b8e580

Please sign in to comment.