From a346207b0b39cc5ad1c7ce2a29b87670588f38cd Mon Sep 17 00:00:00 2001 From: Sergey Ryazanov Date: Fri, 11 Mar 2022 14:49:28 +0400 Subject: [PATCH 1/5] Update config.json --- config.json | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 62cb2374c..ae1645180 100644 --- a/config.json +++ b/config.json @@ -1239,7 +1239,43 @@ "name": "while loops" } ], - "key_features": [], + "key_features": [ + { + "title": "Modern", + "content": "Swift is the result of the latest research on programming languages, combined with decades of experience building Apple platforms.", + "icon": "evolving" + }, + { + "title": "Designed for safety", + "content": "Swift eliminates entire classes of unsafe code.", + "icon": "safe" + }, + { + "title": "Fast and powerful", + "content": "From its earliest conception, Swift was built to be fast.", + "icon": "fast" + }, + { + "title": "Great first language", + "content": "Swift can open doors to the world of coding. It was designed to be anyone’s first programming language.", + "icon": "easy" + }, + { + "title": "Cross platform", + "content": "Support Apple platforms and Linux, with community members working to port to even more platforms.", + "icon": "cross-platform" + }, + { + "title": "Swift Package manager", + "content": "SPM - single cross-platform tool for building/running/testing/packaging your Swift libraries and executables.", + "icon": "tooling" + }, + { + "title": "Open source", + "content": "Swift is developed in the open at Swift.org, with source code.", + "icon": "community" + } + ], "tags": [ "paradigm/declarative", "paradigm/functional", From bb137b17f7058e80775aca824ac339b6d727a1e4 Mon Sep 17 00:00:00 2001 From: Sergey Ryazanov Date: Fri, 11 Mar 2022 14:53:51 +0400 Subject: [PATCH 2/5] Update config.json Remove one of key feature --- config.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config.json b/config.json index ae1645180..d71b4d58c 100644 --- a/config.json +++ b/config.json @@ -1265,11 +1265,6 @@ "content": "Support Apple platforms and Linux, with community members working to port to even more platforms.", "icon": "cross-platform" }, - { - "title": "Swift Package manager", - "content": "SPM - single cross-platform tool for building/running/testing/packaging your Swift libraries and executables.", - "icon": "tooling" - }, { "title": "Open source", "content": "Swift is developed in the open at Swift.org, with source code.", From 6a8938dbeedf567f17c50c79d4fcc2795da00f7d Mon Sep 17 00:00:00 2001 From: Sergey Ryazanov Date: Fri, 11 Mar 2022 15:00:00 +0400 Subject: [PATCH 3/5] Update config.json Short some content in key_features --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index d71b4d58c..d1fa8d779 100644 --- a/config.json +++ b/config.json @@ -1242,7 +1242,7 @@ "key_features": [ { "title": "Modern", - "content": "Swift is the result of the latest research on programming languages, combined with decades of experience building Apple platforms.", + "content": "Swift - result of the latest research on programming languages, combined with of Apple experience.", "icon": "evolving" }, { @@ -1257,7 +1257,7 @@ }, { "title": "Great first language", - "content": "Swift can open doors to the world of coding. It was designed to be anyone’s first programming language.", + "content": "Swift was designed to be anyone’s first programming language.", "icon": "easy" }, { From 8d65e5a85140a3192a561539df84caf4367fbd35 Mon Sep 17 00:00:00 2001 From: Sergey Ryazanov Date: Fri, 11 Mar 2022 16:11:48 +0400 Subject: [PATCH 4/5] Update config.json Co-authored-by: Erik Schierboom --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index d1fa8d779..a188357cf 100644 --- a/config.json +++ b/config.json @@ -1242,7 +1242,7 @@ "key_features": [ { "title": "Modern", - "content": "Swift - result of the latest research on programming languages, combined with of Apple experience.", + "content": "Swift incorporates the latest research on programming languages, combined with Apple's experience.", "icon": "evolving" }, { From 4b3c2dde33bc9ebdfb2d64ebb34d038c4d981fad Mon Sep 17 00:00:00 2001 From: Sergey Ryazanov Date: Fri, 11 Mar 2022 16:12:00 +0400 Subject: [PATCH 5/5] Update config.json Co-authored-by: Erik Schierboom --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index a188357cf..dc4a98a4d 100644 --- a/config.json +++ b/config.json @@ -1267,7 +1267,7 @@ }, { "title": "Open source", - "content": "Swift is developed in the open at Swift.org, with source code.", + "content": "Swift is open-source and developed in the open at Swift.org.", "icon": "community" } ],