-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (52 loc) · 3.04 KB
/
index.html
File metadata and controls
55 lines (52 loc) · 3.04 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Functional Programming in Wroclaw</title>
<link rel="icon" href="favicon.ico?v=jwL49q8OLE" type="image/png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=jwL49q8OLE">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=jwL49q8OLE">
<link href="https://fonts.googleapis.com/css?family=Merriweather" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/styles.css">
<!--<link rel="stylesheet" href="css/themes/indigo-white.css">-->
<!-- <link rel="stylesheet" href="css/themes/green-white.css"> -->
<!-- <link rel="stylesheet" href="css/themes/red-white.css"> -->
<!-- <link rel="stylesheet" href="css/themes/grey-white.css"> -->
<!-- <link rel="stylesheet" href="css/themes/white-indigo.css"> -->
<!-- <link rel="stylesheet" href="css/themes/white-blue.css"> -->
<link rel="stylesheet" href="css/themes/white-grey.css">
<!-- <link rel="stylesheet" href="css/themes/white-red.css"> -->
<!-- <link rel="stylesheet" href="css/themes/yellow-black.css"> -->
</head>
<body>
<main>
<div class="intro">Functional Programming Wrocław
<div>
<img src="fp-wroclaw-logo.png" alt="Functional Programming Wroclaw logo" class="group-logo">
</div>
</div>
<div class="tagline">Clojure, Elm, Erlang, Elixir, F#, Haskell, Lisp, OCaml, Scala and more...</div>
<div>
<ul class="main-list">
<li class="main-list-element">Interested in Functional programming?</li>
<li class="main-list-element">Living somewhere near Wroclaw, Poland? (or visiting?)</li>
<li class="main-list-element">Reach out to us!</li>
<li class="main-list-element"><a target="_blank" href="https://github.com/fp-wroc/talks/blob/master/README.md">slides, sources from our meetings...</a></li>
</ul>
</div>
<!-- Find your icons from here - https://fontawesome.com/icons?d=gallery&s=brands -->
<br>
<div class="icons-social">
<a target="_blank" href="https://twitter.com/fp_wroc"><i class="fab fa-twitter" title="follow our twitter account to stay up to date!"></i></a>
<a target="_blank" href="https://www.meetup.com/Functional-Programming-Wroclaw/"><i class="fab fa-meetup" title="our group meetup page - sign up for next event!"></i></a>
<a target="_blank" href="https://github.com/fp-wroc"><i class="fab fa-github" title="want to help with the page?..."></i></a>
<a target="_blank" href="https://join.slack.com/t/fp-wroc/shared_invite/zt-5pwko4j8-9NWyzi09jIJk4VIxm7uYKA"><i class="fab fa-slack" title="our slack channel - let's talk!"></i></a>
<a target="_blank" href="https://www.youtube.com/channel/UCgINC7MzfPEoa3SvaogM4xw"><i class="fab fa-youtube" title="our YouTube channel!"></i></a>
</div>
</main>
</body>
</html>