File tree Expand file tree Collapse file tree 1 file changed +26
-3
lines changed
pyconbalkan/core/templates Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments