Skip to content

Commit

Permalink
Other languages
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Oct 11, 2023
1 parent ab59585 commit 95b95dc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/index_languages.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Tisnik's slides</title>
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/simple.css">
<link rel="stylesheet" href="plugin/highlight/monokai.css">
</head>
<body class="reveal">
<h1>Programming languages</h1>
<ul>
<li><a href="notation_apl.html">Patterns in IT, importance of notation, and the APL programming language</a></li>
<li><a href="ml.html">ML programming language family</a></li>
<li><a href="BDD.html">Behavior-driven development (BDD) & Behavior-driven testing (BDT)</a></li>
</ul>
</body>
</html>

0 comments on commit 95b95dc

Please sign in to comment.