add IntroductionAgent
This commit is contained in:
parent
168ebde8c8
commit
c8c5800427
3 changed files with 84 additions and 0 deletions
14
views/html/introduction/index.tpl
Normal file
14
views/html/introduction/index.tpl
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<ul>
|
||||
<li itemscope itemtype="http://schema.org/Person">
|
||||
<span itemprop="name">Oliver Hanraths</span> <<span itemprop="email">oliver.hanraths@uni-duesseldorf.de</span>>
|
||||
</li>
|
||||
<li itemscope itemtype="http://schema.org/Person">
|
||||
<span itemprop="name">Daniel Miskovic</span> <<span itemprop="email">daniel.miskovic@uni-duesseldorf.de</span>>
|
||||
</li>
|
||||
<li itemscope itemtype="http://schema.org/Person">
|
||||
Leitung: <span itemprop="name">Kathrin Knautz</span>, <span itemprop="honorificSuffix">B.A., M.A.</span> <<span itemprop="email">kathrin.knautz@uni-duesseldorf.de</span>>
|
||||
</li>
|
||||
</ul>
|
||||
<p itemscope itemtype="http://schema.org/CollegeOrUniversity">
|
||||
<a itemprop="name" href="http://www.uni-duesseldorf.de">Heinrich-Heine-Universität Düsseldorf</a>
|
||||
</p>
|
||||
Loading…
Add table
Add a link
Reference in a new issue