diff --git a/about.html b/about.html new file mode 100644 index 0000000..23e5aa5 --- /dev/null +++ b/about.html @@ -0,0 +1,20 @@ + + + + + workbook - about + + + +
+ + Instruments + Sessions + Home +
+

About

+

Things you can do with this workbook:

+ + + + diff --git a/css/instruments.css b/css/instruments.css new file mode 100644 index 0000000..387492d --- /dev/null +++ b/css/instruments.css @@ -0,0 +1,110 @@ +.topnav { + overflow: hidden; +} + +.topnav a { + float: right; + color: black; + display: block; + text-decoration: none; + text-align: center; + font-size: 20px; + border: 1px solid black; + padding: 2px; + margin: 2px; +} + +.topnav a:hover { + background-color: grey; + color: black; +} + +.topnav ul{ + padding: 2; + margin: 2; + list-style: none; + position: relative; +} + +.topnav ul li{ + display: inlne-block; + background-color: grey; +} + +body{ + font:20px/1.1em arial, sans-serif; + background:white; + } + .center { + max-inline-size: 100%; + block-size: auto; + height: auto; + padding: 5px 50px 50px; + } + + table, th, td { + border: 1px solid; + text-align: center; + table-layout: auto; + } + .img-patch { + max-inline-size: 100%; + block-size: auto; + height: auto; + width:auto; + } + + h1{ + font-size: 30px; + font-family: Arial, Helvetica, sans-serif; + font-weight: normal; + text-decoration: none; + color: black; + } + + h2{ + font-size: 20px; + font-family: Arial, Helvetica, sans-serif; + font-weight: normal; + } + + .search-container { + font-size: 20px; + font-family: Arial, Helvetica, sans-serif; + } + + ul{ + list-style-type: none; + margin: 0; + padding: 2px; + width: 100%; + display: inline-block; + font-size: 20px; + background-color: white; + top: 0; + } + + li { + display: inline-block; + padding: 2px; + } + + li a{ + color: black; + display: inline-block; + text-decoration: none; + border: 1px solid black; + padding: 2px; + } + + li:hover { + background-color: grey; + } + + form button{ + border: 1px solid black; + padding: 2px; + font: 20px; + } + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..db89448 --- /dev/null +++ b/index.html @@ -0,0 +1,31 @@ + + + + + workbook + + + +
+ Instruments + Sessions + About +
+ + + + + + + diff --git a/instruments-add.html b/instruments-add.html new file mode 100644 index 0000000..7b06cb5 --- /dev/null +++ b/instruments-add.html @@ -0,0 +1,25 @@ + + + + + workbook - instruments - add + + + +
+ Instruments + Sessions + About +
+

Instruments / Add

+ + + + + + + + diff --git a/instruments-bastl-kastle-v1.5.html b/instruments-bastl-kastle-v1.5.html new file mode 100644 index 0000000..b523e1c --- /dev/null +++ b/instruments-bastl-kastle-v1.5.html @@ -0,0 +1,49 @@ + + + + + Kastle v1.5 + + + + +
+ Instruments + Sessions + About +
+

Instruments / BASTL Kastle v1.5

+ + + + + + + + + + + + + + + + + + + + + + + + +
DateTitleDescriptionPatchAudio
26/03/22Het Parkminimal but memorable01 02
01/04/22Marinierswega jam01
+ + + + + + + + + diff --git a/instruments-search.html b/instruments-search.html new file mode 100644 index 0000000..2f4e2ac --- /dev/null +++ b/instruments-search.html @@ -0,0 +1,31 @@ + + + + + workbook - instruments - search + + + +
+ Instruments + Sessions + About +
+

Instruments / Search

+ +
+
+ + +
+
+ + + + + + diff --git a/instruments-view.html b/instruments-view.html new file mode 100644 index 0000000..073b820 --- /dev/null +++ b/instruments-view.html @@ -0,0 +1,68 @@ + + + + + workbook - instruments + + + +
+ Instruments + Sessions + About +
+

Instruments / View

+

Select an instrument:

+
+
+ + + +
+
+ +
+

Or filter by:

+

Name

+ +

Category

+ + +

Brand

+ + + + + + + + + diff --git a/instruments.html b/instruments.html new file mode 100644 index 0000000..bc434d8 --- /dev/null +++ b/instruments.html @@ -0,0 +1,26 @@ + + + + + workbook - instruments + + + +
+ + Home + Sessions + About +
+

Instruments

+ + + + + + + diff --git a/js/main.js b/js/main.js new file mode 100644 index 0000000..e69de29 diff --git a/kastle-outline.svg b/kastle-outline.svg new file mode 100644 index 0000000..ff57f3d --- /dev/null +++ b/kastle-outline.svg @@ -0,0 +1 @@ +WAVESHAPEI/OLFO RSTBIT INSTEPPEDOSCLFOLFOMODE+RL-PITCH MODTIMBRE MODRATE MODOSC OUTOSC TIMBREOSC PITCH \ No newline at end of file diff --git a/sessions-add.html b/sessions-add.html new file mode 100644 index 0000000..b41c493 --- /dev/null +++ b/sessions-add.html @@ -0,0 +1,22 @@ + + + + + workbook - sessions - add + + + +
+ Instruments + Sessions + About +
+

Sessions / Add

+
+ +
+ + + + + diff --git a/sessions-search.html b/sessions-search.html new file mode 100644 index 0000000..30e3296 --- /dev/null +++ b/sessions-search.html @@ -0,0 +1,35 @@ + + + + + workbook - sessions - search + + + +
+ Instruments + Sessions + About +
+

Sessions / Search

+ + +
+
+ + +
+
+ +
+ +
+ + + + + diff --git a/sessions-view.html b/sessions-view.html new file mode 100644 index 0000000..06a8489 --- /dev/null +++ b/sessions-view.html @@ -0,0 +1,44 @@ + + + + + workbook - sessions - view + + + +
+ Instruments + Sessions + About +
+

Sessions / View

+ + +
+
+ + +
+
+ +
+ +
+ +

Sort by:

+

Place

+ + + + + diff --git a/sessions.html b/sessions.html new file mode 100644 index 0000000..518a703 --- /dev/null +++ b/sessions.html @@ -0,0 +1,24 @@ + + + + + workbook - sessions + + + +
+ Instruments + Sessions + About +
+

Sessions

+ + + + + +