-
Notifications
You must be signed in to change notification settings - Fork 29
feat: adding community page for community contribution, latest updates and releases #122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
techmannih
wants to merge
6
commits into
eclipse-sw360:main
Choose a base branch
from
techmannih:communitye
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
d620f42
feat: adding community page for community contribution, latest update…
techmannih f951358
fix: remove unwanted comments
techmannih 5dbb759
fix: cards layout
techmannih 22d9e1a
Merge branch 'main' into communitye
techmannih 8fa2e23
fix: community page layout
techmannih cc09601
fix: linter error
techmannih File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| --- | ||
| title: "Eclipse SW360 Community!" | ||
| linkTitle: "Community" | ||
| description: "Join the Eclipse SW360 community and contribute to an exciting open-source project." | ||
| menu: | ||
| main: | ||
| weight: 12 | ||
| --- | ||
|
|
||
| {{< blocks/cover image_anchor="top" height="sm" color="primary" >}} | ||
| {{< page/header >}} | ||
| {{< /blocks/cover >}} |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| {{ define "main" }} | ||
| <div class="td-content"> | ||
| {{ .Content }} | ||
|
|
||
| <div class="container p-4"> | ||
| <div class="row align-items-center shadow p-4 mx-3 my-4"> | ||
| <div class="col-md-6 mb-4 mb-md-0"> | ||
| <h1>Welcome to the Eclipse SW360 Community!</h1> | ||
| <p class="lead">The Eclipse SW360 community is where developers, open-source enthusiasts, and industry professionals come together to collaborate on managing software supply chains, compliance, and security. Join us to contribute, learn, and be part of this exciting project.</p> | ||
| <a href="https://github.com/eclipse-sw360/sw360/discussions" class="btn btn-primary btn-lg" target="_blank">Join Discussion</a> | ||
| </div> | ||
| <div class="col-md-6 text-center"> | ||
| <h2 class="h3 mb-3">Our Contributors</h2> | ||
| <a href="https://github.com/eclipse-sw360/sw360.website/graphs/contributors" target="_blank"> | ||
| <img src="https://contrib.rocks/image?repo=eclipse-sw360/sw360.website" alt="Contributors" class="img-fluid"> | ||
| </a> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="container p-4"> | ||
| <div class="row align-items-center shadow p-4 mx-3 my-4"> | ||
| <div class="col-md-6 mb-4 mb-md-0"> | ||
| <h3 class="fw-bold mb-4 light-gray-text">Community heartbeat</h3> | ||
| <h1>Get Involved with Eclipse SW360 Events</h1> | ||
| <p class="lead"> | ||
| Join an Eclipse SW360 community event from anywhere in the world! We host both live and recorded community events. You can also sign up for our community newsletter to stay up-to-date on all events. | ||
| </p> | ||
| <a href="/sw360/events/" class="btn btn-primary btn-lg" target="_blank">Stay Updated on Events</a> | ||
| </div> | ||
| <div class="col-md-6 text-center"> | ||
| <h2 class="h3 mb-3">Upcoming Events</h2> | ||
| <p>Coming soon...</p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="container p-4"> | ||
| <div class="row align-items-center shadow p-4 mx-3 my-4"> | ||
| <div class="col-md-6 mb-4 mb-md-0"> | ||
| <h3 class="fw-bold mb-4 light-gray-text">All community info, tracked</h3> | ||
| <h1>Join the Eclipse SW360 Slack Community</h1> | ||
| <p class="lead"> | ||
| Eclipse SW360 is a global community of developers, designers, and professionals from over 83 countries, collaborating to tackle software supply chain, compliance, and security challenges. Join us to contribute, learn, and be part of this impactful open-source project. | ||
| </p> | ||
| <a href="https://sw360chat.slack.com" class="btn btn-primary btn-lg" target="_blank">Join SW360 Slack</a> | ||
| </div> | ||
| <div class="col-md-6 text-center"> | ||
| <img src="{{ "img/slack.jpg" | relURL }}" alt="Community Image" class="img-fluid rounded shadow-sm"> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| {{ end }} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.