-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
111 lines (92 loc) · 4.48 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE HTML>
<!--
Directive by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Functional Programming in Bologna</title>
<meta name=”description” content=”The community about functional programming based in Bologna.”>
<meta property="og:type" content="website">
<meta property="og:url" content="https://fpinbo.dev/">
<meta property="og:title" content="Functional Programming in Bologna">
<meta property="og:image" content="https://fpinbo.dev/images/fpbo1.png">
<meta property="og:description" content="The community about functional programming based in Bologna.">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<div id="header">
<span class="logo icon fa-keyboard"></span>
<h1>Functional Programming in Bologna.</h1>
<p>The community about functional programming based in Bologna.
<br />
Join us <a href="http://bit.ly/32VyE3w">on slack </a>.</p>
</div>
<div class="box container">
<header>
<h2>Latest Events</h2>
</header>
<div class="box alt container">
<section class="feature right">
<a href="12.html" class="image"><iframe width="480" height="370" src="https://www.youtube.com/embed/8ts7Lf1-R2M" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></a>
<div class="content">
<a href="12.html"><h3>Error handling in Rust: from first principles</h3></a>
</div>
</section>
<section class="feature left">
<a href="11.html" class="image"><iframe width="480" height="370" src="https://www.youtube.com/embed/ztUuiYcpizA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></a>
<div class="content">
<a href="11.html"><h3>RabbitMQ dal cloud allo stream</h3></a>
</div>
</section>
<section class="feature right">
<a href="10.html" class="image"><iframe width="480" height="370" src="https://www.youtube.com/embed/KPamCCScXgE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></a>
<div class="content">
<a href="10.html"><h3>Fun error handling in Scala</h3></a>
</div>
</section>
<section>
<br />
<header>
<h3>Previous Talks</h3>
</header>
<ul class="default">
<a href="9.html"><li>Functional Pills for Object Oriented Developers</li></a>
<a href="8.html"><li>(IM)Practical Functional Programming, adopting FP in industry</li></a>
<a href="7.html"><li>KindOf<Polymorphism></li></a>
<a href="6.html"><li>Come risolvere un puzzle cripto-aritmetico in Scala</li></a>
<a href="5.html"><li>Functional Programming in applicazioni front-end development</li></a>
<a href="4.html"><li>L'arte della composizione</li></a>
<a href="3.html"><li>Who said it cannot be typed?</li></a>
<a href="2.html"><li>Android Functional Validation with Arrow</li></a>
<a href="1.html"><li>An evening with Matteo Baglini</li></a>
</ul>
</section>
</div>
</div>
<!-- Footer -->
<div id="footer">
<div class="container medium">
<ul class="icons">
<li><a href="https://twitter.com/fpinbo" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/pg/fpinbo/" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="http://bit.ly/32VyE3w" class="icon brands fa-slack"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/fp-in-bo" class="icon brands fa-github"><span class="label">Github</span></a></li>
</ul>
<ul class="copyright">
<li>© Functional Programming In Bologna. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>