-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
54 lines (49 loc) · 1.51 KB
/
contact.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: Contact</title>
<meta name="author" content="Chris Korda">
<meta name="date" content="2021-11-29">
<meta name="description" content="Chris Korda's home page: Contact form">
<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>Chris Korda: Contact</h2>
<p>Booking:
<ul>
<li><a href="https://www.interwave.live/">Interwave</a> (Europe)
<li><a href="http://www.demandartists.com/">Demand Artists</a> (Europe)
<li><a href="https://www.resolutenyc.com/">Resolute NYC</a> (Americas)
</ul>
<p>Social Media:
<ul>
<li><a href="https://www.facebook.com/kordachris">Facebook (artist page)</a>
<li><a href="https://www.facebook.com/rev.chris.korda">Facebook (personal)</a>
<li><a href="https://instagram.com/chriskorda">Instagram (Chris Korda)</a>
<li><a href="https://twitter.com/chris_korda">Twitter (Chris Korda)</a>
<li><a href="https://linkedin.com/in/ckorda">LinkedIn</a>
</ul>
<p>Email:
<ul>
<li><a href="mail_form_v2.php">Mail Form</a>
</ul>
<!-- content stops HERE -->
</div>
</body>
</html>