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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -16
README.md CHANGED
@@ -7,26 +7,18 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- <h1>
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.
 
7
  pinned: false
8
  ---
9
 
10
+ <h1 style="display:inline-block;">
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
+ display:inline-block;
17
+ border-bottom:4px solid #e0e0e0;
18
+ padding-bottom:4px;
19
+ ">
20
+ Human Intelligence
21
+ </strong>
 
 
 
 
 
 
 
 
22
  </h1>
23
 
24
  A community-powered Q&A engine where questions are matched semantically.