Skip to content

Commit

Permalink
Merge branch 'main' into feature-section-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
nehagup authored Mar 19, 2024
2 parents c1f54c5 + 52cb2ce commit 333cacb
Show file tree
Hide file tree
Showing 8 changed files with 2,817 additions and 966 deletions.
17 changes: 17 additions & 0 deletions components/community.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/* when you add new card to the community circle graph, you can change the styles here for small adjustment*/
.ciclegraph:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: calc(100% - 2px * 2);
height: calc(100% - 2px * 2);
}

.ciclegraph .circle {
position: absolute;
top: 50%; /* adjust this value to shift cards vertically */
left: calc(50% - 100px); /* adjust this value to shift cards horizontally */
margin: calc(-100px / 2);
width: 250px;
}
588 changes: 146 additions & 442 deletions components/community.tsx

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions public/images/social/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions public/images/social/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions public/images/social/slack.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions public/images/social/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions public/images/social/youtube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 333cacb

Please sign in to comment.