-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
48 lines (40 loc) · 1.4 KB
/
Copy pathresearch.html
File metadata and controls
48 lines (40 loc) · 1.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ben Johansen</title>
<!-- google font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css" />
<script defer src="index.js"></script>
</head>
<body>
<header>
<h1>Ben Johansen</h1>
<nav>
<a href='index.html'>About</a>
<a href='music.html'>Music</a>
<a href='teaching.html'>Teaching</a>
<a href='research.html'>Research</a>
<a href='contact.html'>Contact</a>
</nav>
</header>
<section id='Teaching' class="no-bullets">
<h2>Current Research</h2>
</div>
<ul>
<li><strong>Biblically Informed Tech Use</strong></li>
<li><strong>Indeterminacy / Improvisation</strong></li>
<li><strong>Generative / Algorithmic</strong></li>
<li><strong>Acoustic & Electronic Music</strong></li>
<li><strong>Art & Christianity</strong></li>
</ul>
</section>
<footer>
<p>© 2026 Ben Johansen. All rights reserved.</p>
</footer>
</body>
</html>