-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite_header.php
25 lines (24 loc) · 967 Bytes
/
site_header.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>JS Conf BP 2019 Schedule</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i|Space+Mono:400,700" rel="stylesheet" />
<link rel="stylesheet" href="dist/css/main.css" />
</head>
<body>
<svg class="triangle" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 262 830"><path d="M262 830L1 0h261.8l-.8 830z"/></svg>
<header class="page-header">
<div class="page-header_wrapper">
<a class="page-logo" href="/">
<img class="page-logo_img" src="src/img/js_logo.png" alt="" />
</a>
<span class="page-title">
JSConf Budapest 2019<br>
26-27th September
</span>
</div>
</header>
<main class="site_content">