mirror of
https://github.com/jannikmenzel/iFSR-Website.git
synced 2025-06-06 17:48:46 +02:00
added pages and updated css / shortcodes
This commit is contained in:
parent
443ded21b0
commit
46c9431e26
34 changed files with 821 additions and 36 deletions
11
layouts/shortcodes/profile.html
Normal file
11
layouts/shortcodes/profile.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<div class="profile">
|
||||
<div class="profile-image">
|
||||
<img src="{{ .Get "image" | relURL }}" alt="{{ .Get "name" }}"/>
|
||||
</div>
|
||||
<div class="profile-content">
|
||||
<h2>{{ .Get "name" }}</h2>
|
||||
<p><strong>Studiengang:</strong> {{ .Get "studiengang" }}<br>
|
||||
📧 <a href="mailto:{{ .Get "email" }}">{{ .Get "email" }}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
{{ .Inner | markdownify }}
|
Loading…
Add table
Add a link
Reference in a new issue