Thomas Dehaene commited on
Commit
b502123
·
1 Parent(s): 592bf83

Tune styling

Browse files
Files changed (1) hide show
  1. README.md +2 -11
README.md CHANGED
@@ -6,19 +6,10 @@ colorTo: purple
6
  sdk: static
7
  pinned: false
8
  ---
9
- <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
10
- <style>
11
- p {
12
- font-family: 'Roboto';font-size: 22px; color:white; text-align: center
13
- }
14
- p2 {
15
- font-family: 'Roboto';font-size: 16px; color:white; text-align: center
16
-
17
- </style>
18
 
19
  <div style="background-color:black">
20
- <p id='p1'>ML6</p>
21
- <p id='p2'>
22
  We are a team of AI experts and the fastest-growing AI company in Belgium. With offices in Ghent, Amsterdam, Berlin, and London, we build and implement self-learning systems across different sectors to help our clients operate more efficiently. We do this by staying on top of research, innovation, and applying our expertise in practice. To find out more, please visit <a href="https://www.ml6.eu">our website</a>
23
  </p>
24
  </div>
 
6
  sdk: static
7
  pinned: false
8
  ---
 
 
 
 
 
 
 
 
 
9
 
10
  <div style="background-color:black">
11
+ <p style="color:white;font-size:30px; text-align: center">ML6</p>
12
+ <p style="color:white;font-size:16px; text-align: center">
13
  We are a team of AI experts and the fastest-growing AI company in Belgium. With offices in Ghent, Amsterdam, Berlin, and London, we build and implement self-learning systems across different sectors to help our clients operate more efficiently. We do this by staying on top of research, innovation, and applying our expertise in practice. To find out more, please visit <a href="https://www.ml6.eu">our website</a>
14
  </p>
15
  </div>