-
Notifications
You must be signed in to change notification settings - Fork 429
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
fix list of projects descriptions #409
Open
mdsaqlain538
wants to merge
1
commit into
firstcontributions:source
Choose a base branch
from
mdsaqlain538:fix_list_of_projects
base: source
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
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 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 |
---|---|---|
|
@@ -41,7 +41,7 @@ const projectList = [ | |
"https://signal.org/assets/header/logo-f7ef605fe417d5520d38d546b3b774b4261c75220b9904da4d8b2ffc19a761ff.png", | ||
projectLink: "https://github.com/signalapp/Signal-Android", | ||
description: | ||
"Signal uses your phone's data connection (WiFi/3G/4G/5G) to communicate securely. Millions of people use Signal every day for free and instantaneous communication anywhere in the world. Send and receive high-fidelity messages, participate in HD voice/video calls, and explore a growing set of new features that help you stay connected. Signal’s advanced privacy-preserving technology is always enabled, so you can focus on sharing the moments that matter with the people who matter to you.", | ||
"Signal uses your phone's data connection (WiFi/3G/4G/5G) to communicate securely. Millions of people use Signal every day for free and instantaneous communication anywhere in the world. Send and receive high-fidelity messages, participate in HD voice/video calls, and explore a growing set of new features that help you stay connect. Signal’s advance privacy-preserving technology is always enabled, so you can focus on sharing the moments that matter with the people who matter to you.", | ||
tags: ["java", "kotlin", "Python", "css", "handlebars"], | ||
}, | ||
{ | ||
|
@@ -50,7 +50,7 @@ const projectList = [ | |
"https://raw.githubusercontent.com/resetercss/reseter.css/main/logo.png", | ||
projectLink: "https://github.com/resetercss/reseter.css", | ||
description: | ||
"Reseter.css is an awesome CSS boilerplate for a website. It is a great tool for any web designer. Reseter.css resets all the premade styles by the browser. It normalizes the browser's stylesheet for a better cross-browser experience.", | ||
"Reseter.css is an awesome CSS boilerplate for a website. It is a great tool for any web designer. Reseter.css resets all the pre-made styles by the browser. It normalizes the browser's stylesheet for a better cross-browser experience.", | ||
tags: ["css", "sass", "scss", "less", "stylus"], | ||
}, | ||
{ | ||
|
@@ -288,7 +288,7 @@ const projectList = [ | |
name: "Neovim", | ||
imageSrc: "https://avatars0.githubusercontent.com/u/6471485?v=3&s=100", | ||
projectLink: "https://github.com/neovim/neovim/contribute", | ||
description: "Vim-fork focused on extensibility and usability.", | ||
description: "Vim-fork focus on extensibility and usability.", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This also shouldn't be changed. |
||
tags: ["Editor", "API", "Cross-Platform", "Vim"], | ||
}, | ||
{ | ||
|
@@ -847,7 +847,7 @@ const projectList = [ | |
imageSrc: "https://avatars2.githubusercontent.com/u/8207060?s=200&v=4", | ||
projectLink: "https://github.com/Project-OSRM/osrm-backend", | ||
description: | ||
"High performance routing engine written in C++14 designed to run on OpenStreetMap data", | ||
"High performance routing engine written in C++14 design to run on OpenStreetMap data", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please also revert this change. |
||
tags: ["osrm", "routing-engine", "cpp", "openstreetmap"], | ||
}, | ||
{ | ||
|
@@ -1058,7 +1058,7 @@ const projectList = [ | |
projectLink: | ||
"https://github.com/muke1908/chat-e2ee/labels/good%20first%20issue", | ||
description: | ||
"Chat app in end-to-end enctypted environment without registration", | ||
"Chat app in end-to-end encrypted environment without registration", | ||
tags: ["React", "Chat", "Javascript", "Beginner", "NodeJS"], | ||
}, | ||
{ | ||
|
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this change as it is perfectly fine as it is.