TAK-61
This commit is contained in:
parent
c9b00d805d
commit
f6c23cdb70
@ -32,11 +32,11 @@ firmyUI <- function(id) {
|
|||||||
),
|
),
|
||||||
|
|
||||||
fluidRow(column(4,
|
fluidRow(column(4,
|
||||||
div(div("GlaxoSmithKline"),img(src="gsk.png", href= "https://pl.gsk.com/pl/",height = 150, width = 150)))%>% tagAppendAttributes(class = 'column-tile'),
|
div(div("GlaxoSmithKline"),img(src="gsk.png", a("GlaxoSmithKline" ,href= "https://pl.gsk.com/pl/"),height = 150, width = 150)))%>% tagAppendAttributes(class = 'column-tile'),
|
||||||
column(4,
|
column(4,
|
||||||
div(div("Bayer"),img(src="bayer.png", href="https://www.bayer.com/pl/pl/poland-home", height = 150, width = 150)))%>% tagAppendAttributes(class = 'column-tile'),
|
div(div("Bayer"),img(src="bayer.png", a("Bayer",href="https://www.bayer.com/pl/pl/poland-home"), height = 150, width = 150)))%>% tagAppendAttributes(class = 'column-tile'),
|
||||||
column(4,
|
column(4,
|
||||||
div(div("BioFarm"),img(src="biofarm.png", href= "https://www.biofarm.pl",height = 150, width = 150)))%>% tagAppendAttributes(class = 'column-tile')
|
div(div("BioFarm"),img(src="biofarm.png", a("BioFarm",href= "https://www.biofarm.pl"),height = 150, width = 150)))%>% tagAppendAttributes(class = 'column-tile')
|
||||||
|
|
||||||
) %>% tagAppendAttributes(id = 'row-tiles'),
|
) %>% tagAppendAttributes(id = 'row-tiles'),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user