forked from emilyuhde/cssconfbp17
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (40 loc) · 1.83 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
42
43
44
<!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>CSSConf Budapest 2017 °º¤ø,¸¸,ø¤º°`°º¤ø,¸</title>
<link rel="stylesheet" href="style.css">
<style>
@font-face{
font-family:"Foundry Gridnik";
font-weight:400;
font-style:normal;
src:url(http://2016.cssconfbp.rocks/assets/fonts/FoundryGridnik/400/FoundryGridnikRegular.woff2) format("woff2"),
url(http://2016.cssconfbp.rocks/assets/fonts/FoundryGridnik/400/FoundryGridnikRegular.woff) format("woff"),
url(http://2016.cssconfbp.rocks/assets/fonts/FoundryGridnik/400/FoundryGridnikRegular.ttf) format("truetype")
}
@font-face{
font-family:Panton;
font-weight:700;
font-style:normal;
src:url(http://2016.cssconfbp.rocks/assets/fonts/Panton/700/PantonBold.woff2) format("woff2"),
url(http://2016.cssconfbp.rocks/assets/fonts/Panton/700/PantonBold.woff) format("woff"),
url(http://2016.cssconfbp.rocks/assets/fonts/Panton/700/PantonBold.ttf) format("truetype")
}
</style>
</head>
<body>
<h1 class="ℹ️">CSSConf <span>Budapest 2017</span></h1>
<p class="📌">Save the date: on the 25th of October, 2017, we're back.</p>
<h2 class="💔">We still miss the CSS from Central Europe.</h2>
<p class="🎉">We will bring you some.</p>
<nav class="🗺️">
<a class="❤️ 🔗" data-emoji="❤️" href="code-of-conduct.html">Code of Conduct</a>
<a class="🔗" data-emoji="📅"href="http://2016.cssconfbp.rocks">2016</a>
<a class="🔗" data-emoji="🎫" href="https://ti.to/jsconf-bp/cssconf-budapest-2017/">tickets</a>
<a class="🔗" data-emoji="🖍️" href="/style.css">Design our site for a day</a>
</nav>
</body>
</html>