Thomas Dehaene commited on
Commit
7866730
·
1 Parent(s): b213bf3

Tune styling

Browse files
Files changed (1) hide show
  1. README.md +20 -10
README.md CHANGED
@@ -7,16 +7,26 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- <div style="background-color:black">
11
- <br></br>
12
- <p style="color:white;font-size:30px; text-align: center">ML6</p>
13
- <br></br>
14
- <p style="color:white;font-size:16px; text-align: center">
15
- 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>
16
- <br></br>
17
- <br></br>
18
- <br></br>
19
- </p>
 
 
 
 
 
 
 
 
 
 
20
  </div>
21
 
22
 
 
7
  pinned: false
8
  ---
9
 
10
+ <div style="background-color:white">
11
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
12
+ <style>
13
+ body {
14
+ font-family: "Roboto", sans-serif;
15
+ }
16
+ </style>
17
+ </br>
18
+ </br>
19
+ <p style="text-align:center;">
20
+ <img width="400" class="center" src="https://itec.kuleuven-kulak.be/wp-content/uploads/2020/06/ML6.png">
21
+ </p>
22
+ </br>
23
+ <p style="margin:50px; color:black;font-size:16px; text-align: center">
24
+ 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.
25
+ </p>
26
+ <p style="margin:50px; color:black;font-size:16px; text-align: center">
27
+ To find out more, please visit <a href="https://www.ml6.eu">our website</a>
28
+ </p>
29
+ </br>
30
  </div>
31
 
32