Skip to content

Commit ab6af4e

Browse files
committed
add license
1 parent 2916a34 commit ab6af4e

File tree

3 files changed

+30
-16
lines changed

3 files changed

+30
-16
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ jobs:
1111
uses: github/[email protected]
1212
env:
1313
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14+
VALIDATE_MARKDOWN: false

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2020 Markus Hofbauer
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

themes/tum.css

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
@import 'default';
44

5-
section
6-
{
5+
section {
76
background-color: #fff;
87
color: #000;
98
background-image: url('images/TUM_Logo_blau_rgb_s.svg');
@@ -12,8 +11,7 @@ section
1211
background-size: 8%;
1312
}
1413

15-
section.lead
16-
{
14+
section.lead {
1715
background-image: url('images/TUM_Uhrenturm.png');
1816
background-position: right;
1917
background-size: 45%;
@@ -22,37 +20,31 @@ section.lead
2220
section h1,
2321
section a,
2422
section footer,
25-
section::after
26-
{
23+
section::after {
2724
color: #0065BD;
2825
}
2926

30-
section.invert
31-
{
27+
section.invert {
3228
background-color: #003359;
3329
color: #fff;
3430
background-image: url('images/TUM_Logo_weiss_rgb_s.svg');
3531
}
3632

37-
section.lead.invert
38-
{
33+
section.lead.invert {
3934
background-image: url('images/TUM_Uhrenturm_w.png');
4035
}
4136

4237
section.invert h1,
4338
section.invert footer,
44-
section.invert::after
45-
{
39+
section.invert::after {
4640
color: #fff;
4741
}
4842

49-
section.invert a
50-
{
43+
section.invert a {
5144
color: #E37222;
5245
}
5346

5447
/* Add "Page" prefix and total page number */
55-
section::after
56-
{
48+
section::after {
5749
content: attr(data-marpit-pagination) ' / ' attr(data-marpit-pagination-total);
5850
}

0 commit comments

Comments
 (0)