zenafey commited on
Commit
657e639
1 Parent(s): 13ce6ad

Create header.html

Browse files
Files changed (1) hide show
  1. header.html +47 -0
header.html ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>