-
Notifications
You must be signed in to change notification settings - Fork 0
/
bio.html
54 lines (48 loc) · 1.95 KB
/
bio.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Chris Korda: Biography</title>
<meta name="author" content="Chris Korda">
<meta name="description" content="Chris Korda's biography">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="style.css" rel=stylesheet title=default type=text/css>
</head>
<body>
<div class=menu>
<p><table id="navigation">
<tr>
<th><a href="index.html">Home</a></th>
<th><a href="music.html">Music</a></th>
<th><a href="software.html">Software</a></th>
<th><a href="art.html">Art</a></th>
<th><a href="words.html">Words</a></th>
<th><a href="contact.html">Contact</a></th>
</tr>
</table>
</div>
<div id=body>
<!-- content goes HERE -->
<h2>Biography</h2>
<p>Chris Korda is an internationally renowned multimedia artist, whose work spans thirty years
and includes electronic music, digital and video art,
performance and conceptual art, and culture jamming.
Chris pioneered the use of complex polymeter in electronic dance music, and invented a unique MIDI sequencer
in order to explore polymeter composition techniques. Chris composes and performs music in a variety of genres,
and has released many albums on labels such as Yoyaku, Perlon, Mental Groove, and Gigolo Records.
Chris also worked as a computer programmer for thirty-five years.
<p><ul>
<li><a href="ckpress.html">Press Articles</a>
<li><a href="news/press_releases.html">Press Releases</a>
<li><a href="music.html#discography">Discography</a>
<li><a href="art.html#exhibitions">Exhibitions</a>
<li><a href="music.html#performances">Performances</a>
<li><a href="words.html#presentations">Presentations</a>
<li><a href="software.html">Inventions</a>
</ul>
<p><a href="https://mega.nz/file/kfNyxa7R#KNhifN3Sr78F_WgLCIPqMDOsJc_XeuK-9BRkm0Kc8aE"><img src="img/Chris-Korda-IMG_4831-Fauve.jpg" alt="Chris Korda - Fauve portrait" width="300" height="300"></a>
<p>(click for high resolution original)
<!-- content stops HERE -->
</div>
</body>
</html>