-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (85 loc) · 4.08 KB
/
index.html
File metadata and controls
89 lines (85 loc) · 4.08 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,user-scalable=yes" />
<title>Barcelona .NET Core</title>
<meta name="title" content="Barcelona .NET Core" />
<meta name="keywords" content="Barcelona,.NET,Core,C#,.NET Core,Docker,Containers,Meetup" />
<meta name="description" content="Barcelona .NET Core" />
<meta property="og:title" content="Barcelona .NET Core" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://netcorebcn.github.io" />
<meta property="og:image" content="https://netcorebcn.github.io/static/media/logo.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#68217a">
<meta name="theme-color" content="#ffffff">
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-91079619-1', 'auto');
ga('send', 'pageview');
</script>
<link href="/static/css/main.css" rel="stylesheet">
</head>
<body>
<div class="content">
<div class="header-container">
<div class="header">
<div class="title-image-container">
<img class="title-image" src="static/media/logo.png" />
</div>
<h1 class="title">
<span class="title-text">Barcelona .NET Core Meetup Group</span>
</h1>
<h2 class="description">.NET Developers Community in sunny Barcelona</h2>
</div>
</div>
<h2 class="list-title">Join us at</h3>
<div class="list">
<a class="list-item" href="https://www.meetup.com/Barcelona-NET-Core/" target="_blank">
<div class="list-item-image-container">
<img class="list-item-image" src="static/media/meetup.png" />
</div>
<h2 class="list-item-title">Meetup.com</h2>
</a>
<a class="list-item" href="https://twitter.com/netcorebcn" target="_blank">
<div class="list-item-image-container">
<img class="list-item-image" src="static/media/twitter.png" />
</div>
<h2 class="list-item-title">Twitter</h2>
</a>
<a class="list-item" href="https://www.youtube.com/channel/UCQpuTxIvOax7ca8mtOk2Cbg" target="_blank">
<div class="list-item-image-container">
<img class="list-item-image" src="static/media/youtube.png" />
</div>
<h2 class="list-item-title">Youtube</h2>
</a>
<a class="list-item" href="https://workshops.netcorebcn.group/" target="_blank">
<div class="list-item-image-container">
<img class="list-item-image" src="static/media/workshops.png" />
</div>
<h2 class="list-item-title">Workshops</h2>
</a>
<a class="list-item" href="https://github.com/netcorebcn" target="_blank">
<div class="list-item-image-container">
<img class="list-item-image" src="static/media/github.png" />
</div>
<h2 class="list-item-title">GitHub</h2>
</a>
</div>
</div>
</body>
</html>