Add box around next dates
This commit is contained in:
parent
937bec56fd
commit
e7583a2a5f
1 changed files with 48 additions and 44 deletions
|
|
@ -26,6 +26,7 @@ kind: empty
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="span6">
|
||||
<div class="well well-large">
|
||||
<article itemscope itemtype="http://schema.org/EducationEvent">
|
||||
<h1><a href="#">Nächster Vortrag</a></h1>
|
||||
<p>
|
||||
|
|
@ -55,7 +56,9 @@ kind: empty
|
|||
</p>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
<div class="span6">
|
||||
<div class="well well-large">
|
||||
<article itemscope itemtype="http://schema.org/SocialEvent">
|
||||
<h1><a href="#">Nächster <span itemprop="name">CCCS Stammtisch</span></a></h1>
|
||||
<p>
|
||||
|
|
@ -74,6 +77,7 @@ kind: empty
|
|||
</article>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="span8">
|
||||
<section itemscope itemtype="http://schema.org/Blog">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue