Skip to content
Merged
Show file tree
Hide file tree
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
Binary file modified contents/[home]/assets/testimonials/daniel.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added contents/[home]/assets/testimonials/fanni.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions contents/[home]/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,18 @@ testimonials:
name: "Sébastien Stormacq"
info: "Developer Experience, AWS"
image: "sebastien"
- quote: "I came to Learn To Code Using Swift with some prior knowledge of HTML and CSS, but this book made learning Swift approachable and fun. The explanations are clear, the step-by-step exercises connect the dots quickly, and the balance between concepts and practice really builds confidence. Whether you’re starting out or already have some coding background, this is one of the friendliest and most practical ways to learn Swift."
name: "Fanni Harsányi"
info: "Product designer"
image: "fanni"
- quote: "I thought programming was too complicated for me, but this course completely changed my attitude. It starts from the basics, explains clearly in every chapter, and builds real knowledge along the way. Now I’m no longer afraid of code—I’m excited to see what else I’ll learn."
name: "Dániel Horváth"
info: "Aspiring Swift developer"
image: "daniel"
- quote: "Learn to Code using Swift is a great introduction to Swift development. Whether you're a new programmer, or experienced but new in Swift; this book gets you through how to use Swift. It starts out with basic concepts, and advances into important subjects such as concurrency - all while maintaining beginner-friendliness."
name: "Joannis Orlandos"
info: "Swift Nerd and consultant"
image: "joannis"


authors:
Expand Down
Binary file modified templates/default/assets/images/Arrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/Authors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/Book.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/Email.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/Hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/Polygon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/Triangles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/chapters/00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/chapters/01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/chapters/02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/chapters/03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/chapters/04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/chapters/05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/chapters/06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/chapters/07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/chapters/08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/chapters/09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/chapters/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/chapters/11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/chapters/12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/chapters/13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/chapters/14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/chapters/15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified templates/default/assets/images/chapters/16.png
Binary file modified templates/default/assets/images/hero/Exercises.png
Binary file modified templates/default/assets/logos/ltcus.png
Binary file modified templates/default/assets/logos/ltcus~black.png
Binary file modified templates/default/assets/logos/ltcus~white.png
4 changes: 2 additions & 2 deletions templates/default/views/html.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta property="og:url" content="{{page.permalink}}">
<meta property="og:title" content="{{#page.title}}{{.}} - {{site.name}}{{/page.title}}{{^page.title}}{{site.name}}{{/page.title}}">
<meta property="og:description" content="{{page.description}}">
<meta property="og:image" content="{{baseUrl}}/images/Meta.jpg" />
<meta property="og:image" content="{{baseUrl}}/images/Meta.jpg">

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="{{#page.title}}{{.}} - {{site.name}}{{/page.title}}{{^page.title}}{{site.name}}{{/page.title}}">
Expand Down Expand Up @@ -47,7 +47,7 @@
<div>
<h3 class="name">{{site.name}}</h3>
<img
width="196px"
width="196"
src="{{baseUrl}}/logos/ltcus.png"
alt="Logo of {{site.name}}"
title="{{site.name}}"
Expand Down
2 changes: 1 addition & 1 deletion templates/default/views/pages/404.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
src="{{baseUrl}}/logos/ltcus.png"
alt="Logo of {{site.name}}"
title="{{site.name}}"
width="96px"
width="96"
>
</a>

Expand Down