-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
53 lines (46 loc) · 2.08 KB
/
index.Rmd
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
---
title: "<center>Why R? 2017"
subtitle: "<center><small>Ogólnopolska Konferencja Użytkowników R</small>"
author: "<center><a href='http://twitter.com/whyRconf'><i class='fa fa-twitter'></i></a> <a href='http://facebook.com/whyRconf/'><i class='fa fa-facebook'></i></a> <a href='https://github.com/whyR-conference'><i class='fa fa-github'></i></a> <br></center>"
output:
html_document
---
```{r setup, include=FALSE}
htmltools::tagList(rmarkdown::html_dependency_font_awesome())
knitr::opts_chunk$set(echo = TRUE)
```
<center>
[[Blog]](http://whyr.pl/blog/) [[Strona]](http://whyr.pl/)
<br><br>
[Zgłoś swój warsztaty do 15 lutego!](http://whyr.pl/blog/2017/01/15/Warsztaty-ruszamy.html) <br>
Rejestracja od 1 marca - [harmonogram](http://whyr.pl/blog/2017/01/12/Harmonogram.html) <br>
[Zostań partnerem społecznościowym](http://whyr.pl/blog/2017/01/18/Partnerzy-spolecznosciowi.html) <br>
<br>
```{r, echo=FALSE, results='asis'}
# knitr::kable(data.frame(nazwa = c("Hackathon", "Warsztaty", "Konferencja"),
# spacja = c(" -- ", " -- ", " -- "),
# data = c("26.09.2017", "27.09.2017", "27-28.09.2017")),
# format = "html", col.names = NULL, align = c("l", "c", "r"))
```
<table>
<tbody>
<tr>
<td style="text-align:left;"> Hackathon </td>
<td style="text-align:center;"> -- </td>
<td style="text-align:right;"> 26.09.2017 </td>
</tr>
<tr>
<td style="text-align:left;"> Warsztaty </td>
<td style="text-align:center;"> -- </td>
<td style="text-align:right;"> 27.09.2017 </td>
</tr>
<tr>
<td style="text-align:left;"> Konferencja </td>
<td style="text-align:center;"> -- </td>
<td style="text-align:right;"> 27-28.09.2017 </td>
</tr>
</tbody>
</table>
<br>
Miejsce: [Wydział Matematyki i Nauk Informacyjnych, Politechnika Warszawska](https://www.google.pl/maps/place/Wydzia%C5%82+Matematyki+i+Nauk+Informacyjnych/@52.2222296,21.0067982,17z/data=!4m5!3m4!1s0x471eccec70946a39:0x69dbb30f57ca9d3a!8m2!3d52.2221573!4d21.0071308)
</center>