Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -69,13 +69,29 @@ This project was made possible through computational and institutional support f
69
  ---
70
  <div style="display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 10px; text-align: center; line-height: 1.25;">
71
  <p style="font-weight: bold; font-size: 1.1em; margin: 0;">Developed by:</p>
72
- <div style="display: flex; align-items: center; justify-content: center; gap: 25px; flex-wrap: wrap; margin: 4px 0 6px 0;">
73
- <img src="https://fintext.ai/UoM-logo.svg" alt="University of Manchester Logo" style="width: 210px; height: auto; margin: 0;">
74
- <img src="https://fintext.ai/UCL-logo.jpg" alt="UCL Logo" style="width: 100px; height: auto; margin: 0;">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  </div>
 
76
  <p style="font-size: 0.8em; margin-top: 4px;">
77
  Alliance Manchester Business School, The University of Manchester<br>
78
  Department of Mathematics, University College London
79
  </p>
80
  </div>
81
 
 
 
69
  ---
70
  <div style="display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 10px; text-align: center; line-height: 1.25;">
71
  <p style="font-weight: bold; font-size: 1.1em; margin: 0;">Developed by:</p>
72
+
73
+ <!-- Main horizontal layout: left = developed by, right = powered by -->
74
+ <div style="display: flex; align-items: center; justify-content: center; gap: 50px; flex-wrap: wrap; margin: 4px 0 6px 0;">
75
+
76
+ <!-- Left side: developed by logos -->
77
+ <div style="display: flex; align-items: center; justify-content: center; gap: 25px; flex-wrap: wrap;">
78
+ <img src="https://fintext.ai/UoM-logo.svg" alt="University of Manchester Logo" style="width: 210px; height: auto; margin: 0;">
79
+ <img src="https://fintext.ai/UCL-logo.jpg" alt="UCL Logo" style="width: 100px; height: auto; margin: 0;">
80
+ </div>
81
+
82
+ <!-- Right side: powered by BriCS -->
83
+ <div style="display: flex; flex-direction: column; align-items: center; justify-content: center;">
84
+ <p style="font-weight: bold; font-size: 1em; margin: 0 0 4px 0;">Powered by:</p>
85
+ <img src="https://fintext.ai/BriCS-logo.svg" alt="BriCS Logo" style="width: 150px; height: auto; margin-bottom: 2px;">
86
+ <p style="font-size: 0.8em; margin: 0;">Bristol Supercomputing</p>
87
+ </div>
88
+
89
  </div>
90
+
91
  <p style="font-size: 0.8em; margin-top: 4px;">
92
  Alliance Manchester Business School, The University of Manchester<br>
93
  Department of Mathematics, University College London
94
  </p>
95
  </div>
96
 
97
+