Changeset - 17e0e4bc89a6
[Not reviewed]
version_5
0 1 0
kahpa - 10 years ago 2015-10-05 13:03:38

replaced <ul> by <dl>, typography changes
1 file changed with 11 insertions and 9 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/root/about.html
Show inline comments
 
@@ -7,13 +7,14 @@
 
    <div class="col-md-4 text-center">
 
      <img class="img-rounded" alt="WhoIs" src="{{ url_for('static', filename='images/WhoIs.png') }}" width="160" height="189"></img>
 
      <h3>Who we are</h3>
 
      </div> --!>
 
      </div> -->
 

	
 
  <div class="col-md-1">
 
  </div>
 
  <div class="col-md-11">
 
    <h2>Who we are</h2>
 
    <h3>Organization</h3>
 
    <p>
 
    <p class="lead">
 
      <i>Frënn vun der Ënn a.s.b.l.</i> is a non-profit organization based in Luxembourg (EU).
 
      It has been funded by members of <i>Chaos Computer Club Lëtzebuerg a.s.b.l.</i> in 2013.
 
    </p>
 
@@ -33,13 +34,14 @@
 
      The onion is used as a logo by the Tor Project Inc. and many other related organizations.
 
    </p>
 
    <h3>Administrative Council &amp; Staff</h3>
 
    <ul>
 
      <li><b>President:</b> Sam Grüneisen</li>
 
      <li><b>Secretary:</b> Gilles Hamen</li>
 
      <li><b>Treasurer:</b> Patrick Kahr</li>
 
      <li><b>Lead Developer:</b> Dennis Fink</li>
 
      <li><b>Developers:</b> Sam Grüneisen</li>
 
    </ul>
 
    <p>
 
      <dl class="dl-horizontal" >
 
        <dt>President</dt><dd>Sam Grüneisen</dd>
 
        <dt>Secretary</dt><dd>Gilles Hamen</dd>
 
        <dt>Treasurer</dt><dd>Patrick Kahr</dd>
 
        <dt>Developers</dt><dd>Dennis Fink, Sam Grüneisen</dd>
 
      </dl>
 
    </p>
 
    <h3>Statutes</h3>
 
    <p>Our statutes can be looked up <a href="//statutes.enn.lu">here</a>!</p>
 
  </div>
0 comments (0 inline, 0 general)