-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
128 lines (120 loc) · 3.91 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Tampere Dev Lunch</title>
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="Tampere Dev Lunch" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tampere.devlun.ch" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@TampereDevLunch" />
<meta
property="og:image"
content="https://tampere.devlun.ch/tampere-dev-lunch.jpg"
/>
<meta
name="description"
property="og:description"
content="A lunch gathering for software developers in Tampere."
/>
<meta
name="google-site-verification"
content="UKerCOdcio4kuKrFRcaTNXMiVINVIE4RuFM-ZLO0Ylc"
/>
</head>
<body>
<main class="wrapper">
<h1>Tampere Dev Lunch 🍽</h1>
<p class="ingress">
A casual lunch gathering for software developers in Tampere. No
sponsors, no talks. Just a nice lunch with fellow developers.
</p>
<div class="details">
<ul>
<li>
<h3>📍 Where?</h3>
TBA
</li>
<li>
<h3>🗓 When?</h3>
TBA
</li>
</ul>
</div>
<hr />
<h2>Previous lunches</h2>
<ol class="prev-lunches">
<li>
<time datetime="2022-10-27">2022-10-27</time> @
<a href="https://tisle.fi/" nofollow="true">Gastrobar Tisle</a>
</li>
<li>
<time datetime="2022-09-13">2022-09-13</time> @
<a href="https://ravintolapons.fi/" nofollow="true">Pons</a>
</li>
<li>
<time datetime="2022-03-31">2022-03-31</time> @
<a
href="https://panchovilla.fi/ravintolat/tampere-hameenkatu-7"
nofollow="true"
>Pancho Villa</a
>
</li>
<li>
<time datetime="2021-12-21">2021-12-21</time> @
<a
href="https://www.scandichotels.com/hotels/finland/tampere/scandic-tampere-city/restaurant-bar/be-calm-and-buzz-on"
rel="nofollow"
>Be Calm & Buzz On</a
>
</li>
<li>
<time datetime="2021-10-19">2021-11-23</time> @
<a href="https://www.biang.fi" rel="nofollow">Biáng! Tampere</a>
</li>
<li>
<time datetime="2021-10-19">2021-10-19</time> @
<a href="https://www.biang.fi" rel="nofollow">Biáng! Tampere</a>
</li>
<li>
<time datetime="2020-02-20">2020-02-20</time> @
<a
href="https://www.scandichotels.com/hotels/finland/tampere/scandic-tampere-city/restaurant-bar/be-calm-and-buzz-on"
rel="nofollow"
>Be Calm & Buzz On</a
>
</li>
<li>
<time datetime="2020-01-30">2020-01-30</time> @
<a href="https://plate.fi/en/" rel="nofollow">Plate</a>
</li>
</ol>
<hr />
<p>
Experience previous lunches through
<a
href="https://twitter.com/search?q=%23tamperedevlunch&src=typed_query&f=live"
>#tamperedevlunch</a
>
in Twitter:
</p>
<div id="flockler-embed-16ffb8501f209061fc1185d523a43cc9"></div>
<script src="https://flockler.embed.codes/LJ8xwj" async></script>
<hr />
<p class="ps">
❤️ Follow
<a href="https://twitter.com/TampereDevLunch">@TampereDevLunch</a> on
Twitter.<br />
➡️ Remember to check out
<a href="https://helsinkidevlunch.org">Helsinki Dev Lunch</a> and
<a href="https://meetabit.com/communities/turku-dev-lunch"
>Turku Dev Lunch</a
>
too!
</p>
</main>
</body>
</html>