Eghbal commited on
Commit
f28bcc1
·
verified ·
1 Parent(s): e4ff852

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -28
README.md CHANGED
@@ -67,32 +67,31 @@ This project was made possible through computational and institutional support f
67
 
68
 
69
  ---
70
- <table style="width: 100%; border-collapse: collapse; text-align: center; margin-top: 10px;">
71
- <tr>
72
- <!-- Left group -->
73
- <td style="border: none; padding: 0 40px; text-align: center; vertical-align: middle;">
74
- <p style="font-weight: bold; font-size: 1.1em; margin: 6px 0;">Developed by:</p>
75
- <div style="display: flex; align-items: center; justify-content: center; gap: 25px; flex-wrap: wrap;">
76
- <img src="https://fintext.ai/UoM-logo.svg" alt="University of Manchester Logo" width="210" style="margin: 0;">
77
- <img src="https://fintext.ai/UCL-logo.jpg" alt="UCL Logo" width="100" style="margin: 0;">
78
- </div>
79
- <p style="font-size: 0.8em; margin-top: 6px; line-height: 1.3;">
80
- Alliance Manchester Business School, The University of Manchester<br>
81
- Department of Mathematics, University College London
82
- </p>
83
- </td>
84
-
85
- <!-- Right group -->
86
- <td style="border: none; padding: 0 40px; text-align: center; vertical-align: middle;">
87
- <p style="font-weight: bold; font-size: 1.1em; margin: 6px 0;">Powered by:</p>
88
- <img src="https://fintext.ai/BriCS-logo.svg" alt="BriCS Logo" width="160" style="margin: 6px 0;">
89
- <p style="font-size: 0.8em; margin-top: 6px; line-height: 1.3;">
90
- Bristol Centre for Computational Finance<br>
91
- and Financial Innovation
92
- </p>
93
- </td>
94
- </tr>
95
- </table>
96
-
97
-
98
 
 
67
 
68
 
69
  ---
70
+ <center>
71
+ <table style="border:none; margin:auto;">
72
+ <tr>
73
+ <td style="border:none; padding:0 40px; text-align:center; vertical-align:middle;">
74
+ <p style="font-weight:bold; font-size:1.1em; margin:6px 0;">Developed by:</p>
75
+ <p style="margin:4px 0;">
76
+ <img src="https://fintext.ai/UoM-logo.svg" alt="University of Manchester Logo" width="210" style="vertical-align:middle; margin:0 10px;">
77
+ <img src="https://fintext.ai/UCL-logo.jpg" alt="UCL Logo" width="100" style="vertical-align:middle; margin:0 10px;">
78
+ </p>
79
+ <p style="font-size:0.8em; margin-top:6px; line-height:1.3;">
80
+ Alliance Manchester Business School, The University of Manchester<br>
81
+ Department of Mathematics, University College London
82
+ </p>
83
+ </td>
84
+ <td style="border:none; padding:0 40px; text-align:center; vertical-align:middle;">
85
+ <p style="font-weight:bold; font-size:1.1em; margin:6px 0;">Powered by:</p>
86
+ <p style="margin:4px 0;">
87
+ <img src="https://fintext.ai/BriCS-logo.svg" alt="BriCS Logo" width="160" style="margin:6px 0;">
88
+ </p>
89
+ <p style="font-size:0.8em; margin-top:6px; line-height:1.3;">
90
+ Bristol Centre for Computational Finance<br>
91
+ and Financial Innovation
92
+ </p>
93
+ </td>
94
+ </tr>
95
+ </table>
96
+ </center>
 
97