-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (52 loc) · 1.97 KB
/
index.html
File metadata and controls
64 lines (52 loc) · 1.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<!-- <link rel="icon" href="./static/img/brand/favicon.ico"> -->
<title>Kernelcon</title>
<!-- Custom styles for this template -->
<link href="https://fonts.googleapis.com/css?family=Jura:300,400,500,600,700" rel="stylesheet"/>
<link rel="stylesheet" href="https://www.plaisio-cdn.gr/images/promo/20190211-love-gifts-assets/css/main.css">
<link href="app.css" type="text/css" rel="stylesheet">
</head>
<body>
<main id="main" class="main">
<div class="nav">
<input type="checkbox" id="nav-check">
<div class="nav-header">
<div class="nav-title">
<img src="./static/img/brand/kernelcon.png" height="30"/>
</div>
</div>
<div class="nav-btn">
<label for="nav-check">
<span></span>
<span></span>
<span></span>
</label>
</div>
<div class="nav-links">
<a href="http://2019.kernelcon.org" target="_blank">2019</a>
</div>
<div class="container">
<div class="center-vert">
<div class="center-logo">
<h1 style="margin-bottom: 60px;">
<span class="glow-pink" style="color:#ff6e7d;">Kernelcon</span> <span class="glow">2020</span>
</h1>
</div>
<div class="center-logo">
<img src="./static/img/brand/kernelcon_k_w.png" height="200"/>
</div>
<div class="center-logo">
<h2 style="margin-top: 60px;"><span class="glow-yellow" style="color:#fffe00;"><div class="date">March 25-28</div></span></h2>
</div>
</div>
</div>
</main>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
</body>
</html>