17 lines
475 B
HTML
17 lines
475 B
HTML
|
|
<div style="display: flex">
|
|
|
|
<div>
|
|
<img src="{{page.image_path | relative_url}}" alt="Magnet4Cardiac project member image" height="250px" width="250px">
|
|
</div>
|
|
|
|
|
|
<div class="small" style="flex: 0 0 400px; margin-left: 32px">
|
|
<p><span style="font-weight: bold">Address :</span> <br/>{{page.address | replace: '/', '<br />'}}</p>
|
|
<p><span style="font-weight: bold">Email :</span> {{page.email | replace: '/', ' '}}</p>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|