wop commited on
Commit
def6b05
·
verified ·
1 Parent(s): 5ac9cc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -7
README.md CHANGED
@@ -11,13 +11,22 @@ pinned: false
11
  <img src="https://cdn-uploads.huggingface.co/production/uploads/6471b447a2b0a376b8b5e879/UBtI1vIvzl5YSMKL8-Mhx.png"
12
  width="32"
13
  style="vertical-align:middle;" />
14
-
15
- <strong style="
16
- padding:2px 6px;
17
- background:linear-gradient(#e0e0e0,#e0e0e0) bottom/100% 6px no-repeat;
18
- ">
19
- Human Intelligence
20
- </strong>
 
 
 
 
 
 
 
 
 
21
  </h1>
22
 
23
  A community-powered Q&A engine where questions are matched semantically.
 
11
  <img src="https://cdn-uploads.huggingface.co/production/uploads/6471b447a2b0a376b8b5e879/UBtI1vIvzl5YSMKL8-Mhx.png"
12
  width="32"
13
  style="vertical-align:middle;" />
14
+
15
+ <svg width="260" height="40" viewBox="0 0 260 40" style="vertical-align:middle;">
16
+ <!-- background highlight -->
17
+ <rect id="bg" x="0" y="28" width="260" height="6" rx="4" fill="#e0e0e0">
18
+ <animate attributeName="y" to="0" dur="0.25s" begin="mouseover" fill="freeze" />
19
+ <animate attributeName="height" to="40" dur="0.25s" begin="mouseover" fill="freeze" />
20
+
21
+ <animate attributeName="y" to="28" dur="0.25s" begin="mouseout" fill="freeze" />
22
+ <animate attributeName="height" to="6" dur="0.25s" begin="mouseout" fill="freeze" />
23
+ </rect>
24
+
25
+ <!-- text -->
26
+ <text x="10" y="25" font-size="20" font-weight="bold" fill="black">
27
+ Human Intelligence
28
+ </text>
29
+ </svg>
30
  </h1>
31
 
32
  A community-powered Q&A engine where questions are matched semantically.