added image

master
Your Name 7 years ago
parent 23e5135be8
commit 58cac0713d

@ -21,14 +21,12 @@ body{
font-weight: normal; font-weight: normal;
background-color: white; background-color: white;
position: relative; position: relative;
overflow: hidden;
width: 100%;
} }
h1, h2, h3, h4, h5 { h1, h2, h3, h4, h5 {
font-family: PinyonScript; font-family: PinyonScript;
font-weight: normal; font-weight: normal;
color: #00001a; color: #003cb3;
} }
h1 { h1 {
@ -39,12 +37,12 @@ h1 {
p { p {
font-family: NotCourierSans; font-family: NotCourierSans;
color: #00001a; color: #003cb3;
font-size: 17px; font-size: 17px;
} }
a { a {
color: #00001a; color: #003cb3;
} }
audio{ audio{
@ -52,9 +50,19 @@ audio{
} }
.image{
width: 400px;
}
.image img{
width: 400px;
}
.seperator{ .seperator{
width: 100%; width:100%;
overflow: hidden: overflow: hidden;
} }
</style> </style>
@ -63,7 +71,9 @@ audio{
<body> <body>
<h1> OuNuPo </h1> <h1> OuNuPo </h1>
<p class="seperator">-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------</p> <div class="seperator">
<p>------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</p>
</div>
<p><b>Special Issue 5</b></p> <p><b>Special Issue 5</b></p>
<p>The XPUB practitioners are currently working on OuNuPo: the 5th Special Issue with and around bookscanner culture. XPUB is the Experimental Publishing master at the Piet Zwart Institute.</p> <p>The XPUB practitioners are currently working on OuNuPo: the 5th Special Issue with and around bookscanner culture. XPUB is the Experimental Publishing master at the Piet Zwart Institute.</p>
<p>Wednesday March 28, 19:00, Worm - <a href="https://www.openstreetmap.org/node/2610271782" popup="yes">Boomgaardsstraat 71</a></p> <p>Wednesday March 28, 19:00, Worm - <a href="https://www.openstreetmap.org/node/2610271782" popup="yes">Boomgaardsstraat 71</a></p>
@ -76,6 +86,9 @@ audio{
Your browser does not support the audio element. Your browser does not support the audio element.
</audio> </audio>
</div> </div>
<div class="image">
<img src="http://pzwart1.wdka.hro.nl/~aroidl/try_scanning_loop.gif" alt="scanning">
</div>
</body> </body>
</html> </html>

Loading…
Cancel
Save