darielnoel commited on
Commit
a868254
·
verified ·
1 Parent(s): fa8c7a8

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +29 -7
index.html CHANGED
@@ -3,17 +3,39 @@
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
  <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  </div>
18
  </body>
19
  </html>
 
 
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
+ <title>KaibanJS Blog Posts</title>
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
  <div class="card">
11
+ <h1>KaibanJS Blog Posts</h1>
12
+ <ul>
13
+ <li>
14
+ <strong>Introducing KaibanJS v0.13.0: Structured Output for Smarter Workflows</strong><br />
15
+ <a href="https://huggingface.co/blog/darielnoel/kaibanjs-v0130-release" target="_blank">
16
+ Read Article
17
+ </a>
18
+ </li>
19
+ <li>
20
+ <strong>AI Agents in Action: Managing GitHub Issues with KaibanJS</strong><br />
21
+ <a href="https://huggingface.co/blog/darielnoel/kaibanjs-github-issues-integration" target="_blank">
22
+ Read Article
23
+ </a>
24
+ </li>
25
+ <li>
26
+ <strong>Exploring the Power of KaibanJS v0.11.0</strong><br />
27
+ <a href="https://huggingface.co/blog/darielnoel/kaibanjs-v0-11-0-release" target="_blank">
28
+ Read Article
29
+ </a>
30
+ </li>
31
+ <li>
32
+ <strong>KaibanJS v0.10.0: Expanding AI Workflows with New Tools</strong><br />
33
+ <a href="https://huggingface.co/blog/darielnoel/kaibanjs-v0-10-0-release" target="_blank">
34
+ Read Article
35
+ </a>
36
+ </li>
37
+ </ul>
38
  </div>
39
  </body>
40
  </html>
41
+