Skip to content

Commit 65851e4

Browse files
committed
Update crosscode pictures
1 parent 0fbb3bc commit 65851e4

10 files changed

Lines changed: 3 additions & 8 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
2-
dist
2+
dist
3+
crosscode*.png

public/crosscode0.webp

86.2 KB
Loading

public/crosscode1.webp

36.3 KB
Loading

public/crosscode2.webp

26.9 KB
Loading

public/ycode0.webp

-57.7 KB
Binary file not shown.

public/ycode1.webp

-28.5 KB
Binary file not shown.

public/ycode2.webp

-24.9 KB
Binary file not shown.

public/ycode3.webp

-21.5 KB
Binary file not shown.

public/ycode4.webp

-14.9 KB
Binary file not shown.

src/utils/projects.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,7 @@ export const mainProjects: Project[] = shuffleArray([
237237
{
238238
name: "CrossCode",
239239
id: "crosscode",
240-
images: [
241-
"ycode0.webp",
242-
"ycode1.webp",
243-
"ycode2.webp",
244-
"ycode3.webp",
245-
"ycode4.webp",
246-
],
240+
images: ["crosscode0.webp", "crosscode1.webp", "crosscode2.webp"],
247241
short: "An iOS IDE for windows and linux",
248242
long: "XCode is only available for mac, but I can't afford one. So I made my own. CrossCode aims to make developing native iOS apps easy on any platform. It is still very early in development but does have it's core functionality working.",
249243
pointsTitle: "Features",

0 commit comments

Comments
 (0)