mirror of
https://github.com/apricote/presentations.git
synced 2026-01-13 13:01:03 +00:00
fpJs: add presentation
This commit is contained in:
parent
9c21fc1556
commit
5547085170
61 changed files with 13750 additions and 0 deletions
27
index.html
Normal file
27
index.html
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Apricotes Presentations</title>
|
||||
</head>
|
||||
|
||||
<body id="home">
|
||||
|
||||
<h1>Apricotes Presentations</h1>
|
||||
<h3>Mostly done for the
|
||||
<a href="https://www.meetup.com/JavaScript-Meetup-Bielefeld/">JavaScript Meetup Bielefeld</a>
|
||||
</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="./asyncJs/index.html">#1 Dec 17 - Asynchronous Javascript</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="./fpJs/index.html">#2 Feb 18 - Functional Programming</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue