-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
32 lines (31 loc) · 1.08 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="Owein Reese"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
</head>
<body>
<div>
<h2>Meetups</h2>
<p><a href="/Presentations/Scala-Dep-Types/dependent-types.html">Dependent Types</a> (2014-2015)</p>
<p><a href="/Presentations/AutoLifts/autolifts.html">AutoLifts</a> (2015)</p>
</div>
<div>
<h2>NEScala 2015</h2>
<p><a href="/Presentations/NEScala2015/looking-glass.html">Looking Glass</a></p>
</div>
<div>
<h2>Scala Up North 2016</h2>
<p><a href="/Presentations/ScalaUpNorth2016/index.html">TwoTails for the Price of One</a></p>
</div>
<div>
<h2>Scala By The Bay 2016</h2>
<p><a href="/Presentations/ScalaByTheBay2016/index.html">Don't Blow Your Stack</a></p>
</div>
<div>
<h2>Typelevel/NEScala 2017</h2>
<p><a href="/Presentations/NEScala2017/index.html">TwoTails: the Second Act</a></p>
</div>
</body>
</html>