Skip to content

Commit b23f87e

Browse files
author
Kátia Nakamura
committed
template: add coming soon to the home page
1 parent f002cce commit b23f87e

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

pyconbalkan/core/templates/index.html

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,35 @@
33

44
<html lang="en">
55
<head>
6-
<meta charset="utf-8">
7-
<title>PyCon Balkan 2018</title>
6+
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900"
7+
rel="stylesheet">
8+
<meta charset="utf-8">
9+
<title>PyCon Balkan 2018</title>
10+
<style>
11+
body {
12+
font-family: Montserrat, sans-serif;
13+
}
14+
.blue {
15+
font-weight: 900;
16+
color: #53A8DC;
17+
}
18+
.yellow {
19+
font-weight: 900;
20+
color: #F9D768;
21+
}
22+
.black {
23+
font-size: 48px;
24+
font-weight: bold;
25+
}
26+
</style>
827
</head>
928
<body style="text-align:center;">
1029

11-
<img src="{% static 'img/front-light-pyConBlkn-2.png' %}">
30+
<img src="{% static 'img/front-light-pyConBlkn-2.png' %}">
31+
32+
<div class="black">
33+
<span class="blue">C</span>OMING <span class="yellow">S</span>OON
34+
</div>
1235

1336
</body>
1437
</html>

0 commit comments

Comments
 (0)