Skip to content

Commit bbd5851

Browse files
author
christopheschwyzer
committed
adjust wording
1 parent 3adcda2 commit bbd5851

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

css/main.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ article {
9292
article p {
9393
text-align: justify;
9494
}
95+
@media (min-width: 700px) {
96+
article p {
97+
text-align: left;
98+
}
99+
}
95100
ul {
96101
margin-bottom: 15px;
97102
padding-left: 25px;
@@ -269,7 +274,7 @@ strong {
269274
box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
270275
background: #f5f5f5;
271276
margin-top: -30px;
272-
padding-top: 25px;
277+
padding-top: 50px;
273278
padding-bottom: 25px;
274279
}
275280
#footer {

css/main.less

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ article {
143143

144144
p {
145145
text-align: justify;
146+
147+
@media(min-width: @breakpointMedium) {
148+
text-align: left;
149+
}
146150
}
147151
}
148152

@@ -307,7 +311,7 @@ strong {
307311
box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
308312
background: @colorBg;
309313
margin-top: -30px;
310-
padding-top: 25px;
314+
padding-top: 50px;
311315
padding-bottom: 25px;
312316
}
313317

index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
<article>
77
<h2>What is this about</h2>
8-
<p>Basel is the home of some amazing web-applications, developed by even more amazing people. With the <em>Made in Basel</em> badge, we want to underline this fact. By having a common label, we help sustain a creative climate which encourages entrepreneurship and innovation, and creates employment opportunities for a diverse local workforce.</p>
9-
<p>If you are a Basel based entrepreneur, software-developer, designer, artist or otherwise involved in bringing the web forward, make a statement and grab your badge today. It's yours!</p>
8+
<p>Basel is the home of some amazing (web-)applications, developed by even more amazing people. With the <em>Made in Basel</em> badge, we want to underline this fact. By having a common label, we help sustain a creative climate which encourages entrepreneurship and innovation, and creates employment opportunities for a diverse local workforce.</p>
9+
<p>If you are a Basel-based* entrepreneur, developer, designer, artist or otherwise involved with software or web-development, make a statement and grab your badge today. Place it on your website, in your project or app. It's yours!</p>
1010
</article>
1111

1212
<article class="badge">
@@ -69,4 +69,10 @@ <h4>{{ meetup.name }}</h4>
6969
</li>
7070
{% endfor %}
7171
</ul>
72+
</article>
73+
74+
<article>
75+
<h2>About</h2>
76+
<p>The label <em>Made in Basel</em> is intended to support the local developer community and to promote Basel as a place to live, work and develop software. This project is non-profit and open-source. However, the designs, including the badge, are protected under copyright law. Please do not use them in an inappropriate way or to make money.</p>
77+
<p>*<small>locally funded and developed</small></p>
7278
</article>

0 commit comments

Comments
 (0)