Update README.md
Browse files
README.md
CHANGED
|
@@ -12,3 +12,24 @@ KoReason is a collaborative project between OneLine AI, KISTI, HAE-RAE and Oracl
|
|
| 12 |
Contact:
|
| 13 |
(Guijin) spthsrbwls123@yonsei.ac.kr
|
| 14 |
(KISTI)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
Contact:
|
| 13 |
(Guijin) spthsrbwls123@yonsei.ac.kr
|
| 14 |
(KISTI)
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
<div class="logo-row">
|
| 18 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/60d3e619b8448e1785bbda2a/mJjX11ZN6dYMihNAk_IFn.png" alt="HAE-RAE logo">
|
| 19 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/60d3e619b8448e1785bbda2a/RJUQtsIG1xwSHk2KuuDl_.png" alt="Koni logo">
|
| 20 |
+
</div>
|
| 21 |
+
|
| 22 |
+
<style>
|
| 23 |
+
.logo-row {
|
| 24 |
+
display: flex;
|
| 25 |
+
align-items: center; /* vertical align */
|
| 26 |
+
justify-content: center; /* center the pair (optional) */
|
| 27 |
+
gap: 4px; /* space between logos */
|
| 28 |
+
flex-wrap: wrap; /* stack on very small screens */
|
| 29 |
+
}
|
| 30 |
+
.logo-row img {
|
| 31 |
+
height: 150px; /* make them the same visual size */
|
| 32 |
+
width: auto; /* keep aspect ratio */
|
| 33 |
+
object-fit: contain;
|
| 34 |
+
}
|
| 35 |
+
</style>
|