|
7 | 7 |
|
8 | 8 | import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components'; |
9 | 9 | import AwesomeTauri from '@components/AwesomeTauri.astro'; |
| 10 | +import BookItem from '@components/BookItem.astro'; |
| 11 | +import RoseRustBook from '@assets/learn/community/HTML_CSS_JavaScript_and_Rust_for_Beginners_A_Guide_to_Application_Development_with_Tauri.png'; |
10 | 12 |
|
11 | 13 | The Learning category is intended to provide end-to-end learning experiences on a Tauri related topic. |
12 | 14 |
|
@@ -48,9 +50,24 @@ This section contains learning resources created by the Community that are not h |
48 | 50 |
|
49 | 51 | ### Books |
50 | 52 |
|
51 | | -- **HTML, CSS, JavaScript, and Rust for Beginners: A Guide to Application Development with Tauri** by James Alexander Rose |
52 | | - - Paperback on Amazon: https://www.amazon.com/dp/B0DR6KZVVW |
53 | | - - Free PDF version: [direct download](/assets/learn/community/HTML_CSS_JavaScript_and_Rust_for_Beginners_A_Guide_to_Application_Development_with_Tauri.pdf) (PDF 4MB) |
| 53 | +<BookItem |
| 54 | + image={RoseRustBook} |
| 55 | + title="HTML, CSS, JavaScript, and Rust for Beginners: A Guide to Application Development with Tauri" |
| 56 | + alt="HTML, CSS, JavaScript, and Rust for Beginners Book Cover" |
| 57 | + author="James Alexander Rose" |
| 58 | + links={[ |
| 59 | + { |
| 60 | + preText: 'Paperback on Amazon:', |
| 61 | + text: 'Buy Here', |
| 62 | + url: 'https://www.amazon.com/dp/B0DR6KZVVW', |
| 63 | + }, |
| 64 | + { |
| 65 | + preText: 'Free PDF version:', |
| 66 | + text: 'Download (PDF 4MB)', |
| 67 | + url: '/assets/learn/community/HTML_CSS_JavaScript_and_Rust_for_Beginners_A_Guide_to_Application_Development_with_Tauri.pdf', |
| 68 | + }, |
| 69 | + ]} |
| 70 | +/> |
54 | 71 |
|
55 | 72 | ### Guides & Tutorials |
56 | 73 |
|
|
0 commit comments