Skip to content
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
wants to merge 1 commit into
base: source
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/components/ProjectList/listOfProjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.",

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.

tags: ["java", "kotlin", "Python", "css", "handlebars"],
},
{
Expand All @@ -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"],
},
{
Expand Down Expand Up @@ -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.",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This also shouldn't be changed.

tags: ["Editor", "API", "Cross-Platform", "Vim"],
},
{
Expand Down Expand Up @@ -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",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also revert this change.

tags: ["osrm", "routing-engine", "cpp", "openstreetmap"],
},
{
Expand Down Expand Up @@ -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"],
},
{
Expand Down