Skip to content

Commit

Permalink
Added Illustration for theme 2 color
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisTofani committed Jun 6, 2018
1 parent 97fa055 commit a8119b3
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 1 deletion.
186 changes: 186 additions & 0 deletions public/img/DAF_pittogrammaillustrazione_FU_2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/views/Public/Home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class Home extends Component{
<div className="container">
<div className="row h-100">
<div className="col-lg-5 col-md-5 col-12">
<img src="./img/DAF_pittogrammaillustrazione_FU.svg" alt="Illustrazione" style={{width: '85%'}}/>
<img src={"./img/DAF_pittogrammaillustrazione_FU_"+properties.theme+".svg"} alt="Illustrazione" style={{width: '85%'}}/>
</div>
<div className="col-lg-5 col-md-7 col-8 mx-auto pt-3">
<h1 style={{fontSize: '45px'}}><b>La piattaforma <br/> dei dati {properties.bodyIllustrazione}</b></h1>
Expand Down

0 comments on commit a8119b3

Please sign in to comment.