This commit is contained in:
parent
52aa5d10eb
commit
55471fd67c
10 changed files with 137 additions and 33 deletions
|
@ -4,11 +4,12 @@
|
|||
svg: props.svg || '',
|
||||
text: props.text || '',
|
||||
href: props.href || '/',
|
||||
onclick: props.onclick || ''
|
||||
onclick: props.onclick || '',
|
||||
titlestyle: 'min-width: 275px;' + (props.titlestyle || '')
|
||||
}
|
||||
</script>
|
||||
<div class="project">
|
||||
<div class="project-title" style="min-width: 275px;">
|
||||
<div class="project-title" style={{titlestyle}}>
|
||||
<a href="{{href}}" target="_blank">
|
||||
<if condition="img != ''">
|
||||
<img class="figure" src="{{img}}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue