zenafey commited on
Commit
ab4f513
1 Parent(s): 71281b2

Rename header.html to header.md

Browse files
Files changed (2) hide show
  1. header.html +0 -47
  2. header.md +13 -0
header.html DELETED
@@ -1,47 +0,0 @@
1
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css">
2
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">
3
-
4
- <div style="
5
- display: flex;
6
- flex-direction: column;
7
- justify-content: center;
8
- align-items: center;
9
- text-align: center;
10
- border-radius: 8px;
11
- ">
12
- <div style="display: flex; flex-direction: column; align-items: center; gap: 16px;">
13
- <div style="display: flex; flex-direction: column; gap: 8px;">
14
- <h1 style="
15
- font-size: 20px;
16
- margin: 0;
17
- font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
18
- 'Lucida Sans', Arial, sans-serif;
19
- ">
20
- If the space is too busy and slow head over to the Prodia Explorer
21
- </h1>
22
- </div>
23
- </div>
24
-
25
- <div class="column has-text-centered">
26
- <div class="publication-links">
27
- <span class="link-block">
28
- <a href="https://blackforestlabs.ai/announcing-black-forest-labs/?utm_source=prodia"
29
- class="external-link button is-normal is-rounded is-custom-button">
30
- <span>Black Forest Labs</span>
31
- </a>
32
- </span>
33
- <span class="link-block">
34
- <a href="https://prodia.com/?utm_source=huggingface"
35
- class="external-link button is-normal is-rounded is-custom-button">
36
- <span>Prodia</span>
37
- </a>
38
- </span>
39
- <span class="link-block">
40
- <a href="https://app.prodia.com/explorer?utm_source=huggingface"
41
- class="external-link button is-normal is-rounded is-custom-button">
42
- <span>Prodia Explorer</span>
43
- </a>
44
- </span>
45
- </div>
46
- </div>
47
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
header.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
2
+ <div>
3
+ <h1>If the space is too busy and slow head over to the Prodia Explorer</h1>
4
+ <br>
5
+ <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
6
+ <a href="https://blackforestlabs.ai/announcing-black-forest-labs/?utm_source=prodia"><img src="https://img.shields.io/badge/Model_Page-Black_Forest_Labs-blue"></a>
7
+ &nbsp;
8
+ <a href="https://prodia.com/?utm_source=huggingface"><img src="https://img.shields.io/badge/Home_Page-Prodia-green"></a>
9
+ &nbsp;
10
+ <a href="https://app.prodia.com/explorer?utm_source=huggingface"><img src="https://img.shields.io/badge/Prodia-Explorer-yellow"></a>
11
+ </div>
12
+ </div>
13
+ </div>