Skip to content

Commit

Permalink
Merge branch 'main' into index31
Browse files Browse the repository at this point in the history
  • Loading branch information
revolution-software-club authored Feb 16, 2024
2 parents 2d38d71 + 736b5a6 commit cf49d48
Show file tree
Hide file tree
Showing 28 changed files with 2,182 additions and 555 deletions.
Binary file added Images/Aakanksha_Darekar.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/Atharva_Daga.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/Deven_Patil.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/Nidhi_Nair.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/Rohit_Deshmukh.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/Sanket_Mane.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/Zaki_Patel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,7 @@ Push your changes to your branch on GitHub :

```bash
git push origin feature2
```
```



16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,26 @@ <h4 style="color: black;"><b> RSDC </b></h4>
<div class="collapse navbar-collapse justify-content-end" id="navbarSupportedContent">
<ul class="navbar-nav ">
<li class=" nav-item">
<a class="nav-link" href="#">About us</a>
<a class="nav-link" href="pages/about.html">About us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Departments
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="/pages/departments/HR.html">HR Department</a></li>
<li><a class="dropdown-item" href="/pages/departments/Tech.html">Technical Department</a></li>
<li><a class="dropdown-item" href="/pages/departments/social.html">Social Department</a></li>
<li><a class="dropdown-item" href="/pages/departments/design.html">Design Department</a></li>
<li><a class="dropdown-item" href="/pages/departments/project.html">Project Department</a></li>
<li><a class="dropdown-item" href="pages/departments/HR.html">HR Department</a></li>
<li><a class="dropdown-item" href="pages/departments/Tech.html">Technical Department</a></li>
<li><a class="dropdown-item" href="pages/departments/social.html">Social Department</a></li>
<li><a class="dropdown-item" href="pages/departments/design.html">Design Department</a></li>
<li><a class="dropdown-item" href="pages/departments/project.html">Project Department</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="./pages/leads.html">Leads</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../pages/blog/blogMain.html">Blog</a>
<a class="nav-link" href="pages/blog/blogMain.html">Blog</a>
</li>
<button class="btn btn-outline-primary" type="submit">Join Now</button>
</ul>
Expand Down Expand Up @@ -203,4 +203,4 @@ <h5 class="text-uppercase">Revolution Software Development Club</h5>

</body>

</html>
</html>
18 changes: 18 additions & 0 deletions pages/blog/blogMain.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,22 @@ a:link {

.card img{
width: 200px;

}

.image-container {
height: 200px;
overflow: hidden;
}

.image-container img {
width: 65%;
height: auto;
object-fit: cover;
}

/* Load more and show less buttons */
.load-more-button,
.show-less-button {
margin-top: 20px;
}
Loading

0 comments on commit cf49d48

Please sign in to comment.