Skip to content

Commit 31fbc42

Browse files
committed
feat: add march event page
1 parent 581be03 commit 31fbc42

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

public/cal/2021-March.ejs

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!DOCTYPE html>
2+
<html lang="en" dir="ltr">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>js.la March 2021</title>
6+
<style media="screen">
7+
html, body {
8+
padding: 0;
9+
margin: 0;
10+
height: 100%;
11+
overflow: hidden;
12+
}
13+
</style>
14+
</head>
15+
<body>
16+
<iframe
17+
src="https://lu.ma/jsla-march-2021"
18+
width="100%"
19+
height="100%"
20+
frameborder="0"
21+
style="border:1px solid #bfcbda88;border-radius:4px;"
22+
allowfullscreen=""
23+
aria-hidden="false"
24+
tabindex="0"
25+
></iframe>
26+
27+
</body>
28+
</html>

public/cal/_layout.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<%- yield %>

0 commit comments

Comments
 (0)