data2017
This commit is contained in:
parent
aa65b153b1
commit
3b15ed4606
5 changed files with 20 additions and 15 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -5,3 +5,6 @@
|
||||||
fonts/*.css
|
fonts/*.css
|
||||||
fonts/*.map
|
fonts/*.map
|
||||||
style.css
|
style.css
|
||||||
|
*.swp
|
||||||
|
/.bundle
|
||||||
|
/vendor/bundle
|
||||||
|
|
BIN
DAGA2017.png
Normal file
BIN
DAGA2017.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
|
@ -97,7 +97,7 @@
|
||||||
id="layer1"
|
id="layer1"
|
||||||
transform="translate(0,3160.6299)">
|
transform="translate(0,3160.6299)">
|
||||||
<rect
|
<rect
|
||||||
style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:#baff98;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter4686)"
|
style="fill:#a99893;fill-opacity:1;fill-rule:nonzero;stroke:#baff98;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter4686)"
|
||||||
id="rect4136"
|
id="rect4136"
|
||||||
width="3054.7012"
|
width="3054.7012"
|
||||||
height="4283.0469"
|
height="4283.0469"
|
||||||
|
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
@ -29,19 +29,14 @@
|
||||||
%body
|
%body
|
||||||
%header(style="padding-top:1em")
|
%header(style="padding-top:1em")
|
||||||
%figure.logos
|
%figure.logos
|
||||||
%img(src="uni_logo_transparent.png")
|
%img#uni-logo(src="uni_logo_transparent.png")
|
||||||
%br
|
%br
|
||||||
%img(src="DGM_logo_transparent.png" style="float:left")
|
%img#tagungs-logo(src="DAGA2017.png")
|
||||||
%div(style="margin-top:0.5em")
|
Christian-Albrechts-Universität zu Kiel 6.-9. März 2017
|
||||||
Jahrestagung 2016
|
|
||||||
%br
|
|
||||||
Universität Wien
|
|
||||||
%br
|
|
||||||
<nobr>9.-11. September 2016</nobr>
|
|
||||||
%h1
|
%h1
|
||||||
Was macht Musik
|
Was macht Musik
|
||||||
<q style="line-height:0.9em;vertical-align:top"><span style='font-family:"Through Struggle";font-weight:400'>hart</span></q>?
|
<q style="line-height:0.9em;vertical-align:top"><span style='font-family:"Through Struggle";font-weight:400;color:#500;text-shadow:1em 2em 0.2em rgba(85,0,0,0.3);'>hart</span></q>?
|
||||||
Heavy Metal & Co. aus psychoakustischer Perspektive
|
Klangliche Merkmale zur genreübergreifenden Identifikation musikalischer Härte
|
||||||
%p#authors(style="margin-top:0.1em")<>
|
%p#authors(style="margin-top:0.1em")<>
|
||||||
%span.author(data-mark="1")<> Isabella Czedik-Eysenberg
|
%span.author(data-mark="1")<> Isabella Czedik-Eysenberg
|
||||||
%span.author(data-mark="2")<> Denis Knauf
|
%span.author(data-mark="2")<> Denis Knauf
|
||||||
|
|
15
style.scss
15
style.scss
|
@ -4,6 +4,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#uni-logo {
|
||||||
|
zoom: 0.9;
|
||||||
|
}
|
||||||
|
#tagungs-logo {
|
||||||
|
float: left
|
||||||
|
}
|
||||||
|
|
||||||
#nurtext {
|
#nurtext {
|
||||||
&, * {
|
&, * {
|
||||||
background: inherit !important;
|
background: inherit !important;
|
||||||
|
@ -41,7 +48,7 @@ header {
|
||||||
bottom: 0.5rem;
|
bottom: 0.5rem;
|
||||||
};
|
};
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 3rem;
|
font-size: 2.4rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -98,7 +105,7 @@ section {
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
background: linear-gradient(rgba(139, 141, 196, 0.8) 2.2rem, rgba(256, 256, 256, 0.8) 2.2rem);
|
background: linear-gradient(rgba(67, 148, 160, 0.8) 2.2rem, rgba(256, 256, 256, 0.8) 2.2rem);
|
||||||
content: "";
|
content: "";
|
||||||
border-radius: 0.5rem 2rem 0.5rem 0.5rem;
|
border-radius: 0.5rem 2rem 0.5rem 0.5rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -178,12 +185,12 @@ quellen {
|
||||||
}
|
}
|
||||||
|
|
||||||
.logos {
|
.logos {
|
||||||
width: 20em;
|
width: 19em;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
height: 4em;
|
height: 4em;
|
||||||
margin: 0.3em;
|
//margin: 0.3em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue