Commit 5be5c5c1 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

Merge branch 'cherry-pick-92726ba4' into 'testing'

MLAB-587: make the whole card clickable

See merge request !66
parents 73bd984b 61e6ed08
Pipeline #4853 passed with stage
in 33 seconds
......@@ -46,7 +46,7 @@ html(lang="de")
| <div class="row">
for item in pages
div(class="card-deck py-4 col-sm")
div(class="card width_18")
div(class="card width_18" style="transform: rotate(0);")
div(class="title-container")
h5(class="card-title-bottom-left") #{item.name}
img(class="card-img-top", src=item.logo)
......@@ -59,10 +59,7 @@ html(lang="de")
div(class="row")
div(class="col-9")
p(class="card-text") #{item.desc}
a(href=item.weburl, class="no_text_decoration", target="_blank")
div(class="col-3")
svg(class="bi bi-chevron-right", width="32", height="32", viewBox="0 0 20 20", fill="black", xmlns="http://www.w3.org/2000/svg")
| <path fill-rule="evenodd" d="M6.646 3.646a.5.5 0 01.708 0l6 6a.5.5 0 010 .708l-6 6a.5.5 0 01-.708-.708L12.293 10 6.646 4.354a.5.5 0 010-.708z"></path>
a(href=item.weburl, class="no_text_decoration stretched-link", target="_blank")
| </div>
// jQuery
......
......@@ -46,7 +46,7 @@ html(lang="de")
| <div class="row">
for item in project
div(class="card-deck py-4 col-sm")
div(class="card width_18")
div(class="card width_18" style="transform: rotate(0);")
div(class="title-container")
h5(class="card-title-bottom-left") #{item.name}
img(class="card-img-top", src=item.logo)
......@@ -59,10 +59,7 @@ html(lang="de")
div(class="row")
div(class="col-9")
p(class="card-text") #{item.desc}
a(href=item.weburl, class="no_text_decoration", target="_blank")
div(class="col-3")
svg(class="bi bi-chevron-right", width="32", height="32", viewBox="0 0 20 20", fill="black", xmlns="http://www.w3.org/2000/svg")
| <path fill-rule="evenodd" d="M6.646 3.646a.5.5 0 01.708 0l6 6a.5.5 0 010 .708l-6 6a.5.5 0 01-.708-.708L12.293 10 6.646 4.354a.5.5 0 010-.708z"></path>
a(href=item.weburl, class="no_text_decoration stretched-link", target="_blank")
| </div>
// jQuery
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment