diff --git a/_data/authors.yml b/_data/authors.yml index 5e8313077..ad8d41306 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -103,7 +103,7 @@ shahmishal: email: mishal_shah@apple.com github: shahmishal gravatar: 231cec2cc45a272aa5b341b413fdc2ed - about: "Mishal Shah is an engineer on the Swift Infrastructure team at Apple." + about: "Mishal Shah is part of the Swift Core Team, the Swift Ecosystem steering group, and the Swift Website workgroup, among other roles. He oversees a team focused on compiler developer experience tooling at Apple." mikeash: name: Mike Ash diff --git a/_posts/2025-06-04-redesigned-swift-org-is-now-live.md b/_posts/2025-06-04-redesigned-swift-org-is-now-live.md new file mode 100644 index 000000000..ee03d2e5e --- /dev/null +++ b/_posts/2025-06-04-redesigned-swift-org-is-now-live.md @@ -0,0 +1,42 @@ +--- +layout: post +published: true +date: 2025-06-04 10:00:00 +title: "Redesigned Swift.org is now live" +author: [shahmishal] +--- + +Over the past few months, the website workgroup has been redesigning Swift.org. On behalf of the website workgroup, I'm pleased to announce that we have merged the initial changes. + +Our goal with the site redesign has been to make Swift.org more approachable for newcomers to Swift, highlight the language’s technical strengths, and make it easy to get started. That led to a focus on the website's appearance, improving the user experience, and emphasizing important features such as Swift’s multiplatform support. + +Today's release includes refreshed home and install pages. Additionally, new pages have been designed to explore Swift use cases, including cloud services, command line tools, and embedded software. Looking forward, we plan to take an iterative approach to improving the website, including pushing changes live as we complete their design and implementation. + +## Brand new design + +We explored several design options and found that the latest design conveys the fluidity and creativity of Swift through the splash of orange and the bird animation in the background. + +
+ + +
+ +## Curated content and examples + +The homepage now highlights Swift's strengths alongside code examples that illustrate them. Additionally, we showcase various types of software that can be developed using Swift; these new use case pages provide information such as relevant packages, examples of Swift in action, code snippets, and links to resources for further learning. + +
+ + +
+ +## Next Steps + +We look forward to hearing your feedback on this first set of changes as we continue to redesign other sections of the site. There are several ways to offer feedback on the redesign and to get involved: + +* A forum announcement has been shared on the forums that can be used for discussion, and the website repository has GitHub issues. +* The website itself is open source, and your contributions to the [swiftlang/swift-org-website](https://github.com/swiftlang/swift-org-website) repository are welcome. +* [The Swift Information Architecture Project](https://forums.swift.org/t/announcing-the-swift-information-architecture-project/75866) is an ongoing effort that has helped inform decisions related to the site redesign. + + +Thank you to the website workgroup and community members for contributing to these improvements. diff --git a/assets/images/swift-redesign-blog/cloud_dark@2x.jpg b/assets/images/swift-redesign-blog/cloud_dark@2x.jpg new file mode 100644 index 000000000..46c5e9975 Binary files /dev/null and b/assets/images/swift-redesign-blog/cloud_dark@2x.jpg differ diff --git a/assets/images/swift-redesign-blog/cloud_light@2x.jpg b/assets/images/swift-redesign-blog/cloud_light@2x.jpg new file mode 100644 index 000000000..d05248096 Binary files /dev/null and b/assets/images/swift-redesign-blog/cloud_light@2x.jpg differ diff --git a/assets/images/swift-redesign-blog/code_dark@2x.jpg b/assets/images/swift-redesign-blog/code_dark@2x.jpg new file mode 100644 index 000000000..48937490b Binary files /dev/null and b/assets/images/swift-redesign-blog/code_dark@2x.jpg differ diff --git a/assets/images/swift-redesign-blog/code_light@2x.jpg b/assets/images/swift-redesign-blog/code_light@2x.jpg new file mode 100644 index 000000000..a78b8dcec Binary files /dev/null and b/assets/images/swift-redesign-blog/code_light@2x.jpg differ diff --git a/assets/images/swift-redesign-blog/home_dark@2x.jpg b/assets/images/swift-redesign-blog/home_dark@2x.jpg new file mode 100644 index 000000000..cf1dc3467 Binary files /dev/null and b/assets/images/swift-redesign-blog/home_dark@2x.jpg differ diff --git a/assets/images/swift-redesign-blog/home_light@2x.jpg b/assets/images/swift-redesign-blog/home_light@2x.jpg new file mode 100644 index 000000000..c4a00e685 Binary files /dev/null and b/assets/images/swift-redesign-blog/home_light@2x.jpg differ