-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
82 lines (80 loc) · 4.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:title" content="Node-RED Con 2023 - November 10, 2023" />
<meta property="og:type" content="Conference" />
<meta property="og:url" content="https://nrcon.nodered.org" />
<meta property="og:image" content="https://nrcon.nodered.org/images/nrcon.png" />
<meta property="og:site_name" content="Node-RED Con 2023 - November 10" />
<meta property="og:description" content="Node-RED Con is our annual conference that brings the community together to hear all the latest news about the project, inspiring stories about how Node-RED is used to solve real problems, and lots more." />
<meta name="twitter:title" content="Node-RED Con 2023 - November 10, 2023">
<meta name="twitter:description" content="Node-RED Con is our annual conference that brings the community together to hear all the latest news about the project, inspiring stories about how Node-RED is used to solve real problems, and lots more.">
<meta name="twitter:image" content="https://nrcon.nodered.org/images/nrcon.png">
<meta name="twitter:card" content="summary_large_image">
<link rel="icon" href="favicon.ico">
<title>Node-RED Con</title>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100' rel='stylesheet' type='text/css'>
<link href="/css/style.css" rel="stylesheet">
</head>
<body>
<div class="h-full">
<!--Nav-->
<div class="w-full bg-gray-800">
<div class="container mx-auto">
<div class="w-full flex items-center justify-between">
<div class="hidden w-1/2 sm:flex justify-start content-center">
<a class="inline-block text-gray-100 no-underline hover:text-red-400 hover:text-underline text-center h-10 p-2 sm:h-auto sm:text-2xl" href="#about">
Node-RED Con
</a>
</div>
<div class="w-full sm:w-1/2 flex justify-end content-center">
<!-- <a class="inline-block text-gray-100 no-underline hover:text-red-400 hover:text-underline text-center h-10 p-2 md:h-auto md:p-4" href="#about">about</a> -->
<div class="inline-block text-gray-100 text-center h-10 p-2 md:h-auto md:p-4">
<a class="no-underline hover:text-red-400 hover:text-underline text-center h-10 p-1" href="/">en</a> /
<a class="no-underline hover:text-red-400 hover:text-underline text-center h-10 p-1" href="/jp/">日本語</a>
</div>
</div>
</div>
</div>
</div>
<!--Main-->
<div class="container pt-16 sm:pt-24 mx-auto space-y-12 mb-24">
<div class="flex flex-row mx-auto justify-center items-center space-x-2 sm:space-x-10">
<div class="w-36 sm:w-56">
<img src="https://nodered.org/about/resources/media/node-red-hexagon.svg" />
</div>
<div class="text-white space-y-1 md:space-y-2">
<h1 class="text-2xl sm:text-4xl">Node-RED Con</h1>
</div>
</div>
<div class="mx-4 md:mx-auto items-center text-white max-w-2xl text-lg space-y-4">
<p class="text-justify">
Update: we have made the difficult decision to postpone the English Track of the 2023 Event. We have
a great line-up of talks, but some late logistical challenges meant we wouldn't be able to put on the
event we had hoped for. We are going to take a moment and replan for 2024.
</p>
</div>
</div>
<!--Footer-->
<div class="w-full bg-gray-800">
<div class="container mx-auto">
<div class="w-full flex items-center justify-between">
<div class="w-1/2 flex justify-start content-center">
<a class="inline-block text-gray-100 no-underline hover:text-red-400 hover:text-underline text-center h-10 p-2 md:h-auto md:p-4" href="https://nodered.org">
Node-RED
</a>
</div>
<div class="w-full sm:w-1/2 flex justify-end content-center">
<a class="inline-block text-gray-100 no-underline hover:text-red-400 hover:text-underline text-center h-10 p-2 md:h-auto md:p-4" target="_blank" href="https://nodered.org/about/conduct/"><span class="hidden sm:inline-block">code of </span>conduct</a>
<a class="inline-block text-gray-100 no-underline hover:text-red-400 hover:text-underline text-center h-10 p-2 md:h-auto md:p-4" target="_blank" href="https://twitter.com/nodered">twitter</a>
<a class="inline-block text-gray-100 no-underline hover:text-red-400 hover:text-underline text-center h-10 p-2 md:h-auto md:p-4" target="_blank" href="https://social.nodered.org/@nodered">mastodon</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>