Skip to content

Commit

Permalink
make markup on imprint more semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
lislis committed Aug 25, 2015
1 parent c63c4bf commit e396b63
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 28 deletions.
3 changes: 3 additions & 0 deletions assets/stylesheets/_base.sass
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ p
background: $cream-light


address
font-style: normal

code
@extend %code-styles
display: inline-block
Expand Down
50 changes: 22 additions & 28 deletions imprint.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,30 @@
layout: en
title: Imprint
---
<div id="imprint">
<ul>
<li>Travis CI GmbH</li>
<li>Rigaer Straße 8</li>
<li>10247 Berlin</li>
<li>Germany</li>
</ul>
<article id="imprint">
<address>
Travis CI GmbH<br>
Rigaer Straße 8<br>
10247 Berlin<br>
Germany
</address>
<h4>Vertreten durch</h4>
<ul>
<li>Josh Kalderimis, Mathias Meyer</li>
</ul>
<p>Josh Kalderimis, Mathias Meyer</p>
<h4>Kontakt</h4>
<ul>
<li>Email contact@travis-ci.org</li>
<li>Telefon +49 163 7652747</li>
</ul>
<p>
Email contact@travis-ci.org <br>
Telefon +49 163 7652747
</p>
<h4>Registereintrag</h4>
<ul>
<li>HRB 140133 B</li>
</ul>
<p>HRB 140133 B</p>
<h4>Umsatzsteuer-ID gemäß §27 a Umsatzsteuergesetz</h4>
<ul>
<li>DE282002648</li>
</ul>
<p>DE282002648</p>
<h4>Verantwortlich für den Inhalt nach § 55 Abs. 2 RStV</h4>
<ul>
<li>Travis CI GmbH</li>
<li>Josh Kalderimis, Mathias Meyer</li>
<li>Rigaer Straße 8</li>
<li>10247 Berlin</li>
<li>Germany</li>
</ul>
</div>
<address>
Travis CI GmbH<br>
Josh Kalderimis, Mathias Meyer<br>
Rigaer Straße 8<br>
10247 Berlin<br>
Germany
</address>
</article>

0 comments on commit e396b63

Please sign in to comment.