Browse Source

fixed url in about page

main
Cristina Cochior 4 years ago
parent
commit
845b25fed4
  1. 9
      voicegardens/static/styles.css
  2. 4
      voicegardens/templates/about.html

9
voicegardens/static/styles.css

@ -30,7 +30,6 @@ img.button {
height: 100vh;
padding: 1em;
width: 60%;
margin: 0 auto;
font-family: sans-serif;
font-size: 1.5em;
line-height: 1.5em;
@ -40,3 +39,11 @@ img.button {
h1 {
line-height: 1em;
}
.backtoindex img {
width: 10%;
margin: 0 auto !important;
margin-left: 20vw;
padding: 3em 2em 0 10em;
float: left;
}

4
voicegardens/templates/about.html

@ -9,7 +9,9 @@
</head>
<body>
<a class="backtoindex" href="../{{ url_for('about') }}"><img src="../static/images/RECORD-BW.png" alt="Click to go back to main page"></a>
<div class="about-text">
<h1>Kari Robertson<br>
Wet Signal Voice Gardens<br>
18 Feb – 12 May 2020</h1>
@ -30,7 +32,7 @@
<p>Wet Signal Voice Gardens relies on varied audio properties in order to playfully critique and subvert, rather than replicate, established power relations. Robertson’s artwork seeks to highlight forms of vocal prejudice that exist on- and
off-line and opens a space for other forms of relation beyond the divisions of language, dialect and ableism.</p>
<a href="../index.html">CLICK HERE TO RECORD YOUR VOICE AND CREATE YOUR OWN PERSONALISED AVATAR.</a>
<a href="../{{ url_for('about') }}">CLICK HERE TO RECORD YOUR VOICE AND CREATE YOUR OWN PERSONALISED AVATAR.</a>
<p>The voice plays an important role in the offline world. It can establish power dynamics or uphold existing power structures that shape societies and outlooks. Recent research by Casey A. Klofstad, Rindy C. Anderson and Susan Peters (of the
University of Miami and Duke University respectively) demonstrated that while “higher-pitched female speakers are perceived as more attractive … Both men and women find lower-pitched female voices to be more competent”</p>

Loading…
Cancel
Save