-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
43 lines (35 loc) · 1.55 KB
/
menu.html
File metadata and controls
43 lines (35 loc) · 1.55 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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<article class="container">
<a href="index.html">
<h1>Nerd<span>lunch</span>box</h1>
</a>
<section>
<h3><em>Le menu</em></h3>
<p>Here's what's in the running for next time. </p>
<p><strong>If you have a session video you'd like to see in the Nerd Lunch</strong>, post the
session's <strong>title</strong>, <strong>abstract</strong>, and the tag <strong>#content</strong>,
in the channel.</p>
<p><strong>If you want to weigh in on a session posted</strong>, tap on it here to view the original post in
Slack, and react to the post with an
<img alt="upvote" class="icon"
src="https://emoji.slack-edge.com/T02MLR8R9/upvote/f3384aae5fed5cd6.png" />
or
<img alt="downvote" class="icon"
src="https://emoji.slack-edge.com/T02MLR8R9/downvote/5588fce35eeb8126.png" />.
</p>
<p><strong>Each Thursday morning</strong>, I'll pick the top session for viewing during our lunchly
repose.</p>
</section>
<ol id="results">
Loading...
</ol>
</article>
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script type='text/javascript' src="menu.js"></script>
</body>
</html>