Skip to content

Commit bec4f13

Browse files
authored
Merge branch 'main' into mobile-console
2 parents 781034a + 0d908dd commit bec4f13

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,35 @@
1818

1919
<ul>
2020

21-
<li><b>Live view.</b> Run JavaScript, HTML and CSS projects with a tap.</li>
21+
<li><b>Live view.</b> Run JavaScript, HTML, CSS and Markdown projects with a tap.</li>
2222

23-
<li><b>Share.</b> Live views, repos, and files.</li>
23+
<li><b>+290 languages supported.</b> Syntax highlighting loaded dynamically.</li>
2424

25-
<li><b>Private.</b> Codeit dosen't collect data. Your code stays on your device.</li>
25+
<li><b>Share.</b> Live views, repos, and files open instantly with a link.</li>
2626

27-
<li><b>PWA support.</b> Weighs 70% less than regular apps, can be installed and works offline.</li>
28-
29-
<li><b>Autosaving.</b> Instant and down to the character.</li>
27+
<li><b>Cross-platform.</b> Works on iOS, Android, Windows, macOS and Linux.</li>
28+
29+
<li><b>Autosave.</b> Say goodbye to Ctrl + S. Never lose a character.</li>
30+
31+
<li><b>PWA magic.</b> Weighs 80% less than regular apps, can be installed and works offline.</li>
3032

31-
<li><b>Cross-platform.</b> Codeit is built for Chrome on Android, Windows, macOS and Linux, as well as Safari on iOS.</li>
33+
<li><b>Format.</b> Format selected code with Ctrl + D.</li>
34+
35+
<li><b>Private.</b> Codeit dosen't use cookies or collect any personal data. Your code stays on your device.</li>
3236

3337
</ul>
34-
<h2>Technical</h2>
3538

36-
<li>Supports <a href="https://codeit.codes/homepage/lang">+290 languages.</a></li>
39+
<h2>Technical</h2>
3740

3841
<li>Uses blazing-fast Web APIs.</li>
3942

4043
<li>Framework-free.</li>
4144

45+
<li><a href="https://codeit.codes/homepage/lang">See supported languages.</a></li>
46+
4247
<hr>
4348

4449
<h4>Special Thanks</h4>
50+
4551
Codeit's logo was created by <a href="https://twitter.com/sandorqi">@sandorqi</a>.
52+

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h1 class="hero__title color-1 weight-title-h font-title">Code with fun</h1>
114114
<path d="M14 47c0-18.778 15.222-34 34-34h232c18.778 0 34 15.222 34 34v560c0 18.778-15.222 34-34 34H48c-18.778 0-34-15.222-34-34V47z" fill="transparent"></path>
115115
</g>
116116
</svg>
117-
<div class="pdxContent"><img src="/homepage/featured-pic.png"></div>
117+
<div class="pdxContent"><img src="/homepage/featured-pic.png" draggable="false"></div>
118118
</div>
119119
</div>
120120
</div>
@@ -182,7 +182,7 @@ <h3 class="ftPoint__title color-1 weight-text-m">Cross-platform</h3>
182182
</svg></div>
183183
<div class="ftPoint__meta">
184184
<h3 class="ftPoint__title color-1 weight-text-m">Autosave</h3>
185-
<div class="ftPoint__description">Say goodbye to spamming Ctrl + S. Never lose a character.</div>
185+
<div class="ftPoint__description">Say goodbye to Ctrl + S. Never lose a character.</div>
186186
</div>
187187
</div>
188188
<div class="ftPoint visible">
@@ -245,7 +245,7 @@ <h3 class="ftPoint__title color-1 weight-text-m">Private</h3>
245245
<path d="M14 47c0-18.778 15.222-34 34-34h232c18.778 0 34 15.222 34 34v560c0 18.778-15.222 34-34 34H48c-18.778 0-34-15.222-34-34V47z" fill="transparent"></path>
246246
</g>
247247
</svg>
248-
<div class="pdxContent"><img src="/homepage/secondary-pic.png"></div>
248+
<div class="pdxContent"><img src="/homepage/secondary-pic.png" draggable="false"></div>
249249
</div>
250250
</div>
251251
</div>
@@ -397,4 +397,3 @@ <h2 class="color-1 weight-title-h font-title section__title center">A codeful of
397397
</body>
398398

399399
</html>
400-

0 commit comments

Comments
 (0)