Skip to content

Commit c27e869

Browse files
Add width attribute to logo image in README
Updated logo image tag to include width attribute.
1 parent c0e6a7d commit c27e869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<img src="docs/LogoTerraFull.png" alt="Logo">
2-
1+
<img src="docs/LogoTerraFull.png" width=800 alt="Logo">
2+
<br>
33
TERRA has been implemented by Istat's Team in the context of the **European Big Data Hackathon 2021** organized by Eurostat.
44

55
It is an open source dashboard implemented using modern javascript frameworks ([Vue.js](https://vuejs.org/ "Vue.js")) and microservice architecture for the server components (currently we use Docker Containers). The implemented architecture is scalable and allows to integrate Python and R languages in a data processing pipeline.

0 commit comments

Comments
 (0)