mirror of
https://github.com/hazemKrimi/touch-programming.git
synced 2026-07-01 06:01:24 +00:00
chore: update content
This commit is contained in:
+3
-3
@@ -5,16 +5,16 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Master touch typing with real code snippets from your favorite programming languages, powered by AI."
|
||||
content="Master touch typing with real code snippets from your favorite programming languages, powered by open source LLMs."
|
||||
>
|
||||
<meta
|
||||
name="keywords"
|
||||
content="touch typing, programming, code snippets, AI, artificial intelligence, wpm test, typing test, typing practice"
|
||||
content="touch typing, programming, code snippets, AI, LLM, artificial intelligence, wpm test, typing test, typing practice"
|
||||
>
|
||||
<meta property="og:title" content="Touch Programming">
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Master touch typing with real code snippets from your favorite programming languages, powered by AI."
|
||||
content="Master touch typing with real code snippets from your favorite programming languages, powered by open source LLMs."
|
||||
>
|
||||
<link rel="icon" sizes="192x192" href="android-chrome-192x192.png">
|
||||
<link rel="icon" sizes="512x512" href="android-chrome-512x512.png">
|
||||
|
||||
@@ -11,7 +11,7 @@ function Home() {
|
||||
<div className='home-container'>
|
||||
<header>
|
||||
<h1>Touch Programming</h1>
|
||||
<p>Master touch typing with real code snippets from your favorite programming languages, <a href='https://github.com/hazemKrimi/touch-programming' target='_blank' rel="noreferrer">Open Source</a> and powered by AI.</p>
|
||||
<p>Master touch typing with real code snippets from your favorite programming languages, <a href='https://github.com/hazemKrimi/touch-programming' target='_blank' rel="noreferrer">Open Source</a> and powered by open LLMs.</p>
|
||||
<NavLink to='/languages'>
|
||||
{isMobile ?
|
||||
<span>This app is made to be used in a desktop device.</span> :
|
||||
@@ -37,7 +37,7 @@ function Home() {
|
||||
</p>
|
||||
</div>
|
||||
<div className='feature'>
|
||||
<h3>AI Powered</h3>
|
||||
<h3>LLM Powered</h3>
|
||||
<p>
|
||||
Code is generated with the help of the Open Source LLM Models.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user