-
Notifications
You must be signed in to change notification settings - Fork 78
/
index.html
41 lines (35 loc) · 1.29 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
<!doctype html>
<html>
<head>
<meta name="twitter:title" content="JuliaCon, the annual Julia conference">
<meta property="og:description" content="Join us for the largest Julia Programming Language event of the year!">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@JuliaConOrg" />
<meta name="twitter:image" content="https://juliacon.org/assets/shared/img/JuliaConGitHubPreview.png" />
<meta property="og:site_name" content="{{site_name}}" />
<meta property="og:type" content="website" />
<meta property="og:title" content="{{site_name}}" />
<meta property="og:description" content="{{site_descr}}" />
<meta property="og:url" content="https://juliacon.org" />
<meta property="og:image" content="https://juliacon.org/assets/shared/img/JuliaConGitHubPreview.png" />
<meta property="og:image:type" content="image/png" />
<!-- Redirect to 2025 page -->
<meta http-equiv="refresh" content='0; url="/2025/"'>
<style>
html, body {
height: 100%;
margin: 0;
}
.wrapper {
min-height: 100%;
/* Equal to height of footer */
/* But also accounting for potential margin-bottom of last child */
margin-bottom: -50px;
}
.footer,
.push {
height: 50px;
}
</style>
</head>
</html>