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/*.map
|
||||
style.css
|
||||
*.swp
|
||||
/.bundle
|
||||
/vendor/bundle
|
||||
|
|
BIN
DAGA2017.png
Normal file
BIN
DAGA2017.png
Normal file
Binary file not shown.
After (image error) Size: 40 KiB |
|
@ -97,7 +97,7 @@
|
|||
id="layer1"
|
||||
transform="translate(0,3160.6299)">
|
||||
<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"
|
||||
width="3054.7012"
|
||||
height="4283.0469"
|
||||
|
|
Before (image error) Size: 3.1 KiB After (image error) Size: 3.1 KiB |
|
@ -29,19 +29,14 @@
|
|||
%body
|
||||
%header(style="padding-top:1em")
|
||||
%figure.logos
|
||||
%img(src="uni_logo_transparent.png")
|
||||
%img#uni-logo(src="uni_logo_transparent.png")
|
||||
%br
|
||||
%img(src="DGM_logo_transparent.png" style="float:left")
|
||||
%div(style="margin-top:0.5em")
|
||||
Jahrestagung 2016
|
||||
%br
|
||||
Universität Wien
|
||||
%br
|
||||
<nobr>9.-11. September 2016</nobr>
|
||||
%img#tagungs-logo(src="DAGA2017.png")
|
||||
Christian-Albrechts-Universität zu Kiel 6.-9. März 2017
|
||||
%h1
|
||||
Was macht Musik
|
||||
<q style="line-height:0.9em;vertical-align:top"><span style='font-family:"Through Struggle";font-weight:400'>hart</span></q>?
|
||||
Heavy Metal & Co. aus psychoakustischer Perspektive
|
||||
<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>?
|
||||
Klangliche Merkmale zur genreübergreifenden Identifikation musikalischer Härte
|
||||
%p#authors(style="margin-top:0.1em")<>
|
||||
%span.author(data-mark="1")<> Isabella Czedik-Eysenberg
|
||||
%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 {
|
||||
&, * {
|
||||
background: inherit !important;
|
||||
|
@ -41,7 +48,7 @@ header {
|
|||
bottom: 0.5rem;
|
||||
};
|
||||
padding: 0;
|
||||
font-size: 3rem;
|
||||
font-size: 2.4rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
@ -98,7 +105,7 @@ section {
|
|||
|
||||
&:before {
|
||||
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: "";
|
||||
border-radius: 0.5rem 2rem 0.5rem 0.5rem;
|
||||
position: absolute;
|
||||
|
@ -178,12 +185,12 @@ quellen {
|
|||
}
|
||||
|
||||
.logos {
|
||||
width: 20em;
|
||||
width: 19em;
|
||||
float: right;
|
||||
|
||||
img {
|
||||
height: 4em;
|
||||
margin: 0.3em;
|
||||
//margin: 0.3em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue