-
-
Couldn't load subscription status.
- Fork 248
Enhance /about page with new sections #2243
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
Merged
Merged
Changes from 5 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
84430b8
Improved about page
anurag2787 5d2da4b
Fix coderabbitai review
anurag2787 464d2c4
Fixed key
anurag2787 988066f
Fixed sonarqube issue
anurag2787 8479d0f
Merge branch 'main' into improve-about
kasya f91c9d8
Merge branch 'main' of github.com:anurag2787/Nest into improve-about
anurag2787 d646b20
Updated about page and added test
anurag2787 33b3173
Merge branch 'improve-about' of github.com:anurag2787/Nest into impro…
anurag2787 3f6de0a
Merge branch 'main' into improve-about
anurag2787 3d085a4
Merge branch 'main' into improve-about
kasya c09fd33
Merge branch 'main' into improve-about
kasya 0249233
Merge branch 'main' into improve-about
kasya dbc2944
Merge branch 'main' into improve-about
kasya 1ce9dc9
Merge branch 'main' into improve-about
kasya 793ccbf
Merge branch 'main' into improve-about
kasya f563e5c
Merge branch 'main' of github.com:anurag2787/Nest into improve-about
anurag2787 0f983e8
Merge branch 'improve-about' of github.com:anurag2787/Nest into impro…
anurag2787 7fa1906
Moved get involved up
anurag2787 474d7cf
Merge branch 'main' into improve-about
kasya 656856b
Update code
arkid15r 4f040f7
Fix irregular gaps and tests. Update icons location.
kasya b9180e6
Fix typo
kasya 0da3ec7
Update about data
kasya 244bc08
Fix e2e tests
kasya c3aa10c
Merge branch 'main' into improve-about
kasya 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
Some comments aren't visible on the classic Files Changed page.
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
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,22 @@ | ||
| export interface KeyFeature { | ||
| title: string | ||
| description: string | ||
| } | ||
|
|
||
| export interface ProjectHistory { | ||
| year: string | ||
| title: string | ||
| description: string | ||
| } | ||
|
|
||
| export interface GetInvolved { | ||
| description: string | ||
| ways: string[] | ||
| callToAction: string | ||
| } | ||
|
|
||
| export interface MissionContent { | ||
| mission: string | ||
| whoItsFor: string | ||
| } | ||
|
|
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
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.