-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathmini-arkimeetus.html
More file actions
143 lines (127 loc) · 5.24 KB
/
mini-arkimeetus.html
File metadata and controls
143 lines (127 loc) · 5.24 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
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
---
title: Open Office Hours!
---
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-137788272-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag () { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-137788272-1');
</script>
<title>Open Office Hours!</title>
<!-- Required meta tags always come first -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="description" content="Arkime arkimeetus" />
<!-- facebook open graph tags -->
<meta property="og:url" content="https://arkime.com/arkimeetus" />
<meta property="og:description" content="Arkime arkimeetus" />
<meta property="og:image" content="https://arkime.com/assets/Arkime_Logo_FullGradientBlack@2x.png" />
<!-- twitter card tags additive with the og: tags -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:domain" value="arkime.com" />
<meta name="twitter:description" value="Arkime arkimeetus" />
<meta name="twitter:image" content="https://arkime.com/assets/Arkime_Logo_FullGradientBlack@2x.png" />
<meta name="twitter:url" value="https://arkime.com/arkimeetus" />
<!-- fontawesome http://fontawesome.io/ -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Bootstrap CSS https://getbootstrap.com/ -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css">
<!-- custom index page styles -->
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body id="viewport">
<div class="arkimeetus-content">
<!-- navbar -->
{%- include navbar.html -%}
<!-- container -->
<div class="container">
<div class="primary-theme-background ps-4 pe-4 p-nav-lg angle-background angle-background-long">
<div class="row mb-4">
<div class="col-md-12">
<h1 class="display-3 text-center">
Mini Arkimeetus
</h1>
<hr>
<p class="lead text-justify mt-4">
Calling all Arkimists!
Join us twice a month for <strong>open office hours</strong>,
where you can chat and ask questions with the Arkime developers
and other Arkime folks. These mini meetups will be informal.
The current plan is to have some meetups with no set agenda,
just come and chat, while others will have planned demos and
presentations.
</p>
<p class="lead text-justify alert alert-info">
We will be hosting them on the <strong>first and third Wednesdays
of each month at 2pm US/Eastern</strong>
<br>
We will be using Google Meet.
<!--
<a class="no-decoration" href="https://meet.google.com/eor-swdw-gqs">
The link is always the same!
</a>
-->
</p>
<p class="lead mt-4">
<ul class="list-group">
<li class="list-group-item">
<div class="d-flex w-100 justify-content-between">
<h5 class="mb-1">Wednesday Apr 1, 2026</h5>
<a class="no-decoration" href="https://meet.google.com/eor-swdw-gqs">
Join
</a>
</div>
2pm - 3pm US/Eastern
</li>
<li class="list-group-item">
<div class="d-flex w-100 justify-content-between">
<h5 class="mb-1">Wednesday Apr 15, 2026</h5>
<a class="no-decoration" href="https://meet.google.com/eor-swdw-gqs">
Join
</a>
</div>
2pm - 3pm US/Eastern
</li>
<li class="list-group-item">
<div class="d-flex w-100 justify-content-between">
<h5 class="mb-1">Wednesday May 6, 2026</h5>
<a class="no-decoration" href="https://meet.google.com/eor-swdw-gqs">
Join
</a>
</div>
2pm - 3pm US/Eastern
</li>
<li class="list-group-item">
<div class="d-flex w-100 justify-content-between">
<h5 class="mb-1">Wednesday May 20, 2026</h5>
<a class="no-decoration" href="https://meet.google.com/eor-swdw-gqs">
Join
</a>
</div>
2pm - 3pm US/Eastern
</li>
</ul>
</p>
<h4 class="text-center mt-4">
Hope to see you there!
</h4>
</div>
</div>
</div>
<div class="text-center black-arkime">
<img class="arkime-logo" />
</div>
</div> <!-- /container -->
<!-- footer -->
<div class="arkimeetus-footer">
{%- include footer.html -%}
</div>
</div>
</body>
</html>