switched h2 headings to h1

master
Thierry Degeling 2015-08-12 10:37:57 +02:00
parent 44c27cf07b
commit 2eeb41df45
6 changed files with 24 additions and 19 deletions

View File

@ -1,4 +1,4 @@
<h2>
<h1>
{% if event.url %}
<a target="_blank" href="{{ event.url }}">
{{ event.name }}
@ -6,7 +6,7 @@
{% else %}
{{ event.name }}
{% endif %}
</h2>
</h1>
<h4 class="visible-xs">
{{ event.date }}
{% if event.location is defined %}

View File

@ -10,7 +10,7 @@
<section>
<h2 class="well">Host an event</h2>
<h1 class="well">Host an event</h1>
<p class="well info">
We host a few recurring events at Level2. But you're welcome to use our Hackerspace to host yours too.<br />
<a href="mailto:events@level2.lu">Get in touch</a>
@ -22,10 +22,10 @@
<h2 class="well">Export</h2>
<div class="well info">
<h2>
<h1>
<a href="/events/ical"><span class="label label-info">iCal</span></a>
<a href="/events/json"><span class="label label-info">JSON</span></a>
</h2>
</h1>
</div>
</section>

View File

@ -18,7 +18,7 @@
<section class="hidden-xs">
<h2 class="well">#openMonday</h2>
<h1 class="well">#openMonday</h1>
<p class="well info">
Our Hackerspace is open <strong>every Monday</strong> evening from <strong>8pm</strong>, where members and non-members hang out, hack on projects, socialize, and collaborate. <a target="_blank" href="https://wiki.hackerspace.lu/wiki/Openmonday">More about #openModnay</a>
</p>
@ -27,7 +27,7 @@
<section>
<h2 class="well">Location</h2>
<h1 class="well">Location</h1>
<p class="well no-bottom-margin no-bottom-rounded">
Level2 is located in Bonnevoie, very close to Luxembourg city. We hold <a href="/events">events</a> which are open to everyone.
@ -56,7 +56,7 @@
<section>
<h2 class="well">Next Event</h2>
<h1 class="well">Next Event</h1>
{% for event in events %}
@ -91,7 +91,7 @@
<section>
<h2 class="well">Membership</h2>
<h1 class="well">Membership</h1>
<p class="well info">
Members have access to Level2 Hackerspace 24/7. We are a non-profit organisation which relies on members paying for the rent and infrastructure. <a target="_blank" href="https://wiki.hackerspace.lu/wiki/Membership">Join the community</a>
</p>
@ -104,7 +104,7 @@
<section>
<h2 class="well">Sponsors</h2>
<h1 class="well">Sponsors</h1>
<p class="well info sponsors">
<a target="_blank" href="http://1024.lu"><img src="https://files.level2.lu/sponsors/1024.png" alt="TenTwentyFour sponsor logo" title="TenTwentyFour sponsor logo" /></a>
<a target="_blank" href="http://www.men.public.lu/"><img src="https://files.level2.lu/sponsors/men.png" alt="Éducation nationale / Enfance / Jeunesse / Luxembourg sponsor logo" title="Éducation nationale / Enfance / Jeunesse / Luxembourg sponsor logo" /></a>

View File

@ -25,7 +25,7 @@
<section>
<h2 class="well">Map</h2>
<h1 class="well">Map</h1>
<div class="google-map-container">
<a target="_blank" href="https://goo.gl/maps/OWqIf">
@ -41,7 +41,7 @@
<section>
<h2 class="well">Address</h2>
<h1 class="well">Address</h1>
<p class="well no-top-radius">
Level2<br />
@ -54,7 +54,7 @@
<section>
<h2 class="well">Bus</h2>
<h1 class="well">Bus</h1>
<p class="well no-top-radius">
The closest bus station is <strong>Neufchâteau</strong>.<br />
@ -68,7 +68,7 @@
<section>
<h2 class="well">Open the door</h2>
<h1 class="well">Open the door</h1>
<h3 class="well no-top-radius">
Please call <br /><strong><a href="tel:+352-20-333-550">+352 20 333 550</a></strong><br />

View File

@ -10,7 +10,7 @@
<section class="hidden-xs">
<h2 class="well">Logo</h2>
<h1 class="well">Logo</h1>
<p class="well no-bottom-margin no-bottom-rounded">
<img src="https://files.level2.lu/logos/level2.png" alt="Level2 logo" title="Level2 logo" />
</p>

View File

@ -109,10 +109,15 @@ img {
* END - NAVBAR
*/
h2, h3, h4, p {
h1, h2, h3, h4, p {
margin: 0;
}
.event h2 {
h1 {
font-size: 1.5rem;
}
.event h1 {
font-size: 2rem;
margin-bottom: 0.7rem;
}
@ -140,7 +145,7 @@ h2, h3, h4, p {
.google-map-container {
width: 100%;
}
h2.well {
h1.well {
padding: auto 5rem;
background: rgba( 51, 51, 51, 0.7 );
background: rgba( 0, 174, 201, 0.7 );
@ -156,7 +161,7 @@ h2.well {
border-radius: 0 0 0.4rem 0.4rem ;
}
section:hover h2.well {
section:hover h1.well {
background: rgba( 51, 51, 51, 0.8 );
background: rgba( 0, 174, 201, 0.8 );
}