Spaces:
Running
Running
the-qa-company
commited on
Commit
•
be81e14
1
Parent(s):
329e98a
Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,49 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
<style>
|
11 |
+
div > * {
|
12 |
+
margin: 0px 0px 0px 0px !important;
|
13 |
+
}
|
14 |
+
|
15 |
+
div {
|
16 |
+
margin: 0px 0px 24px 0px !important;
|
17 |
+
display: flex;
|
18 |
+
justify-content: center;
|
19 |
+
align-items: center;
|
20 |
+
}
|
21 |
+
|
22 |
+
.header > h1 {
|
23 |
+
margin-bottom: 0px;
|
24 |
+
}
|
25 |
+
</style>
|
26 |
+
|
27 |
+
<div style="height: fit-content" class="header">
|
28 |
+
<img
|
29 |
+
src="https://emojis.slackmojis.com/emojis/images/1643515118/11386/among_us_orange_dance.gif?1643515118"
|
30 |
+
style="display: inline-block; height: 64px"
|
31 |
+
/>
|
32 |
+
<h1 style="display: inline-block; font-size: 36px">
|
33 |
+
Welcome! Here is The QA Company
|
34 |
+
</h1>
|
35 |
+
<img
|
36 |
+
src="https://emojis.slackmojis.com/emojis/images/1643515118/11386/among_us_orange_dance.gif?1643515118"
|
37 |
+
style="display: inline-block; height: 64px"
|
38 |
+
/>
|
39 |
+
<hr />
|
40 |
+
</div>
|
41 |
+
|
42 |
+
<div>
|
43 |
+
<a href="https://twitter.com/TheQACompany/" target="_blank"
|
44 |
+
><img
|
45 |
+
style="height: 36px"
|
46 |
+
src="https://emojis.slackmojis.com/emojis/images/1692024054/67488/twitterlogo.gif?1692024054" /></a
|
47 |
+
>
|
48 |
+
<a href="https://www.linkedin.com/company/qanswer/" target="_blank"
|
49 |
+
><img
|
50 |
+
style="height: 36px"
|
51 |
+
src="https://emojis.slackmojis.com/emojis/images/1692024077/67489/linkedinlogo.gif?1692024077" /></a
|
52 |
+
>
|
53 |
+
</div>
|
54 |
+
|
55 |
+
<br />
|