Skip to content

Commit e70187a

Browse files
author
Lemon Orange
committed
UI and backend updates
1 parent a3cbf50 commit e70187a

17 files changed

Lines changed: 3635 additions & 72 deletions

File tree

.vscode/launch.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": []
7+
}

TODO.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,11 @@
1111
6. ~~Revise the activation layer node~~
1212
7. ~~Create compile functionality~~
1313
8. ~~Create export functionality~~
14-
9. write a basic *README*
14+
9. ~~Add meta previews~~
15+
10. ~~Fix the bug for training failure~~
16+
11. Add file type detection
17+
12. Test all features
18+
13. Improve home page
19+
14. Add analytics
20+
15. Fuck you
21+
16. write a basic *README*

about/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
<meta charset="UTF-8">
88
<meta http-equiv="X-UA-Compatible" content="IE=edge">
99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10+
11+
<meta property="og:type" content="website">
12+
<meta property="og:url" content="https://deepfusion.org/">
13+
<meta property="og:title" content="DeepFusion - Graphical AI Development Environment">
14+
<meta property="og:description" content="Create, train, and export custom neural networks without code or hassle.">
15+
<meta property="og:image" content="https://deepfusion.org/img/banner.png">
16+
1017
<link rel="stylesheet" href="../style.css">
1118
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
1219
<link rel="preconnect" href="https://fonts.googleapis.com">

blank/index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,18 @@
22
<html lang="en">
33
<head>
44
<title>
5-
About
5+
DeepFusion Beta
66
</title>
77
<meta charset="UTF-8">
88
<meta http-equiv="X-UA-Compatible" content="IE=edge">
99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10+
11+
<meta property="og:type" content="website">
12+
<meta property="og:url" content="https://deepfusion.org/">
13+
<meta property="og:title" content="DeepFusion | Graphical AI Development Environment">
14+
<meta property="og:description" content="Create, train, and export custom neural networks without code or hassle.">
15+
<meta property="og:image" content="https://deepfusion.org/img/banner.png">
16+
1017
<link rel="stylesheet" href="../style.css">
1118
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
1219
<link rel="preconnect" href="https://fonts.googleapis.com">

img/banner.png

362 KB
Loading

0 commit comments

Comments
 (0)