-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1097 from thevijayshankersharma/organization
Added organization section
- Loading branch information
Showing
6 changed files
with
91 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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 |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
<title>ResourceHub</title> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]" defer></script> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> | ||
<link rel="stylesheet" href="style.css"> | ||
<script> | ||
tailwind.config = { | ||
|
@@ -148,6 +149,23 @@ <h1 class=" text-xl text-center sm:text-2xl md:text-6xl lg:text-8xl font-bold mb | |
|
||
</div> | ||
</center> | ||
<div class="container"> | ||
<div class="content"> | ||
<div class="title-container"> | ||
<i class="fas fa-link link-icon"></i> | ||
<h1 class="title dark:text-white">Organization</h1> | ||
</div> | ||
<p class="description"> | ||
ResourceHub is participating in GirlScript Summer of Code (GSSoC), an annual open-source program by the | ||
GirlScript Foundation. GSSoC promotes gender diversity and inclusion in tech by enabling participants to | ||
contribute to various projects under expert mentorship. We are excited to collaborate with talented | ||
individuals and advance our project through this initiative. | ||
</p> | ||
</div> | ||
<div class="logo"> | ||
<img id="org-logo" src="assets/GSSocLight.png" alt="GirlScript Summer of Code Logo"> | ||
</div> | ||
</div> | ||
<!-- for particle effet --> | ||
|
||
<script> | ||
|
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