Skip to content

Smaller landing page changes on content improvements branch #294

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
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
8 changes: 4 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Swift is a general-purpose programming language built using a modern approach to
<div class="link-grid" markdown="1">
<ul>
<li>
<a href="/blog/swift-5.7-released">
<a href="/blog/swift-5.8-released">
<div class="flex-container">
<div class="latest-release-container">
<span>
5.7
5.8
</span>
</div>
Latest release
Expand All @@ -39,11 +39,11 @@ Swift is a general-purpose programming language built using a modern approach to
</ul>
</div>

## why swift?
## Why Swift?

<ul class="why-swift-list">
<li>
<h3>safe</h3>
<h3>Safe</h3>
<p>
Swift prioritizes safety and clarity, ensuring that code behaves in a safe manner while also promoting clear and concise programming practices.
</p>
Expand Down