You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
2.4 KiB
HTML
69 lines
2.4 KiB
HTML
3 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>workbook - instruments</title>
|
||
|
<link rel="stylesheet" type="text/css" href="css/main.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="topnav">
|
||
|
<a href="./instruments.html">Instruments</a>
|
||
|
<a href="./sessions.html">Sessions</a>
|
||
|
<a href="./about.html">About</a>
|
||
|
</div>
|
||
|
<h1><a href="./instruments.html">Instruments</a> / View</h1>
|
||
|
<h2>Select an instrument:</h2>
|
||
|
<div class="list">
|
||
|
<form action="/action_page.php">
|
||
|
<!-- <label for="instruments">Choose an instrument:</label> -->
|
||
|
<select name="instrument" id="instrument">
|
||
|
<optgroup label="Semi-Modular">
|
||
|
<option value="BASTL Kastle v1.5">BASTL Kastle v1.5</option>
|
||
|
<option value="BASTL Kastle Drum">BASTL Kastle Drum</option>
|
||
|
</opt group>
|
||
|
<optgroup label="Sampler">
|
||
|
<option value="BASTL microGranny 2">BASTL microGranny 2</option>
|
||
|
</optgroup>
|
||
|
</select>
|
||
|
<input type="submit" value="Submit">
|
||
|
</form>
|
||
|
</div>
|
||
|
|
||
|
<br>
|
||
|
<h2>Or filter by:</h2>
|
||
|
<h2>Name</h2>
|
||
|
<ul>
|
||
|
<li><a href="./instruments-bastl-kastle-v1.5.html">BASTL Kastle v1.5</a></li>
|
||
|
<li><a href="./index.html">BASTL Kastle Drum</a></li>
|
||
|
<li><a href="./index.html">BASTL microGranny 2</a></li>
|
||
|
<li><a href="./index.html">Landscape Soundwich</a></li>
|
||
|
<li><a href="./index.html">Piezo</a></li>
|
||
|
<li><a href="./index.html">Buzzer</a></li>
|
||
|
<li><a href="./index.html">After Effects</a></li>
|
||
|
<li><a href="./index.html">Velleman Signal Generator</a></li>
|
||
|
</ul>
|
||
|
<h2>Category</h2>
|
||
|
<ul>
|
||
|
<li><a href="./instruments-bastl-kastle-v1.5.html">Semi-modular synthesizer</a></li>
|
||
|
<li><a href="./index.html">Sampler</a></li>
|
||
|
<li><a href="./index.html">DIY electronics/physical computing</a></li>
|
||
|
<li><a href="./index.html">Software</a></li>
|
||
|
</ul>
|
||
|
|
||
|
<h2>Brand</h2>
|
||
|
<ul>
|
||
|
<li><a href="./instruments-bastl-kastle-v1.5.html">BASTL</a></li>
|
||
|
<li><a href="./index.html">Landscape</a></li>
|
||
|
<li><a href="./index.html">Velleman</a></li>
|
||
|
<li><a href="./index.html">DIY</a></li>
|
||
|
<li><a href="./index.html">Adobe</a></li>
|
||
|
</ul>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
|
||
|
<script type="text/javascript" src="js/main.js"></script>
|
||
|
</html>
|