Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,48 @@
|
|
1 |
---
|
2 |
title: README
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: README
|
3 |
+
emoji: π
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: gray
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
<style>
|
11 |
+
.vertical-text {
|
12 |
+
writing-mode: vertical-lr;
|
13 |
+
text-orientation: upright;
|
14 |
+
background-color:red;
|
15 |
+
}
|
16 |
+
</style>
|
17 |
+
<center>
|
18 |
+
<body>
|
19 |
+
<span class="vertical-text" style="background-color:lightgreen;border-radius: 3px;padding: 3px;">β</span>
|
20 |
+
<span class="vertical-text" style="background-color:orange;border-radius: 3px;padding: 3px;">ββ</span>
|
21 |
+
<span class="vertical-text" style="background-color:lightblue;border-radius: 3px;padding: 3px;">βββββ</span>
|
22 |
+
<span class="vertical-text" style="background-color:tomato;border-radius: 3px;padding: 3px;">βββββ</span>
|
23 |
+
<span class="vertical-text" style="background-color:lightgrey;border-radius: 3px;padding: 3px;">ββ</span>
|
24 |
+
<span class="vertical-text" style="background-color:#CF9FFF;border-radius: 3px;padding: 3px;">β</span>
|
25 |
+
</body>
|
26 |
+
</center>
|
27 |
+
<br>
|
28 |
+
<center><h1><span style="color:grey;">osiria</span></h1></center>
|
29 |
+
<center><h3><span style="color:grey;">imagine. innovate. inspire.</span></h3></center>
|
30 |
+
|
31 |
+
<style>
|
32 |
+
a:link, a:visited {
|
33 |
+
background-color: #AFE1AF;
|
34 |
+
color: white;
|
35 |
+
padding: 10px 25px;
|
36 |
+
border-radius: 15px;
|
37 |
+
text-align: center;
|
38 |
+
text-decoration: none;
|
39 |
+
display: inline-block;
|
40 |
+
}
|
41 |
+
|
42 |
+
a:hover, a:active {
|
43 |
+
background-color: green;
|
44 |
+
}
|
45 |
+
</style>
|
46 |
+
|
47 |
+
<br>
|
48 |
+
<center><a href="https://huggingface.co/osiria">explore the full list of models!</a></center>
|